summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/glossaries/samples/sampleutf8.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries/samples/sampleutf8.tex')
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/samples/sampleutf8.tex10
1 files changed, 9 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sampleutf8.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sampleutf8.tex
index e249fee0214..fc01afc87e6 100644
--- a/Master/texmf-dist/doc/latex/glossaries/samples/sampleutf8.tex
+++ b/Master/texmf-dist/doc/latex/glossaries/samples/sampleutf8.tex
@@ -1,4 +1,8 @@
% This file is public domain
+ % If you want to use arara, you need the following directives:
+ % arara: pdflatex: { synctex: on }
+ % arara: makeglossaries
+ % arara: pdflatex: { synctex: on }
\documentclass{article}
\usepackage[utf8]{inputenc}
@@ -7,6 +11,9 @@
\makeglossaries
+ % Note that because the é is the first letter of the
+ % name, it needs to be grouped or it will cause a
+ % problem for \makefirstuc due to expansion issues.
\newglossaryentry{elite}{name={{é}lite},
description={select group or class}}
@@ -19,6 +26,8 @@ description=large deer}
\newglossaryentry{mannerly}{name=mannerly,
description=polite}
+ % The œ is not the first letter, so it doesn't need to
+ % be grouped.
\newglossaryentry{manoeuvre}{name={manœuvre},
description=planned and controlled movement}
@@ -36,7 +45,6 @@ description={canal from mouth to stomach}}
description=man-eating giant}
\begin{document}
-\null % ensure that the first run produces some output
\glsaddall
\printglossaries