summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/luaintro/05-01-2.lualtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/luatex/luaintro/05-01-2.lualtx')
-rw-r--r--Master/texmf-dist/doc/luatex/luaintro/05-01-2.lualtx41
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/luatex/luaintro/05-01-2.lualtx b/Master/texmf-dist/doc/luatex/luaintro/05-01-2.lualtx
new file mode 100644
index 00000000000..1fcdb6d9c3f
--- /dev/null
+++ b/Master/texmf-dist/doc/luatex/luaintro/05-01-2.lualtx
@@ -0,0 +1,41 @@
+%%
+%% Ein Beispiel der DANTE-Edition
+%%
+%% 1. Auflage
+%%
+%% Beispiel 05-01-2 auf Seite 102.
+%%
+%% Copyright (C) 2013 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{317.53058pt}
+\directlua{tex.enableprimitives('',tex.extraprimitives())}
+\def\Test{%
+ \ifnum\mathstyle=\textstyle \mbox{Text}%
+ \else\ifnum\mathstyle=\displaystyle \mbox{Display}%
+ \else\ifnum\mathstyle=\scriptstyle \mbox{\footnotesize Script}%
+ \else\ifnum\mathstyle=\scriptscriptstyle \mbox{\tiny ScriptScript}%
+ \else\ifnum\mathstyle=\crampeddisplaystyle \mbox{CDisplay}%
+ \else\ifnum\mathstyle=\crampedtextstyle \mbox{CText}%
+ \else\ifnum\mathstyle=\crampedscriptstyle \mbox{\footnotesize CScript}%
+ \else\ifnum\mathstyle=\crampedscriptscriptstyle \mbox{\tiny CScriptScript}%
+ \else \mbox{Nichts} \fi \fi \fi \fi \fi \fi \fi \fi}
+%StartShownPreambleCommands
+% Für \Test siehe Präambel im Beispiel vorher!
+%StopShownPreambleCommands
+\begin{document}
+\huge $ {a^{\Test}_{\Test} \over b^{\Test}_{\Test}} $ $ {a^p_1\over b^p_1} $
+$\Ustack {a^{\Test}_{\Test} \over b^{\Test}_{\Test}}$ $ \Ustack{a^p_1\over b^p_1}$
+\end{document}