summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/glossaries/samples/sampleNtn.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/glossaries/samples/sampleNtn.tex')
-rw-r--r--macros/latex/contrib/glossaries/samples/sampleNtn.tex27
1 files changed, 14 insertions, 13 deletions
diff --git a/macros/latex/contrib/glossaries/samples/sampleNtn.tex b/macros/latex/contrib/glossaries/samples/sampleNtn.tex
index 639e6d0c7a..997f518f9a 100644
--- a/macros/latex/contrib/glossaries/samples/sampleNtn.tex
+++ b/macros/latex/contrib/glossaries/samples/sampleNtn.tex
@@ -1,25 +1,25 @@
- % 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{html}
\usepackage[toc,xindy]{glossaries}
- % Define a new glossary type called notation
+% Define a new glossary type called notation
\newglossary[nlg]{notation}{not}{ntn}{Notation}
\makeglossaries
- % Notation definitions
+% Notation definitions
\newglossaryentry{not:set}{type=notation, % glossary type
name={$\mathcal{S}$},
@@ -41,7 +41,7 @@ name={$!$},
description={factorial},
sort=factorial}
- % Main glossary definitions
+% Main glossary definitions
\newglossaryentry{gls:set}{name=set,
description={A collection of distinct objects}}
@@ -56,7 +56,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
@@ -65,6 +65,7 @@ separate glossary of terms and index of notation. The index of notation
doesn't have associated numbers.
\end{abstract}
+
\pagenumbering{roman}
\tableofcontents