diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/einfuehrung/12-04-16.lualtx2')
-rw-r--r-- | Master/texmf-dist/doc/latex/einfuehrung/12-04-16.lualtx2 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/einfuehrung/12-04-16.lualtx2 b/Master/texmf-dist/doc/latex/einfuehrung/12-04-16.lualtx2 index cf7e5d33ad1..2a1ee14e932 100644 --- a/Master/texmf-dist/doc/latex/einfuehrung/12-04-16.lualtx2 +++ b/Master/texmf-dist/doc/latex/einfuehrung/12-04-16.lualtx2 @@ -1,5 +1,7 @@ %% %% Ein Beispiel der DANTE-Edition +%% +%% 1. Auflage %% %% Beispiel 12-04-16 auf Seite 628. %% @@ -15,12 +17,13 @@ %% ==== % Show page(s) 1,2,3 %% +%% \documentclass[]{exaarticle2} \pagestyle{empty} \setlength\textwidth{126.88268pt} \setlength{\parindent}{0em} \usepackage[paper=a6,pagesize,DIV15]{typearea} - +\StartShownPreambleCommands \usepackage{fontspec}% lualatex \usepackage{luacode} \newfontface\LMML{Latin Modern Mono Light Cond} @@ -50,7 +53,7 @@ function printFontDemo(fontname) end end \end{luacode} - +\StopShownPreambleCommands \begin{document} \directlua{printFontDemo("Latin Modern")} \end{document} |