summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/glossaries/glossaries-user.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries/glossaries-user.tex')
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/glossaries-user.tex20
1 files changed, 16 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries/glossaries-user.tex b/Master/texmf-dist/doc/latex/glossaries/glossaries-user.tex
index 654bb113a5a..42845e3c37a 100644
--- a/Master/texmf-dist/doc/latex/glossaries/glossaries-user.tex
+++ b/Master/texmf-dist/doc/latex/glossaries/glossaries-user.tex
@@ -378,16 +378,16 @@ and~\hyperlink{option#2}{#2}}
\MakeShortVerb{"}
\DeleteShortVerb{\|}
- \title{User Manual for glossaries.sty v4.18}
+ \title{User Manual for glossaries.sty v4.19}
\author{Nicola L.C. Talbot\\%
\url{http://www.dickimaw-books.com/}}
- \date{2015-09-09}
+ \date{2015-11-22}
\maketitle
\begin{abstract}
The \styfmt{glossaries} package provides a means to define terms or
-acronyms or symbols that can be referenced within your document.
+abbreviations or symbols that can be referenced within your document.
Sorted lists with collated \glslink{entrylocation}{locations} can be
generated either using \TeX\ or using a supplementary \gls{indexingapp}.
\end{abstract}
@@ -444,7 +444,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.18}.
+\qt{Documented Code for glossaries v4.19}.
This includes the documented code for the \sty{mfirstuc} package.
\item[INSTALL] Installation instructions.
@@ -10212,6 +10212,18 @@ Does the reverse of \cs{glsdoifexists}. (This command uses
As \cs{glsdoifexists} but issues a warning rather than an error if
the entry doesn't exist.
+\begin{definition}[\DescribeMacro{\glsdoifexistsordo}]
+\cs{glsdoifexistsordo}\marg{label}\marg{code}\marg{else code}
+\end{definition}
+Does \meta{code} if the entry given by \meta{label} exists otherwise
+generate an error and do \meta{else code}.
+
+\begin{definition}[\DescribeMacro{\glsdoifnoexistsordo}]
+\cs{glsdoifnoexistsordo}\marg{label}\marg{code}\marg{else code}
+\end{definition}
+Does \meta{code} if the entry given by \meta{label} doesn't exist otherwise
+generate an error and do \meta{else code}.
+
\begin{definition}[\DescribeMacro{\ifglsused}]
\cs{ifglsused}{\meta{label}}{\meta{true part}}{\meta{false
part}}