summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/glossaries/samples/sample-noidxapp-utf8.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/glossaries/samples/sample-noidxapp-utf8.tex')
-rw-r--r--macros/latex/contrib/glossaries/samples/sample-noidxapp-utf8.tex13
1 files changed, 9 insertions, 4 deletions
diff --git a/macros/latex/contrib/glossaries/samples/sample-noidxapp-utf8.tex b/macros/latex/contrib/glossaries/samples/sample-noidxapp-utf8.tex
index cec83e1d98..55650242df 100644
--- a/macros/latex/contrib/glossaries/samples/sample-noidxapp-utf8.tex
+++ b/macros/latex/contrib/glossaries/samples/sample-noidxapp-utf8.tex
@@ -20,9 +20,12 @@
% main entries
\newglossaryentry{elite}{%
-% first character needs to be grouped if its an extended character
-% otherwise first letter uppercasing (\Gls etc) won't work:
- name={{é}lite},
+% With old LaTeX kernels and old versions of glossaries.sty and
+% mfirstuc.sty, the first character needed to be grouped if
+% its an extended character otherwise the sentence-case commands (\Gls etc) won't work:
+ name={{é}lite},% mfirstuc v2.07
+ %name={élite},% mfirstuc v2.08
+ sort={elite},
description={select group of people}
}
@@ -37,7 +40,9 @@
}
\newglossaryentry{emigre}{%
- name={{é}migré},
+ name={{é}migré},% mfirstuc v2.07
+ %name={émigré},% mfirstuc v2.08
+ sort={emigre},
description={person who has emigrated to another country,
especially for political reasons}
}