summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/glossary/sampleAcr.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossary/sampleAcr.tex')
-rw-r--r--Master/texmf-dist/doc/latex/glossary/sampleAcr.tex15
1 files changed, 7 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/glossary/sampleAcr.tex b/Master/texmf-dist/doc/latex/glossary/sampleAcr.tex
index 4454ae6bf90..7199904b0b6 100644
--- a/Master/texmf-dist/doc/latex/glossary/sampleAcr.tex
+++ b/Master/texmf-dist/doc/latex/glossary/sampleAcr.tex
@@ -5,7 +5,7 @@
%% The original source files were:
%%
%% glossary.dtx (with options: `sampleAcr.tex,package')
-%% Copyright (C) 2005 Nicola Talbot, all rights reserved.
+%% Copyright (C) 2006 Nicola Talbot, all rights reserved.
%% If you modify this file, you must change its name first.
%% You are NOT ALLOWED to distribute this file alone. You are NOT
%% ALLOWED to take money for the distribution or use of either this
@@ -30,22 +30,19 @@
\usepackage{xspace}
\usepackage[colorlinks,plainpages=false]{hyperref}
-\usepackage[style=altlist,toc,number=none]{glossary}
+\usepackage[style=altlist,hypertoc,number=none,acronym]{glossary}
-\makeglossary
+\makeacronym
-\renewcommand{\acronymfont}[1]{\textmd{\scshape #1}}
-\setacronymnamefmt{\gloshort: \expandafter\MakeUppercase\glolong}
\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
-\printglossary
\chapter{Support Vector Machines}
@@ -68,6 +65,8 @@ The \ksvm\ is \ifacronymfirstuse{svm}{a}{an} \svm\ that uses the so called ``ker
\bibitem{svm} \ldots
\end{thebibliography}
+\printacronym
+
\end{document}
\endinput
%%