Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
lrt
Vorlage Studenten Neu
Commits
34c041b8
Commit
34c041b8
authored
Aug 06, 2021
by
Andreas Völz
Browse files
Der Befehl \DeclareFontSeriesDefault ist in älteren Latex-Distributionen nicht verfügbar.
Deshalb Einbindung nur falls Befehl verfügbar ist.
parent
5fb2d9cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages.tex
View file @
34c041b8
...
...
@@ -4,9 +4,13 @@
\usepackage
[utf8]
{
inputenc
}
\usepackage
[ngerman]
{
babel
}
% oder english
\usepackage
[left=25mm, right=25mm, top=25mm, bottom=25mm]
{
geometry
}
\usepackage
{
sansmathfonts
}
\renewcommand*\familydefault
{
\sfdefault
}
\DeclareFontSeriesDefault
[sf]
{
bf
}{
bx
}
% Einstellung, dass bf als bx ersetzt wird
% remove font type warnings due to sansmathfonts
\ifcsname
DeclareFontSeriesDefault
\endcsname
%
\DeclareFontSeriesDefault
[sf]
{
bf
}{
bx
}
% Einstellung, dass bf als bx ersetzt wird
\fi
\usepackage
{
amsmath
}
\usepackage
{
booktabs
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment