summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/glossaries/samples/sample-custom-acronym.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries/samples/sample-custom-acronym.tex')
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/samples/sample-custom-acronym.tex11
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-custom-acronym.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample-custom-acronym.tex
index bd63d817500..a0de228a23f 100644
--- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-custom-acronym.tex
+++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-custom-acronym.tex
@@ -1,3 +1,4 @@
+ % This file is public domain
\documentclass{report}
\usepackage[colorlinks]{hyperref}
@@ -38,14 +39,14 @@
% ##3 corresponds to the 'symbol' key
% ##4 is the inserted text given by the final optional argument to
% commands like \gls
- % The short form can be obtained via \glsentryuseri{\glslabel}
+ % The short form can be obtained via \glsentryshort{\glslabel}
% The plural short form can be obtained via
- % \glsentryuserii{\glslabel}
- % The long form can be obtained via \glsentryuseriii{\glslabel}
+ % \glsentryshortplural{\glslabel}
+ % The long form can be obtained via \glsentrylong{\glslabel}
% The plural long form can be obtained via
- % \glsentryuseriv{\glslabel}
+ % \glsentrylongplural{\glslabel}
\defglsdisplayfirst[#1]{##1##4\protect\footnote{%
- \glsentryuseriii{\glslabel}: ##2}}%
+ \glsentrylong{\glslabel}: ##2}}%
% ##1 corresponds to the 'text' key
% the rest as above
\defglsdisplay[#1]{##1##4}%