summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/makeglos/makeglos.sty
blob: d0d2d33bda3f3572c90c2f858481a07069a5c51e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\ProvidesPackage{makeglos}[2000/02/24 v0.1 Glossary package]
\newcommand*\gsee[2]{\emph{\seename} #1}
\newcommand*\galso[2]{\emph{\alsoname} #1}
\newcommand\printglossary{\@input@{\jobname.gls}}
\providecommand\seename{see}
\providecommand\alsoname{see also}
\providecommand\glossaryname{Glossary}
\providecommand\glossaryintro{}
\ifx\@undefined\chapter
\newenvironment{theglossary}% for article-like documents
{\section*{\glossaryname}\glossaryintro%
\begin{description}}%
{\end{description}}
\else
\newenvironment{theglossary}% for report-/book-like documents
{\chapter*{\glossaryname}\glossaryintro%
\begin{description}}%
{\end{description}}
\fi
\endinput
%% 
%% End of file `makeglos.sty'.