diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries/glossaries-user.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/glossaries/glossaries-user.tex | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries/glossaries-user.tex b/Master/texmf-dist/doc/latex/glossaries/glossaries-user.tex index bc97cb593fe..41b240eeb8f 100644 --- a/Master/texmf-dist/doc/latex/glossaries/glossaries-user.tex +++ b/Master/texmf-dist/doc/latex/glossaries/glossaries-user.tex @@ -362,11 +362,11 @@ and~\hyperlink{option#2}{#2}} \MakeShortVerb{"} \DeleteShortVerb{\|} - \title{User Manual for glossaries.sty v4.06} + \title{User Manual for glossaries.sty v4.07} \author{Nicola L.C. Talbot\\% \url{http://www.dickimaw-books.com/}} - \date{2014-03-12} + \date{2014-04-04} \maketitle \begin{abstract} @@ -419,7 +419,7 @@ letter}{mfirstuc-manual}. \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.06}. +\qt{Documented Code for glossaries v4.07}. This includes the documented code for the \sty{mfirstuc} package. \item[INSTALL] Installation instructions. @@ -5423,6 +5423,20 @@ The first form is expandable (unless the value of that key contains unexpandable commands). The second form is not expandable. Neither checks for the existence of \meta{label}. + +\begin{definition}[\DescribeMacro\glsletentryfield] +\cs{glsletentryfield}\marg{cs}\marg{label}\marg{field} +\end{definition} +This command doesn't display anything it merely fetches the +value associated with field (where the available field names +are listed in \tableref{tab:fieldmap}) and stores the result +in the control sequence \meta{cs}. For example, to store +the description for the entry whose label is \qt{apple} in the +control sequence \verb|\tmp|: +\begin{verbatim} +\glsletentryfield{\tmp}{apple}{desc} +\end{verbatim} + \begin{definition}[\DescribeMacro{\glossentrysymbol}] \cs{glossentrysymbol}\marg{label} \end{definition} |