summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/glossaries/samples/minimalgls.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/glossaries/samples/minimalgls.tex')
-rw-r--r--macros/latex/contrib/glossaries/samples/minimalgls.tex82
1 files changed, 41 insertions, 41 deletions
diff --git a/macros/latex/contrib/glossaries/samples/minimalgls.tex b/macros/latex/contrib/glossaries/samples/minimalgls.tex
index 5053aa0a12..195b4a04e9 100644
--- a/macros/latex/contrib/glossaries/samples/minimalgls.tex
+++ b/macros/latex/contrib/glossaries/samples/minimalgls.tex
@@ -1,43 +1,43 @@
- % This file is public domain.
- %
- % This is a minimal file for testing and debugging
- % the glossaries package. Change the class file as
- % desired, and add the relevant package options to
- % both the class file and the glossaries package.
- % Change the sample glossary entry and acronym if
- % required. If the problem occurs with an additional
- % glossary, add in the relevant \newglossary command
- % and a sample entry.
- %
- % Only add extra packages or commands if they
- % contribute to whatever problem you are trying to
- % test.
- %
- % Remember that the document will not be complete
- % until you have successfully completed all of the
- % following steps:
- % 1. latex minimalgls
- % 2. makeglossaries minimalgls (note no extension)
- % 3. latex minimalgls
- % A further run through LaTeX will be required to ensure that
- % the table of contents is up to date if the toc option
- % is used.
- % Alternatively, if you use arara, you can add the following
- % directives in your document:
- %
- % arara: pdflatex: { synctex: on }
- % arara: makeglossaries
- % arara: pdflatex: { synctex: on }
-
- % If you require multilingual support you must also install
- % the appropriate glossaries language module. The language
- % modules are distributed separately.
+% This file is public domain.
+%
+% This is a minimal file for testing and debugging
+% the glossaries package. Change the class file as
+% desired, and add the relevant package options to
+% both the class file and the glossaries package.
+% Change the sample glossary entry and acronym if
+% required. If the problem occurs with an additional
+% glossary, add in the relevant \newglossary command
+% and a sample entry.
+%
+% Only add extra packages or commands if they
+% contribute to whatever problem you are trying to
+% test.
+%
+% Remember that the document will not be complete
+% until you have successfully completed all of the
+% following steps:
+% 1. latex minimalgls
+% 2. makeglossaries minimalgls (note no extension)
+% 3. latex minimalgls
+% A further run through LaTeX will be required to ensure that
+% the table of contents is up to date if the toc option
+% is used.
+% Alternatively, if you use arara, you can add the following
+% directives in your document:
+%
+% arara: pdflatex: { synctex: on }
+% arara: makeglossaries
+% arara: pdflatex: { synctex: on }
+
+% If you require multilingual support you must also install
+% the appropriate glossaries language module. The language
+% modules are distributed separately.
\documentclass{article}
\listfiles
\usepackage[colorlinks]{hyperref}
- %\usepackage{glossaries} % abbreviation will go in main glossary
+%\usepackage{glossaries} % abbreviation will go in main glossary
\usepackage[acronym]{glossaries} % make a separate list of acronyms
\makeglossaries
@@ -52,17 +52,17 @@
\newglossaryentry{sample}{name={sample},
description={a sample entry}}
- % set the acronym style:
+% set the acronym style:
\setacronymstyle{long-short}
- % This contrived acronym has non-standard plural forms.
- % These are specified in the optional argument.
- % Remove the optional argument to revert to the default
- % plurals.
+% This contrived acronym has non-standard plural forms.
+% These are specified in the optional argument.
+% Remove the optional argument to revert to the default
+% plurals.
\newacronym[\glsshortpluralkey=cas,\glslongpluralkey=contrived
acronyms]{aca}{aca}{a contrived acronym}
- % Keep all definitions in the preamble!
+% Keep all definitions in the preamble!
\begin{document}