summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/glossaries/glossaries-user.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-20 03:01:17 +0000
committerNorbert Preining <norbert@preining.info>2020-03-20 03:01:17 +0000
commitc720a4409b388fa706f3eb1ce275f76f7d49d996 (patch)
treed9e0864c856e4b7abba585785d57bbf02aa1f9ad /macros/latex/contrib/glossaries/glossaries-user.tex
parentc8b8ea37fe9cd71b53223dff23f291b2f158fc0f (diff)
CTAN sync 202003200301
Diffstat (limited to 'macros/latex/contrib/glossaries/glossaries-user.tex')
-rw-r--r--macros/latex/contrib/glossaries/glossaries-user.tex19
1 files changed, 16 insertions, 3 deletions
diff --git a/macros/latex/contrib/glossaries/glossaries-user.tex b/macros/latex/contrib/glossaries/glossaries-user.tex
index a8465c911f..f4dc52e08e 100644
--- a/macros/latex/contrib/glossaries/glossaries-user.tex
+++ b/macros/latex/contrib/glossaries/glossaries-user.tex
@@ -671,11 +671,11 @@ and~\hyperlink{option#2}{#2}}
\MakeShortVerb{"}
\DeleteShortVerb{\|}
- \title{User Manual for glossaries.sty v4.45}
+ \title{User Manual for glossaries.sty v4.46}
\author{Nicola L.C. Talbot\\%
\href{http://www.dickimaw-books.com/contact}{\nolinkurl{dickimaw-books.com/contact}}}
- \date{2020-02-13}
+ \date{2020-03-19}
\maketitle
\begin{abstract}
@@ -769,7 +769,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.45}.
+\qt{Documented Code for glossaries v4.46}.
\item[INSTALL] Installation instructions.
@@ -13404,6 +13404,19 @@ part}}
\end{definition}
This checks if the glossary given by \meta{label} exists. If it
does \meta{true part} is performed, otherwise \meta{false part}.
+The unstarred form will do \meta{false part} for ignored glossaries.
+As from v4.46, there is now a starred form of this command which
+will also consider ignored glossaries as existing. For example,
+given:
+\begin{alltt}
+\ics{newignoredglossary}\mgroup{common}
+\end{alltt}
+then
+\begin{verbatim}
+\ifglossaryexists{common}{true}{false}
+\ifglossaryexists*{common}{true}{false}
+\end{verbatim}
+will produce \qt{false true}.
\begin{definition}[\DescribeMacro{\ifglsentryexists}]
\cs{ifglsentryexists}{\meta{label}}{\meta{true part}}{\meta{false