summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp-utf8.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp-utf8.tex')
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp-utf8.tex18
1 files changed, 11 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp-utf8.tex b/Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp-utf8.tex
index e8d2bfb8b66..78d4f400a1b 100644
--- a/Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp-utf8.tex
+++ b/Master/texmf-dist/doc/latex/glossaries/samples/sample-noidxapp-utf8.tex
@@ -1,7 +1,7 @@
- % This file is public domain
- % If you want to use arara, you need the following directives:
- % arara: pdflatex
- % arara: pdflatex
+% This file is public domain
+% If you want to use arara, you need the following directives:
+% arara: pdflatex
+% arara: pdflatex
\documentclass{report}
\usepackage[utf8]{inputenc}
@@ -15,9 +15,11 @@
\renewcommand{\theHequation}{\theequation}
- % main entries
+% 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},
description={select group of people}
}
@@ -38,7 +40,7 @@
especially for political reasons}
}
- % Symbols
+% Symbols
\newglossaryentry{set}{%
type=symbols,
@@ -68,7 +70,7 @@
sort={!},
description={factorial}}
- % index entries
+% index entries
\newterm{seal}
@@ -116,6 +118,8 @@ Set: \glsdisplaynumberlist{set}.
\Gls{elite}: \glsdisplaynumberlist{elite}.
+\Gls{emigre}: \glsdisplaynumberlist{emigre}.
+
\begin{equation}
3\gls[counter=equation]{factorial} = 3 \times 2 \times 1
\end{equation}