diff options
author | Karl Berry <karl@freefriends.org> | 2017-06-11 21:48:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-06-11 21:48:43 +0000 |
commit | 58551f18efea3adda9329b57a924862ca95b0818 (patch) | |
tree | d675b24fcd7d62293d919e3b0ef0115207e93c88 /Master/texmf-dist/doc/latex/glossaries/glossaries-user.tex | |
parent | db432709c39f01058010e3494b6570a374a93931 (diff) |
glossaries (11jun17)
git-svn-id: svn://tug.org/texlive/trunk@44564 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries/glossaries-user.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/glossaries/glossaries-user.tex | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries/glossaries-user.tex b/Master/texmf-dist/doc/latex/glossaries/glossaries-user.tex index 75b2f9cf62d..09f5b8d9449 100644 --- a/Master/texmf-dist/doc/latex/glossaries/glossaries-user.tex +++ b/Master/texmf-dist/doc/latex/glossaries/glossaries-user.tex @@ -398,11 +398,11 @@ and~\hyperlink{option#2}{#2}} \MakeShortVerb{"} \DeleteShortVerb{\|} - \title{User Manual for glossaries.sty v4.29} + \title{User Manual for glossaries.sty v4.30} \author{Nicola L.C. Talbot\\% \url{http://www.dickimaw-books.com/}} - \date{2017-01-19} + \date{2017-06-11} \maketitle \begin{abstract} @@ -480,7 +480,7 @@ package. \item[\url{glossaries-code.pdf}] Advanced users wishing to know more about the inner workings of all the packages provided in the \styfmt{glossaries} bundle should read -\qt{Documented Code for glossaries v4.29}. +\qt{Documented Code for glossaries v4.30}. \item[INSTALL] Installation instructions. @@ -599,6 +599,7 @@ difficult. There are three options: other setting, be prepared for a long document build time, especially if you have a lot of entries defined. \textbf{This option is intended as a last resort for alphabetical sorting.} +This option is not suitable for hierarchical glossaries. \begin{enumerate} \item Add \cs{makenoidxglossaries} to your preamble (before you @@ -2279,7 +2280,7 @@ resulting file onto the man path. Alternatively do \begin{important} When upgrading the \styfmt{glossaries} package, make sure you also upgrade your version of \gls{makeglossaries}. The current version is -2.20. +2.21. \end{important} \subsection{Using the makeglossaries-lite.lua Lua Script} @@ -3237,6 +3238,15 @@ six digit number via redefined, if required, before the entries are defined (in the case of \pkgopt[def]{sort}) or before the entries are used (in the case of \pkgopt[use]{sort}). + +\item \pkgoptval{none}{sort} : this option is new to version 4.30 +and is only for documents that don't use \cs{makeglossaries} +or \cs{makenoidxglossaries}. It omits the code used to sanitize +or escape the sort value, since it's not required. This option +can't be used with \cs{printglossary} or \cs{printnoidxglossary} +(or the iterative versions \cs{printglossaries} or +\cs{printnoidxglossaries}). It may be used with +\sty{glossaries-extra}'s \cs{printunsrtglossary}. \end{itemize} Note that the group styles (such as \glostyle{listgroup}) are incompatible with the \pkgopt[use]{sort} and \pkgopt[def]{sort} @@ -4375,7 +4385,7 @@ context (provided any fragile commands stored in the key have been protected). The new keys must be added using \cs{glsaddkey} or \cs{glsaddstoragekey} before glossary entries are defined. -\section{Document Keys} +\subsection{Document Keys} \label{sec:glsaddkey} A custom key that can be used in the document is defined using: @@ -4468,7 +4478,7 @@ The dog \glsed{run} away from the duck. For a complete document, see the sample file \samplefile{-newkeys}. \end{example} -\section{Storage Keys} +\subsection{Storage Keys} \label{sec:glsaddstoragekey} A custom key that can be used for simply storing information is |