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