summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/glossaries/samples/sampleSort.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/glossaries/samples/sampleSort.tex')
-rw-r--r--macros/latex/contrib/glossaries/samples/sampleSort.tex29
1 files changed, 15 insertions, 14 deletions
diff --git a/macros/latex/contrib/glossaries/samples/sampleSort.tex b/macros/latex/contrib/glossaries/samples/sampleSort.tex
index ee6350a360..6f83926710 100644
--- a/macros/latex/contrib/glossaries/samples/sampleSort.tex
+++ b/macros/latex/contrib/glossaries/samples/sampleSort.tex
@@ -1,19 +1,19 @@
- % This file is public domain
- % If you want to use arara, you need the following directives:
- % arara: pdflatex: { synctex: on }
- % arara: makeglossaries
- % arara: pdflatex: { synctex: on }
- % arara: pdflatex: { synctex: on }
+% This file is public domain
+% If you want to use arara, you need the following directives:
+% arara: pdflatex: { synctex: on }
+% arara: makeglossaries
+% arara: pdflatex: { synctex: on }
+% arara: pdflatex: { synctex: on }
\documentclass{report}
- % If you want to add babel to this document, you may have to
- % replace the : character in the labels if you are using a
- % language setting (e.g. french) that makes : active.
+% If you want to add babel to this document, you may have to
+% replace the : character in the labels if you are using a
+% language setting (e.g. french) that makes : active.
\usepackage[plainpages=false,colorlinks]{hyperref}
\usepackage[toc,acronym]{glossaries}
- % Define a new glossary type called notation
+% Define a new glossary type called notation
\newglossary[nlg]{notation}{not}{ntn}{Notation}
\makeglossaries
@@ -31,7 +31,7 @@
}%
}
- % Notation definitions
+% Notation definitions
\newglossaryentry{not:set}{type=notation, % glossary type
name={$\mathcal{S}$},
@@ -48,7 +48,7 @@ name={$|\mathcal{S}|$},
text={|\mathcal{S}|},
description={cardinality of $\mathcal{S}$}}
- % Main glossary definitions
+% Main glossary definitions
\newglossaryentry{gls:set}{name=set,
description={A collection of distinct objects}}
@@ -56,7 +56,7 @@ description={A collection of distinct objects}}
\newglossaryentry{gls:card}{name=cardinality,
description={The number of elements in the specified set}}
- % Acronym definitions
+% Acronym definitions
\newacronym{zfc}{ZFC}{Zermelo-Fraenkel set theory}
@@ -71,7 +71,7 @@ description={The number of elements in the specified set}}
\maketitle
\begin{abstract}
- %stop hyperref complaining about duplicate page identifiers:
+%stop hyperref complaining about duplicate page identifiers:
\pagenumbering{Alph}
This is a sample document illustrating the use of the
\textsf{glossaries} package. In this example, a new glossary type
@@ -79,6 +79,7 @@ called \texttt{notation} is defined, so that the document can have a
separate glossary of terms, list of acronyms and index of notation.
\end{abstract}
+
\pagenumbering{roman}
\tableofcontents