summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/einfuehrung/exa-fontconfig.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/einfuehrung/exa-fontconfig.tex')
-rw-r--r--Master/texmf-dist/doc/latex/einfuehrung/exa-fontconfig.tex22
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/einfuehrung/exa-fontconfig.tex b/Master/texmf-dist/doc/latex/einfuehrung/exa-fontconfig.tex
new file mode 100644
index 00000000000..fbf4e6e27eb
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/einfuehrung/exa-fontconfig.tex
@@ -0,0 +1,22 @@
+\RequirePackage{ifxetex,ifluatex,ifpdf,dtklogos}
+\ifxetex
+ \usepackage{mathspec}
+ \setmathfont{Latin Modern Math}
+ \usepackage{libertineotf}
+\fi
+\ifluatex
+ \usepackage{fontspec}
+ \setmathrm{Latin Modern Math}
+ \setmathtt{Latin Modern Math}
+ \setmathsf{Latin Modern Math}
+ \usepackage{libertineotf}
+\fi
+\ifpdf
+ \RequirePackage[T1]{fontenc}
+ \usepackage[scaled=0.82]{beramono}
+ \RequirePackage[de,expert,uprightgreek]{lucidabr}% für mathe
+% \IfFileExists{lucbmath.sty}{\usepackage[de,expert,uprightgreek]{lucbmath}}{}% für mathe
+\fi
+
+\endinput
+