diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-04 22:37:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-04 22:37:25 +0000 |
commit | 1d960e194869c5c68acde462e7d711dd76f91651 (patch) | |
tree | 2b2e7358517f1912b267ba757b43af05f594af18 /Master/texmf-dist/doc/latex/glossaries/glossaries-user.tex | |
parent | cb0d77e2c7837d3ff3ffd2b9de0942e093421bdf (diff) |
glossaries (4apr14)
git-svn-id: svn://tug.org/texlive/trunk@33374 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 | 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} |