diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossary/sampleAcr.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/glossary/sampleAcr.tex | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/glossary/sampleAcr.tex b/Master/texmf-dist/doc/latex/glossary/sampleAcr.tex index 7199904b0b6..26e77a8f508 100644 --- a/Master/texmf-dist/doc/latex/glossary/sampleAcr.tex +++ b/Master/texmf-dist/doc/latex/glossary/sampleAcr.tex @@ -28,34 +28,35 @@ %% Right brace \} Tilde \~} \documentclass[a4paper]{report} -\usepackage{xspace} \usepackage[colorlinks,plainpages=false]{hyperref} -\usepackage[style=altlist,hypertoc,number=none,acronym]{glossary} +\usepackage[style=altlist,hypertoc,acronym]{glossary} \makeacronym +\newacronym{svm}{support vector machine}{% +description=Statistical pattern recognition +technique~\cite{svm}} - -\newacronym{svm}{support vector machine}{description=Statistical pattern recognition technique~\cite{svm}} - -\newacronym[ksvm]{k-svm}{kernel support vector machine}{description={Statistical pattern recognition technique using -the ``kernel trick'' (see also SVM)}} +\newacronym[ksvm]{k-svm}{kernel support vector machine}{% +description={Statistical pattern recognition technique +using the ``kernel trick'' (see also SVM)}} \begin{document} \tableofcontents \chapter{Support Vector Machines} -The \svm is used widely in the area of pattern recognition. +The \svm\ is used widely in the area of pattern recognition. \useacronym*[s]{svm} are \ldots -This is the long version: \svmlong or alternatively: +This is the long version: \svmlong\ or alternatively: \acrln*{svm}. -Abbreviation: \svmshort or \acrsh*{svm}. +Abbreviation: \svmshort\ or \acrsh*{svm}. \chapter{Kernel Support Vector Machines} -The \ksvm\ is \ifacronymfirstuse{svm}{a}{an} \svm\ that uses the so called ``kernel trick''. +The \ksvm\ is \ifacronymfirstuse{svm}{a}{an} \svm\ that uses +the so called ``kernel trick''. \resetallacronyms \useacronym*[s]{ksvm} \ldots |