summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/glossaries/samples/sampleAcrDesc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/glossaries/samples/sampleAcrDesc.tex')
-rw-r--r--macros/latex/contrib/glossaries/samples/sampleAcrDesc.tex28
1 files changed, 14 insertions, 14 deletions
diff --git a/macros/latex/contrib/glossaries/samples/sampleAcrDesc.tex b/macros/latex/contrib/glossaries/samples/sampleAcrDesc.tex
index 896bbbb1fb..0bec67636f 100644
--- a/macros/latex/contrib/glossaries/samples/sampleAcrDesc.tex
+++ b/macros/latex/contrib/glossaries/samples/sampleAcrDesc.tex
@@ -1,16 +1,16 @@
- % 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[colorlinks,plainpages=false]{hyperref}
\usepackage[acronym,% create 'acronym' glossary type
- % The package option "nomain" is used here to suppress the
- % main glossary, since this example doesn't use it. If you
- % want to use the main glossary, remove the "nomain" option.
+% The package option "nomain" is used here to suppress the
+% main glossary, since this example doesn't use it. If you
+% want to use the main glossary, remove the "nomain" option.
nomain,%
style=altlist, % use altlist style
toc, % add the glossary to the table of contents
@@ -18,14 +18,14 @@
\makeglossaries
- % Change the acronym style to long-sc-short-desc:
+% Change the acronym style to long-sc-short-desc:
\setacronymstyle{long-sc-short-desc}
- % Change the "see" items so that they use \acronymfont:
+% Change the "see" items so that they use \acronymfont:
\renewcommand*{\glsseeitemformat}[1]{\acronymfont{\glsentrytext{#1}}}
- % Not using a font that supports bold smallcaps so change the way
- % the name is formatted in the glossary:
+% Not using a font that supports bold smallcaps so change the way
+% the name is formatted in the glossary:
\renewcommand*{\glsnamefont}[1]{\textmd{#1}}
@@ -46,7 +46,7 @@ technique~\protect\cite{svm}}, % acronym's description
\chapter{Support Vector Machines}
The \gls{svm} is used widely in the area of pattern recognition.
- % plural form with initial letter in uppercase:
+% plural form with initial letter in uppercase:
\Glspl{svm} are \ldots\ (but beware, converting the initial letter to
upper case for a small caps acronym is sometimes considered
poor style).