diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries-extra/glossaries-extra-manual.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/glossaries-extra/glossaries-extra-manual.tex | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries-extra/glossaries-extra-manual.tex b/Master/texmf-dist/doc/latex/glossaries-extra/glossaries-extra-manual.tex index e82cc157a45..25976384568 100644 --- a/Master/texmf-dist/doc/latex/glossaries-extra/glossaries-extra-manual.tex +++ b/Master/texmf-dist/doc/latex/glossaries-extra/glossaries-extra-manual.tex @@ -114,6 +114,8 @@ governed by the \gloskey{first} and \gloskey{firstplural} keys of \setcounter{IndexColumns}{2} +\newrobustcmd*{\eq}{\protect=}% hide from makeindex + \newcommand*{\igloskey}[2][newglossaryentry]{\icsopt{#1}{#2}} \newcommand*{\gloskey}[2][newglossaryentry]{\csopt{#1}{#2}} @@ -141,13 +143,13 @@ styles (glossaries):>#1={\protect\ttfamily#1}|main}} \MakeShortVerb{"} \DeleteShortVerb{\|} - \title{glossaries-extra.sty v1.04: + \title{glossaries-extra.sty v1.05: an extension to the glossaries package} \author{Nicola L.C. Talbot\\[10pt] Dickimaw Books\\ \url{http://www.dickimaw-books.com/}} - \date{2016-05-02} + \date{2016-06-10} \maketitle \begin{abstract} @@ -391,8 +393,16 @@ the package options provided by \sty{glossaries} when you load passed to \ics{setupglossaries}, but remember that not all of the \sty{glossaries} package options may be used in that command. -In addition to those options recognised by \sty{glossaries}, -there are some new ones provided by \styfmt{glossaries-extra}: +\begin{important} +This section only lists options that are either unrecognised by +the \styfmt{glossaries} package or are a modified version of options +of the same name provided by \styfmt{glossaries}. See the +\styfmt{glossaries} user manual for details about the unmodified +options. +\end{important} + +The new and modified options provided by \styfmt{glossaries-extra} +are described below: \begin{description} \item[{\pkgopt{accsupp}}] Load the \sty{glossaries-accsupp} @@ -1476,7 +1486,7 @@ to use \begin{definition}[\DescribeMacro\glsfirstabbrvdefaultfont] \cs{glsfirstabbrvdefaultfont}\marg{short-form} \end{definition} -whereas the font modifier styles, such as \abbrstyle{long-short=sc}, +whereas the font modifier styles, such as \abbrstyle{long-short-sc}, use their own custom command, such as \cs{glsfirstscfont}. @@ -2856,7 +2866,7 @@ non-case-changing version is used for the bookmarks. These commands essentially behave as though you have used \cs{glsxtrshort} (or equivalent) with the options -\gloskey[glslink]{noindex} and \gloskey[glslink]{hyper=false}. +\gloskey[glslink]{noindex} and \gloskey[glslink]{hyper\eq false}. The text produced won't be converted to upper case in the page headings by default. If you want the text converted to upper case you need to set the \catattr{headuc} attribute to \qt{true} |