summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/glossaries/samples/sample-noidxapp.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/glossaries/samples/sample-noidxapp.tex')
-rw-r--r--macros/latex/contrib/glossaries/samples/sample-noidxapp.tex10
1 files changed, 6 insertions, 4 deletions
diff --git a/macros/latex/contrib/glossaries/samples/sample-noidxapp.tex b/macros/latex/contrib/glossaries/samples/sample-noidxapp.tex
index d675c795fc..0b3022116c 100644
--- a/macros/latex/contrib/glossaries/samples/sample-noidxapp.tex
+++ b/macros/latex/contrib/glossaries/samples/sample-noidxapp.tex
@@ -17,10 +17,12 @@
% main entries
\newglossaryentry{elite}{%
-% First letter must be grouped if it isn't a single character in
-% order for the first letter uppercasing commands (\Gls etc) to
-% work.
- name={{\'e}lite},
+% With old LaTeX kernels and old versions of glossaries.sty and
+% mfirstuc.sty, it was necessary to group the first letter if
+% it isn't a single character in order for the sentence-case commands
+% (\Gls etc) to work.
+ name={{\'e}lite}, % mfirstuc.sty v2.07 and lower
+ %name={\'elite},% mfirstuc.sty v2.08+
description={select group of people}
}