summaryrefslogtreecommitdiff
path: root/info/examples/Einfuehrung2/10-08-10.xltx
diff options
context:
space:
mode:
Diffstat (limited to 'info/examples/Einfuehrung2/10-08-10.xltx')
-rw-r--r--info/examples/Einfuehrung2/10-08-10.xltx43
1 files changed, 43 insertions, 0 deletions
diff --git a/info/examples/Einfuehrung2/10-08-10.xltx b/info/examples/Einfuehrung2/10-08-10.xltx
new file mode 100644
index 0000000000..76a2ecca64
--- /dev/null
+++ b/info/examples/Einfuehrung2/10-08-10.xltx
@@ -0,0 +1,43 @@
+%%
+%% Ein Beispiel der DANTE-Edition
+%%
+%% 2. Auflage
+%%
+%% Beispiel 10-08-10 auf Seite 534.
+%%
+%% 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.
+%%
+%%
+%% ==makeglossaries==
+% Show page(s) 1
+%%
+%%
+\documentclass[ngerman]{exaarticle2}
+\pagestyle{empty}
+\setlength\textwidth{193.16928pt}
+\setlength\parindent{0pt}
+\usepackage[paper=a6,DIV=15,pagesize]{typearea}
+\usepackage{microtype}
+\usepackage[ngerman]{babel}
+%StartShownPreambleCommands
+\usepackage[xindy,nonumberlist,
+ style=listgroup]{glossaries}
+\makeglossaries % XeLaTeX/xindy verwenden
+\newglossaryentry{elite}{name={élite},
+ description={select group or class}}
+\newglossaryentry{manoeuvre}{name={manœuvre},
+ description=controlled movement}
+\newglossaryentry{oesophagus}%
+{name={œsophagus},
+description={canal from mouth to stomach}}
+%StopShownPreambleCommands
+\begin{document}
+\null % Um kein leeres Dokument zu erhalten
+\glsaddall \printglossary
+\end{document}