blob: 9a63b537e2ed4b557d36d29c90dc1d3034c96487 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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}}{}}
|