summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/glossaries/samples/sampleCustomAcr.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/glossaries/samples/sampleCustomAcr.tex')
-rw-r--r--macros/latex/contrib/glossaries/samples/sampleCustomAcr.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/macros/latex/contrib/glossaries/samples/sampleCustomAcr.tex b/macros/latex/contrib/glossaries/samples/sampleCustomAcr.tex
index bc32d1329a..eda408e02c 100644
--- a/macros/latex/contrib/glossaries/samples/sampleCustomAcr.tex
+++ b/macros/latex/contrib/glossaries/samples/sampleCustomAcr.tex
@@ -11,7 +11,7 @@
% 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,
+ nomain,
style=altlist, % use altlist style
toc, % add the glossary to the table of contents
]{glossaries}
@@ -68,14 +68,14 @@
% Change the "see" items so that they use \acronymfont:
\renewcommand*{\glsseeitemformat}[1]{\acronymfont{\glsentrytext{#1}}}
-\newacronym[description={Statistical pattern recognition
+\newacronym[description={Statistical pattern recognition
technique~\protect\cite{svm}}, % acronym's description
]{svm}{svm}{support vector machine}
\newacronym[description={Statistical pattern recognition technique
using the ``kernel trick''},% acronym's description
see={[see also]{svm}},
-]{ksvm}{ksvm}{kernel
+]{ksvm}{ksvm}{kernel
support vector machine}
\begin{document}
@@ -86,10 +86,10 @@ support vector machine}
The \gls{svm} is used widely in the area of pattern recognition.
% 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
+upper case for a small caps acronym is sometimes considered
poor style).
-Short version: \acrshort{svm}. Long version: \acrlong{svm}. Full
+Short version: \acrshort{svm}. Long version: \acrlong{svm}. Full
version: \acrfull{svm}. Description: \glsentrydesc{svm}.
This is the entry in uppercase: \GLS{svm}.
@@ -103,7 +103,7 @@ a link: \glsentrydesc{ksvm}.
\glsresetall
(Reset all.)
Possessive: \gls{ksvm}['s].
-Make the glossary entry number bold for this
+Make the glossary entry number bold for this
one \gls[format=hyperbf]{svm}.
\begin{thebibliography}{1}