summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/einfuehrung2/14-05-1.lualtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/einfuehrung2/14-05-1.lualtx')
-rw-r--r--Master/texmf-dist/doc/latex/einfuehrung2/14-05-1.lualtx52
1 files changed, 52 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/einfuehrung2/14-05-1.lualtx b/Master/texmf-dist/doc/latex/einfuehrung2/14-05-1.lualtx
new file mode 100644
index 00000000000..984be9aeb46
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/einfuehrung2/14-05-1.lualtx
@@ -0,0 +1,52 @@
+%%
+%% Ein Beispiel der DANTE-Edition
+%%
+%% 2. Auflage
+%%
+%% Beispiel 14-05-1 auf Seite 708.
+%%
+%% Copyright (C) 2016 Herbert Voss
+%%
+%% It may be distributed and/or modified under the conditions
+%% of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%%
+%% See http://www.latex-project.org/lppl.txt for details.
+%%
+%%
+%% ====
+% Show page(s) 1
+%%
+%%
+\documentclass[]{exaarticle}
+\pagestyle{empty}
+\setlength\textwidth{352.81416pt}
+\setlength\parindent{0pt}
+\usepackage{dtklogos}
+%StartShownPreambleCommands
+\usepackage{ifpdf,ifxetex,ifluatex,ifplatform}% muss mit -shell-escape laufen!
+\ifxetex
+ \usepackage{unicode-math}
+ \setmainfont{DejaVu Serif}\setsansfont{DejaVu Sans}
+ \setmonofont{DejaVu Sans Mono} \setmathfont{Latin Modern Math}
+ \let\Engine\XeLaTeX
+\else
+ \ifluatex
+ \usepackage{fontspec}
+ \setmainfont{DejaVu Serif}
+ \setsansfont{DejaVu Sans} \setmonofont{DejaVu Sans Mono}
+ \def\Engine{Lua\LaTeX}
+ \else
+ \usepackage[T1]{fontenc}
+ \usepackage{mathpazo} \usepackage{dejavu}
+ \usepackage[utf8]{inputenc}
+ \def\Engine{pdf\LaTeX}
+ \fi
+\fi
+\usepackage[ngerman]{babel}
+%StopShownPreambleCommands
+\begin{document}
+Ich wurde mit \Engine\ übersetzt in der Schrift DejaVu, die auch einen
+\texttt{Monofont} hat.
+Das hier verwendete Betriebsystem war \platformname.
+\end{document}