blob: 55bc08a1c4731186bdd27cbbe455140af12d4f8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
% This is a sample database of glossary entries
% Only those entries used in the document with \glslink, \gls,
% \glspl, and uppercase variants will have entries in the
% glossary. Note that the type key is not used, as the
% glossary type can be specified in \loadglsentries
% Don't need to worry about makeindex special characters
\newglossaryentry{quote}{name={"},
description={the double quote symbol}}
\newglossaryentry{at}{name={@},
description={the ``at'' symbol}}
\newglossaryentry{excl}{name={!},
description={the exclamation mark symbol}}
\newglossaryentry{bar}{name={\ensuremath{|}},
description={the vertical bar symbol}}
\newglossaryentry{hash}{name={\#},
description={the hash symbol}}
|