summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/glossaries/samples/database2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/glossaries/samples/database2.tex')
-rw-r--r--macros/latex/contrib/glossaries/samples/database2.tex22
1 files changed, 22 insertions, 0 deletions
diff --git a/macros/latex/contrib/glossaries/samples/database2.tex b/macros/latex/contrib/glossaries/samples/database2.tex
new file mode 100644
index 0000000000..55bc08a1c4
--- /dev/null
+++ b/macros/latex/contrib/glossaries/samples/database2.tex
@@ -0,0 +1,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}}
+