summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries/glossariesbegin.tex')
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/glossariesbegin.tex13
1 files changed, 11 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.tex b/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.tex
index f9b646cb507..3be8291d82d 100644
--- a/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.tex
+++ b/Master/texmf-dist/doc/latex/glossaries/glossariesbegin.tex
@@ -20,10 +20,10 @@
\newcommand*{\yes}{\ding{52}}
\newcommand*{\no}{\ding{56}}
-\title{The glossaries package v4.20:
+\title{The glossaries package v4.21:
a guide for beginners}
\author{Nicola L.C. Talbot}
-\date{2015-11-30}
+\date{2016-01-24}
\ifpdf
\externaldocument{glossaries-user}
@@ -815,6 +815,15 @@ If you use \opt1, you may or may not need to use the \texttt{sort}
key, but you will need to be careful about fragile commands in the
\texttt{name} key if you don't set the \texttt{sort} key.
+If you use \opt3 and the \texttt{name} only contains a command
+(such as \cs{P}) you must add the \texttt{sort} key. This
+is also advisable for the other options, but is essential for
+\opt3. For example:
+\begin{verbatim}
+\newglossaryentry{P}{name={\P},sort={P},
+ description={paragraph symbol}}
+\end{verbatim}
+
\Tableref{tab:optionsp+c} summarises the main pros and cons of three
options described above.