summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/glossaries/samples/sample-inline.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/glossaries/samples/sample-inline.tex')
-rw-r--r--macros/latex/contrib/glossaries/samples/sample-inline.tex32
1 files changed, 16 insertions, 16 deletions
diff --git a/macros/latex/contrib/glossaries/samples/sample-inline.tex b/macros/latex/contrib/glossaries/samples/sample-inline.tex
index 08a4198aa5..c5d7220945 100644
--- a/macros/latex/contrib/glossaries/samples/sample-inline.tex
+++ b/macros/latex/contrib/glossaries/samples/sample-inline.tex
@@ -1,9 +1,9 @@
- % 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[a4paper]{report}
\usepackage[plainpages=false,colorlinks]{hyperref}
@@ -36,30 +36,30 @@ sort={1},
parent={glossary}}
\newglossaryentry{pagelist}{name=page list,
- % description value has to be enclosed in braces
- % because it contains commas
+% description value has to be enclosed in braces
+% because it contains commas
description={a list of individual pages or page ranges
(e.g.\ 1,2,4,7-9)}}
\newglossaryentry{mtrx}{name=matrix,
description={rectangular array of quantities},
- % plural is not simply obtained by appending an s, so specify
+% plural is not simply obtained by appending an s, so specify
plural=matrices}
- % entry with a paragraph break in the description
+% entry with a paragraph break in the description
\newglossaryentry{par}{name=paragraph,
description={distinct section of piece of
writing. Beginning on new, usually indented, line}}
- % entry with two types of plural. Set the plural form to the
- % form most likely to be used. If you want to use a different
- % plural, you will need to explicity specify it in \glslink
+% entry with two types of plural. Set the plural form to the
+% form most likely to be used. If you want to use a different
+% plural, you will need to explicity specify it in \glslink
\newglossaryentry{cow}{name=cow,
- % this isn't necessary, as this form (appending an s) is
- % the default
+% this isn't necessary, as this form (appending an s) is
+% the default
plural=cows,
- % description:
+% description:
description={(\emph{pl.}\ cows, \emph{archaic} kine) an adult
female of any bovine animal}}