summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/listgls.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-tipps-und-tricks/listgls.sty')
-rw-r--r--Master/texmf-dist/doc/latex/latex-tipps-und-tricks/listgls.sty15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/listgls.sty b/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/listgls.sty
new file mode 100644
index 00000000000..9a63b537e2e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/listgls.sty
@@ -0,0 +1,15 @@
+% LISTGLS.STY
+\makeglossary
+
+% Verstecke Seitenzahl
+\newcommand{\formatpage}[1]{}
+
+% \package{Name}{Version}{Erläuterung}
+\newcommand{\package}[3]
+ {\glossary{#1@\noindent\texttt{#1} (Version #2)
+ \protect\dotfill\thepage
+ \\#3|formatpage}}
+
+\newcommand{\printpackages}
+ {\InputIfFileExists{\jobname.gls}
+ {\chapter*{Die besprochenen Pakete}}{}}