summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/glossaries/samples/sampleDesc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/glossaries/samples/sampleDesc.tex')
-rw-r--r--macros/latex/contrib/glossaries/samples/sampleDesc.tex30
1 files changed, 15 insertions, 15 deletions
diff --git a/macros/latex/contrib/glossaries/samples/sampleDesc.tex b/macros/latex/contrib/glossaries/samples/sampleDesc.tex
index 4f69d980a0..09e408f906 100644
--- a/macros/latex/contrib/glossaries/samples/sampleDesc.tex
+++ b/macros/latex/contrib/glossaries/samples/sampleDesc.tex
@@ -1,12 +1,12 @@
- % This file is public domain
- %
- % See also sampleAcrDesc.tex
- %
- % 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
+%
+% See also sampleAcrDesc.tex
+%
+% 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}
@@ -18,15 +18,15 @@
\makeglossaries
\newglossaryentry{svm}{
- % how the entry name should appear in the glossary
+% how the entry name should appear in the glossary
name={Support vector machine (SVM)},
- % how the description should appear in the glossary
+% how the description should appear in the glossary
description={Statistical pattern recognition
technique~\cite{svm}},
- % how the entry should appear in the document text
+% how the entry should appear in the document text
text={svm},
- % how the entry should appear the first time it is
- % used in the document text
+% how the entry should appear the first time it is
+% used in the document text
first={support vector machine (svm)}}
\newglossaryentry{ksvm}{
@@ -42,7 +42,7 @@ first={kernel support vector machine}}
\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
This is the text produced without a link: \glsentrytext{svm}.