summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/glossaries/samples/samplexdy2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/glossaries/samples/samplexdy2.tex')
-rw-r--r--macros/latex/contrib/glossaries/samples/samplexdy2.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/latex/contrib/glossaries/samples/samplexdy2.tex b/macros/latex/contrib/glossaries/samples/samplexdy2.tex
index f8d707849f..6225fb4d9f 100644
--- a/macros/latex/contrib/glossaries/samples/samplexdy2.tex
+++ b/macros/latex/contrib/glossaries/samples/samplexdy2.tex
@@ -1,6 +1,6 @@
% This file is public domain
%
-% This is a sample document illustrating how to use the
+% This is a sample document illustrating how to use the
% glossaries package with xindy. To create the document:
%
% pdflatex samplexdy2
@@ -27,14 +27,14 @@
\renewcommand*{\theHsection}{\thepart.\thesection}
\renewcommand*{\thepart}{\Roman{part}}
-\GlsAddXdyLocation["roman-numbers-uppercase"]{section}{:sep "["
+\GlsAddXdyLocation["roman-numbers-uppercase"]{section}{:sep "["
"arabic-numbers" :sep "]" "arabic-numbers"
}
% If part is 0, then \thepart will be empty, so add an extra
% case to catch this:
-\GlsAddXdyLocation{zero.section}{:sep "["
+\GlsAddXdyLocation{zero.section}{:sep "["
"arabic-numbers" :sep "]" "arabic-numbers"
}