Abstract
The glossaries package provides a means to define terms or abbreviations or symbols that can be referenced within your document. Sorted lists with collated locations can be generated either using TeX or using a supplementary indexing application. Sample documents are provided with the glossaries package. These are listed in §19 Sample Documents.
If you require multilingual support you must also separately install the relevant language module. Each language module is distributed under the name glossaries-⟨language⟩, where ⟨language⟩ is the root language name. For example, glossaries-french or glossaries-german. If a language module is required, the glossaries package will automatically try to load it and will give a warning if the module isn’t found. See §1.3 Multi-Lingual Support for further details. If there isn’t any support available for your language, use the nolangwarn package option to suppress the warning and provide your own translations. (For example, use the title key in \printglossary.)
The glossaries package requires a number of other packages including, but not limited to, tracklang, mfirstuc, etoolbox, xkeyval (at least version dated 2006/11/18), textcase, xfor, datatool-base (part of the datatool bundle) and amsgen. These packages are all available in the latest TeX Live and MikTeX distributions. If any of them are missing, please update your TeX distribution using your update manager. For help on this see, for example, How do I update my TeX distribution? or (for Linux users) Updating TeX on Linux.
Note that occasionally you may find that certain packages need to be loaded after packages that are required by glossaries. For example, a package ⟨X⟩ might need to be loaded after amsgen. In which case, load the required package first (for example, amsgen), then ⟨X⟩, and finally load glossaries.
😱 If you’re freaking out at the size of this manual, start with glossariesbegin.pdf (“The glossaries package: a guide for beginnners”). You should find it in the same directory as this document or try texdoc glossariesbegin.pdf. Once you’ve got to grips with the basics, then come back to this manual to find out how to adjust the settings.
The glossaries bundle comes with the following documentation:
Related resources:
If you are using hyperref, it’s best to use pdflatex rather than latex (DVI format) as pdflatex deals with hyperlinks much better. If you use the DVI format, you will encounter problems where you have long hyperlinks or hyperlinks in subscripts or superscripts. This is an issue with the DVI format not with glossaries. If you really need to use the DVI format and have a problem with hyperlinks in maths mode, I recommend you use glossaries-extra with the hyperoutside and textformat attributes set to appropriate values for problematic entries.
The glossaries package replaces the glossary package which is now obsolete. Please see the document “Upgrading from the glossary package to the glossaries package” for assistance in upgrading.
This glossary style was setup using:
\usepackage[ | xindy, |
nonumberlist, |
toc, |
nopostdot, |
style=altlist, |
nogroupskip]{glossaries} |
Earlier versions of glossaries used this technique to write information to the files used by the indexing
applications to prevent problems caused by fragile commands. Now, this is only used for the sort
key.
The glossaries package is provided to assist generating lists of terms, symbols or abbreviations. (For convenience, these lists are all referred to as glossaries in this manual. The terms, symbols and abbreviations are collectively referred to as entries.) The package has a certain amount of flexibility, allowing the user to customize the format of the glossary and define multiple glossaries. It also supports glossary styles that include an associated symbol (in addition to a name and description) for each glossary entry.
There is provision for loading a database of glossary entries. Only those entries indexed1.1 in the document will be displayed in the glossary. (Unless you use Option 5, which doesn’t use any indexing but will instead list all defined entries in order of definition.)
It’s not necessary to actually have a glossary in the document. You may be interested in using this package just as means to consistently format certain types of terms, such as abbreviations, or you may prefer to have descriptions scattered about the document and be able to easily link to the relevant description (Option 6).
The simplest document is one without a glossary:
(This is a trivial example. For a real document I recommend you use siunitx for units.)
glossaries-extraThe glossaries-extra package, which is distributed as a separate bundle, extends the capabilities
of the glossaries package. The simplest document with a glossary can be created with glossaries-extra (which
internally loads the glossaries package):
Note the difference in the way the abbreviation (HTML) and symbol (π) are defined in the two above examples. The abbreviations, postdot and stylemods options are specific to glossaries-extra. Other options are passed to the base glossaries package.
One of the strengths of the glossaries package is its flexibility, however the drawback of this is the necessity of having a large manual that covers all the various settings. If you are daunted by the size of the manual, try starting off with the much shorter guide for beginners.
This document uses the glossaries package. For example, when viewing the PDF version of this document in a hyperlinked-enabled PDF viewer (such as Adobe Reader or Okular) if you click on the word “xindy” you’ll be taken to the entry in the glossary where there’s a brief description of the term “xindy”. This is the way the glossaries mechanism works. An indexing application is used to generated the sorted list of terms. The indexing applications are command line interface (CLI) tools, which means they can be run directly from a command prompt or terminal, or can be integrated into some text editors, or you can use a build tool such as arara to run them.
Neither of the above two examples require an indexing application. The first is just using the glossaries package for consistent formatting, and there is no list. The second has lists but they are unsorted (see Option 5).
The remainder of this introductory section covers the following:
The basic idea behind the glossaries package is that you first define your entries (terms, symbols or abbreviations). Then you can reference these within your document (like \cite or \ref). You can also, optionally, display a list of the entries you have referenced in your document (the glossary). This last part, displaying the glossary, is the part that most new users find difficult. There are three options available with the base glossaries package (Options 1–3). The glossaries-extra extension package provides two extra options for lists (Options 4 and 5) as well as an option for standalone descriptions within the document body (Option 6).
An overview of Options 1–5 is given in table 1.1. Option 6 is omitted from the table as it doesn’t produce a list. For a more detailed comparison of the various methods, see the glossaries performance page.
Strictly speaking, Options 5 and 6 aren’t actually indexing options as no indexing is performed. In the case of Option 5, all defined entries are listed in order of definition. In the case of Option 6, the entry hypertargets and descriptions are manually inserted at appropriate points in the document. These two options are included here for completeness and for comparison with the actual indexing options.
| Option 1 | Option 2 | Option 3 | Option 4 | Option 5 |
Requires glossaries-extra? | ✘ | ✘ | ✘ | ✔ | ✔ |
Requires an external application? | ✘ | ✔ | ✔ | ✔ | ✘ |
Requires Perl? | ✘ | ✘ | ✔ | ✘ | ✘ |
Requires Java? | ✘ | ✘ | ✘ | ✔ | ✘ |
Can sort extended Latin alphabets or non-Latin alphabets? | ✘* | ✘ | ✔ | ✔ | N/A |
Efficient sort algorithm? | ✘ | ✔ | ✔ | ✔ | N/A |
Can use a different sort method for each glossary? | ✔ | ✘† | ✘† | ✔ | N/A |
Any problematic sort values? | ✔ | ✔ | ✔ | ✘ | ✘‡ |
Are entries with identical sort values treated as separate unique entries? | ✔ | ✔ | ✘§ | ✔ | ✔ |
Can automatically form ranges in the location lists? | ✘ | ✔ | ✔ | ✔ | ✘ |
Can have non-standard locations in the location lists? | ✔ | ✘ | ✔♢ | ✔ | ✔¶ |
Maximum hierarchical depth (style-dependent) | ∞# | 3 | ∞ | ∞ | ∞ |
✔ | ✘ | ✘ | ✔ | ✘ | |
\newglossaryentry allowed in document environment? (Not recommended.) | ✘ | ✔ | ✔ | ✘※ | ✔⁑ |
Requires additional write registers? | ✘ | ✔ | ✔ | ✘ | ✘⋆ |
false | true | true | true✾ | true✾ |
______________________________________________________________________________________
* Strips standard LaTeX accents (that is, accents generated by core LaTeX commands) so, for example, \AA is treated the same as A.
† Only with the hybrid method provided with glossaries-extra.
§ Entries with the same sort value are merged.
♢ Requires some setting up.
¶ The locations must be set explicitly through the custom location field provided by glossaries-extra.
# Unlimited but unreliable.
※ Entries are defined in bib format. \newglossaryentry should not be used explicitly.
⁑ Provided docdef=true or docdef=restricted but not recommended.
⋆ Provided docdef=false or docdef=restricted.
✾ Irrelevant with sort=none. (The record=only option automatically switches this on.)
Example Document:
You can place all your entry definitions in a separate file and load it in the preamble with \loadglsentries (after \makenoidxglossaries).
This option doesn’t require an external indexing application but, with the default alphabetic sorting, it’s very slow with severe limitations. If you want a sorted list, it doesn’t work well for extended Latin alphabets or non-Latin alphabets. However, if you use the sanitizesort=false package option (the default for Option 1) then the standard LaTeX accent commands will be ignored, so if an entry’s name is set to {\’e}lite then the sort value will default to elite if sanitizesort=false is used and will default to \’elite if sanitizesort=true is used. If you have any other kinds of commands that don’t expand to ASCII characters, such as \alpha or \si, then you must use sanitizesort=true or change the sort method (sort=use or sort=def) in the package options or explicitly set the sort key when you define the relevant entries. For example:
This option works best with the sort=def or sort=use setting. For any other setting, be prepared for a long document build time, especially if you have a lot of entries defined. This option is intended as a last resort for alphabetical sorting. This option allows a mixture of sort methods. (For example, sorting by word order for one glossary and order of use for another.) This option is not suitable for hierarchical glossaries and does not form ranges in the number lists. If you really can’t use an indexing application consider using Option 5 instead.
to your preamble (before you start defining your entries, as described in §4 Defining Glossary Entries).
where you want your list of entries to appear (described in §10 Displaying a glossary). Alternatively, to display all glossaries use the iterative command:
Example document:
You can place all your entry definitions in a separate file and load it in the preamble with \loadglsentries (after \makeglossaries).
This option uses a CLI application called makeindex to sort the entries. This application comes with all modern TeX distributions, but it’s hard-coded for the non-extended Latin alphabet. It can’t correctly sort accent commands (such as \’ or \c) and fails with UTF-8 characters, especially for any sort values that start with a UTF-8 character (as it separates the octets resulting in an invalid file encoding). This process involves making LaTeX write the glossary information to a temporary file which makeindex reads. Then makeindex writes a new file containing the code to typeset the glossary. Then \printglossary reads this file in on the next run.
This option works best if you want to sort entries according to the English alphabet and you don’t want to install Perl or Java. This method can also work with the restricted shell escape since makeindex is considered a trusted application. (So you should be able to use the automake package option provided the shell escape hasn’t been completely disabled.)
This method can form ranges in the number list but only accepts limited number formats: \arabic, \roman, \Roman, \alph and \Alph.
This option does not allow a mixture of sort methods. All glossaries must be sorted according to the same method: word/letter ordering or order of use or order of definition. If you need word ordering for one glossary and letter ordering for another you’ll have to explicitly call makeindex for each glossary type.
This must be used before \makeglossaries. Note that if you are using babel, the shorthands aren’t enabled until the start of the document, so you won’t be able to use the shorthands in definitions made in the preamble.
to your preamble (before you start defining your entries, as described in §4 Defining Glossary Entries).
where you want your list of entries to appear (described in §10 Displaying a glossary). Alternatively, to display all glossaries use the iterative command:
If you have used package options such as symbols there will also be other sets of files corresponding to the extra glossaries that were created by those options.
makeindex -s myDoc.ist -o myDoc.gls myDoc.glo
(Replace myDoc with the base name of your LaTeX document file. Avoid spaces in the file name if
possible. The $ symbol indicates the command prompt and should be omitted.)
If you don’t know how to use the command prompt, then you can probably access makeindex via your text editor, but each editor has a different method of doing this. See Incorporating makeglossaries or makeglossaries-lite or bib2gls into the document build for some examples.
Alternatively, run makeindex indirectly via the makeglossaries script:
makeglossaries myDoc
Note that the file extension isn’t supplied in this case. (Replace makeglossaries with
makeglossaries-lite if you don’t have Perl installed.) This will pick up all the file extensions
from the aux file and run makeindex the appropriate number of times with all the necessary
switches.
The simplest approach is to use arara and add the following comment lines to the start of your document:
The default sort is word order (“sea lion” comes before “seal”). If you want letter ordering you need to add the -l switch:
makeindex -l -s myDoc.ist -o myDoc.gls myDoc.glo
(See §1.4.4 Using makeindex explicitly (Option 2) for further details on using makeindex explicitly.) If you
use makeglossaries or makeglossaries-lite then use the order=letter package option and the -l option
will be added automatically.
You’ll need to repeat the last step if you have used the toc option (unless you’re using glossaries-extra) to ensure the section heading is added to the table of contents. You’ll also need to repeat steps 5 and 6 if you have any cross-references which can’t be indexed until the glossary file has been created.
Example document:
You can place all your entry definitions in a separate file and load it in the preamble with \loadglsentries (after \makeglossaries).
This option uses a CLI application called xindy to sort the entries. This application is more flexible than makeindex and is able to sort extended Latin alphabets or non-Latin alphabets, however it does still have some limitations.
The xindy application comes with both TeX Live and MiKTeX, but since xindy is a Perl script, you will also need to install Perl, if you don’t already have it. In a similar way to Option 2, this option involves making LaTeX write the glossary information to a temporary file which xindy reads. Then xindy writes a new file containing the code to typeset the glossary. Then \printglossary reads this file in on the next run.
This is the best option with just the base glossaries package if you want to sort according to a language other than English or if you want non-standard location lists, but it can require some setting up (see §11 Xindy (Option 3)). There are some problems with certain sort values:
In these problematic cases, you must set the sort field explicitly. For example:
All glossaries must be sorted according to the same method (word/letter ordering, order of use, or order of definition).
If you are using a non-Latin script you’ll also need to either switch off the creation of the number group:
or use either \GlsSetXdyFirstLetterAfterDigits{⟨letter⟩} (to indicate the first letter group to follow the digits) or \GlsSetXdyNumberGroupOrder{⟨spec⟩} to indicate where the number group should be placed (see §11 Xindy (Option 3)).
If you have used package options such as symbols there will also be other sets of files corresponding to the extra glossaries that were created by those options.
xindy -L english -C utf8 -I xindy -M myDoc -t myDoc.glg -o myDoc.gls myDoc.glo
(Replace myDoc with the base name of your LaTeX document file. Avoid spaces in the file name. If
necessary, also replace english with the name of your language and utf8 with your input encoding, for
example, -L german -C din5007-utf8.)
It’s much simpler to use makeglossaries instead:
makeglossaries myDoc
Note that the file extension isn’t supplied in this case. This will pick up all the file extensions from the aux
file and run xindy the appropriate number of times with all the necessary switches.
There’s no benefit in using makeglossaries-lite with xindy. (Remember that xindy is a Perl script so if you can use xindy then you can also use makeglossaries, and if you don’t want to use makeglossaries because you don’t want to install Perl, then you can’t use xindy either.)
If you don’t know how to use the command prompt, then you can probably access xindy or makeglossaries via your text editor, but each editor has a different method of doing this. See Incorporating makeglossaries or makeglossaries-lite or bib2gls into the document build for some examples.
Again, a convenient method is to use arara and add the follow comment lines to the start of your document:
The default sort is word order (“sea lion” comes before “seal”). If you want letter ordering you need to add the order=letter package option:
(and return to the previous step). This option is picked up by makeglossaries. If you are explicitly using xindy then you’ll need to add -M ord/letorder to the options list. See §1.4.3 Using xindy explicitly (Option 3) for further details on using xindy explicitly.
glossaries-extraThis option is only available with the glossaries-extra extension package. This method uses
bib2gls to both fetch entry definitions from bib files and to hierarchically sort and collate.
Example document:
All entries must be provided in one or more bib files. See the bib2gls user manual for the required format.
The glossaries-extra package needs to be loaded with the record package option:
(It’s possible to use a hybrid of this method and Options 2 or 3 with record=alsoindex but in general there is little need for this and it complicates the build process.)
Each resource set is loaded with \GlsXtrLoadResources[⟨options⟩]. For example:
If you want to ensure that all entries are selected, even if they haven’t been referenced in the document, then add the option selection=all. (There are also ways of filtering the selection or you can even have a random selection by shuffling and truncating the list. See the bib2gls user manual for further details.)
The glossary is displayed using:
Alternatively all glossaries can be displayed using the iterative command: The document is built using:
pdflatex myDoc
bib2gls myDoc
pdflatex myDoc
If letter groups are required, you need the --group switch:
bib2gls --group myDoc
or with arara:
Unlike Options 2 and 3, this method doesn’t create a file containing the typeset glossary but simply determines which entries are needed for the document, their associated locations and (if required) their associated letter group. This option allows a mixture of sort methods. For example, sorting by word order for one glossary and order of use for another or even sorting one block of the glossary differently to another block in the same glossary. See bib2gls gallery: sorting.
This method supports Unicode and uses the Common Locale Data Repository, which provides more extensive language support than xindy.1.2 The locations in the number list may be in any format. If bib2gls can deduce a numerical value it will attempt to form ranges otherwise it will simply list the locations.
See glossaries-extra and bib2gls: An Introductory Guide or the bib2gls user manual for further details of this method, and also Incorporating makeglossaries or makeglossaries-lite or bib2gls into the document build.
glossaries-extraThis option is only available with the extension package glossaries-extra. No indexing application
is required.
Example document:
This method is best used with the package option sort=none (as shown above). There’s no “activation” command (such as \makeglossaries for Options 2 and 3).
All entries must be defined before the glossary is displayed (preferably in the preamble) in the required order, and child entries must be defined immediately after their parent entry if they must be kept together in the glossary. (Some glossary styles indent entries that have a parent but it’s the indexing application that ensures the child entries are listed immediately after the parent. If you’re opting to use this manual approach then it’s your responsibility to define the entries in the correct order.) You can place all your entry definitions in a separate file and load it in the preamble with \loadglsentries.
The glossary is displayed using:
Alternatively all glossaries can be displayed using the iterative command: This will display all defined entries, regardless of whether or not they have been used in the document. The number lists have to be set explicitly otherwise they won’t appear. Note that this uses the same command for displaying the glossary as Option 4. This is because bib2gls takes advantage of this method by defining the wanted entries in the required order and setting the locations (and letter group information, if required).Therefore, the above example document has a glossary containing the entries: sample and α (in that order). Note that the alpha entry has been included even though it wasn’t referenced in the document.
This just requires a single LaTeX call:
pdflatex myDoc
unless the glossary needs to appear in the table of contents, in which case a second run is required:
pdflatex myDoc
pdflatex myDoc
(Naturally if the document also contains citations, and so on, then additional steps are required. Similarly for all
the other options above.)
See the glossaries-extra documentation for further details of this method.
glossaries-extraThis option is only available with the glossaries-extra extension
package.1.3
Instead of creating a list, this has standalone definitions throughout the document. The entry name may or may
not be in a section heading.
You can either define entries in the document preamble (or in an external file loaded with \loadglsentries), as with Option 5, for example:
Or you can use bib2gls if you want to manage a large database of terms. For example (requires glossaries-extra v1.42, see below):
Where the file terms.bib contains:
In both cases, there’s no need to load all the glossary styles packages, as they’re not required, so I’ve used the nostyles package option to prevent them from being loaded.
In the first case, you need the sort=none package option (as in Option 5) and then define the terms in the preamble. No external tool is required. Just run LaTeX as normal. (Twice to ensure that the table of contents is up to date.)
pdflatex myDoc
pdflatex myDoc
In the second case, you need the record package option (as in Option 4) since bib2gls is needed to select the required entries, but you don’t need a sorted list:
This will ensure that any entries indexed in the document (through commands like \gls or \glsadd) will be selected by bib2gls, but it will skip the sorting step. (The chances are you probably also won’t need location lists either. If so, you can add the option save-locations=false.)Remember that for this second case you need to run bib2gls as per Option 4:
pdflatex myDoc
bib2gls myDoc
pdflatex myDoc
pdflatex myDoc
For both cases (with or without bib2gls), instead of listing all the entries using \printunsrtglossary, you use \glsxtrglossentry{⟨label⟩} where you want the name (and anchor with hyperref) to appear in the document. This will allow the link text created by commands like \gls to link to that point in the document. The description can simply be displayed with \glsentrydesc{⟨label⟩} or \Glsentrydesc{⟨label⟩}, as in the above examples. In both examples, I’ve defined a custom command \termdef to simplify the code and ensure consistency. Extra styling, such as placing the description in a coloured frame, can be added to this custom definition as required.
(Instead of using \glsentrydesc or \Glsentrydesc, you can use \glossentrydesc{⟨label⟩}, which will obey attributes such as glossdesc and glossdescfont. See the glossaries-extra manual for further details.)
The symbol (if required) can be displayed with either \glsentrysymbol{⟨label⟩} or \glossentrysymbol {⟨label⟩}. In the first example, I’ve used \glsentrysymbol. In the second I’ve used \glossentrysymbol. The latter is necessary with bib2gls if the symbol needs to go in a section title as the entries aren’t defined on the first LaTeX run.
In normal document text, \glsentrysymbol will silently do nothing if the entry hasn’t been defined, but when used in a section heading it will expand to an undefined internal command when written to the aux file, which triggers an error.
The \glossentrysymbol command performs an existence check, which triggers a warning if the entry is undefined. (All entries will be undefined before the first bib2gls call.) You need at least glossaries-extra v1.42 to use this command in a section title.1.4 If hyperref has been loaded, this will use \texorpdfstring to allow a simple expansion for the PDF bookmarks (see the glossaries-extra user manual for further details).
If you want to test if the symbol field has been set, you need to use \ifglshassymbol outside of the section title. For example:
In both of the above examples, the section titles start with a lowercase character (because the name value is all lowercase in entry definitions). You can apply automatic case-change with the glossname attribute. For example:
or (for title-case) However, this won’t apply the case-change in the table of contents or bookmarks.In the second example, you can instead use bib2gls to apply a case-change:
In the first example (without bib2gls) you need to do this manually. For example:
Note that if you use the default save-locations=true with bib2gls, it’s possible to combine Options 4 and 6 to have both standalone definitions and an index. Now I do need a glossary style. In this case I’m going to use bookindex, which is provided in the glossary-bookindex package (bundled with glossaries-extra). I don’t need any of the other style packages, so I can still keep the nostyles option and just load glossary-bookindex:
bib2gls --group myDoc
or if you are using arara:
The bookindex style doesn’t show the description, so only the name and location is displayed. Remember that the name has had a case-conversion so it now starts with an initial capital. If you feel this is inappropriate for the index, you can adjust the bookindex style so that it uses the text field instead. For example:
See the glossaries-extra user manual for further details about this style.Note that on the first LaTeX run none of the entries will be defined. Once they are defined, the page numbers may shift due to the increased amount of document text. You may therefore need to repeat the document build to ensure the page numbers are correct.
If there are extra terms that need to be included in the index that don’t have a description, you can define them with @index in the bib file. For example:
They can be used in the document as usual:See glossaries-extra and bib2gls: An Introductory Guide or the bib2gls user manual for further details.
The glossaries package comes with a number of sample documents that illustrate the various functions. These are listed in §19 Sample Documents.
In addition to the sample files described above, glossaries also provides some files containing lorum ipsum dummy entries. These are provided for testing purposes and are on TeX’s path (in tex/latex/glossaries/test-entries) so they can be included via \input or \loadglsentries. The glossaries-extra package provides bib versions of all these files for use with bib2gls. The files are as follows:
The sample file glossary-lipsum-examples.tex in the doc/latex/glossaries/samples directory uses all these files. See also https://www.dickimaw-books.com/gallery/#glossaries.
glossaries-extraThe glossaries-extra package provides the additional test file:
As from version 1.17, the glossaries package can be used with xindy as well as makeindex. If you are writing in a language that uses an extended Latin alphabet or non-Latin alphabet it’s best to use Option 3 (xindy) or Option 4 (bib2gls) as makeindex (Option 2) is hard-coded for the non-extended Latin alphabet and Option 1 can only perform limited ASCII comparisons.
This means that with Options 3 or 4 you are not restricted to the A, …, Z letter groups. If you want to use xindy, remember to use the xindy package option. For example:
If you want to use bib2gls, you need to use the record option with glossaries-extra and supply the definitions in bib files. (See the bib2gls user manual for further details.)
With inputenc, if you use a non-Latin character (or other expandable) character at the start of an entry name, you must place it in a group, or it will cause a problem for commands that convert the first letter to upper case (e.g. \Gls). For example:
If you are using xindy or bib2gls, the application needs to know the encoding of the tex file. This information is added to the aux file and can be picked up by makeglossaries and bib2gls. If you use xindy explicitly instead of via makeglossaries, you may need to specify the encoding using the -C option. Read the xindy manual for further details of this option.
As from v4.24, if you are writing in German (for example, using the ngerman package1.5 or babel with the ngerman package option), and you want to use makeindex’s -g option, you’ll need to change makeindex’s quote character using:
Note that ⟨character⟩ may not be one of ? (question mark), | (pipe) or ! (exclamation mark). For example:
This must be done before \makeglossaries and any entry definitions. It’s only applicable for makeindex. This option in conjunction with ngerman will also cause makeglossaries to use the -g switch when invoking makeindex.
In general, it’s best not to use babel’s shorthands in entry definitions. For example:
The ngerman package has the shorthands on in the preamble, so they can be used in definitions if \GlsSetQuote has been used to change the makeindex quote character. Example:
The fixed names are produced using the commands listed in table 1.2. If you aren’t using a language package such as babel or polyglossia that uses caption hooks, you can just redefine these commands as appropriate. If you are using babel or polyglossia, you need to use their caption hooks to change the defaults. See changing the words babel uses or read the babel or polyglossia documentation. If you have loaded babel, then glossaries will attempt to load translator, unless you have used the notranslate, translate=false or translate=babel package options. If the translator package is loaded, the translations are provided by dictionary files (for example, glossaries-dictionary-English.dict). See the translator package for advice on changing translations provided by translator dictionaries. If you can’t work out how to modify these dictionary definitions, try switching to babel’s interface using translate=babel:
and then use babel’s caption hook mechanism. Note that if you pass the language options directly to babel rather that using the document class options or otherwise passing the same options to translator, then translator won’t pick up the language and no dictionaries will be loaded and babel’s caption hooks will be used instead.
As from version 4.12, multilingual support is provided by separate language modules that need to be installed in addition to installing the glossaries package. You only need to install the modules for the languages that you require. If the language module has an unmaintained status, you can volunteer to take over the maintenance by contacting me at http://www.dickimaw-books.com/contact.html. The translator dictionary files for glossaries are now provided by the appropriate language module. For further details about information specific to a given language, please see the documentation for that language module.
Examples of use:
(translator isn’t loaded). The glossaries-extra package has translate=babel as the default if babel has been loaded.
Due to the varied nature of glossaries, it’s likely that the predefined translations may not be appropriate. If you are using the babel package and the glossaries package option translate=babel, you need to be familiar with the advice given in changing the words babel uses. If you are using the translator package, then you can provide your own dictionary with the necessary modifications (using \deftranslation) and load it using \usedictionary. If you simply want to change the title of a glossary, you can use the title key in commands like \printglossary (but not the iterative commands like \printglossaries).
Your custom dictionary doesn’t have to be just a translation from English to another language. You may prefer to have a dictionary for a particular type of document. For example, suppose your institution’s in-house reports have to have the glossary labelled as “Nomenclature” and the page list should be labelled “Location”, then you can create a file called, say,
that contains the following:
You can now load it using:
(Make sure that myinstitute-glossaries-dictionary-English.dict can be found by TeX.) If you want to share your custom dictionary, you can upload it to CTAN.
If you are using babel and don’t want to use the translator interface, you can use the package option translate=babel. For example:
Note that xindy and bib2gls provide much better multi-lingual support than makeindex, so I recommend that you use Options 3 or 4 if you have glossary entries that contain non-Latin characters. See §11 Xindy (Option 3) for further details on xindy, and see the bib2gls user manual for further details of that application.
The glossaries package now uses the tracklang package to determine which language modules need to be loaded. If you want to create a new language module, you should first read the tracklang documentation.
To create a new language module, you need to at least create two files called: glossaries-⟨lang⟩.ldf and glossaries-dictionary-⟨Lang⟩.dict where ⟨lang⟩ is the root language name (for example, english) and ⟨Lang⟩ is the language name used by translator (for example, English).
Here’s an example of glossaries-dictionary-English.dict:
You can use this as a template for your dictionary file. Change English to the translator name for your language (so that it matches the file name glossaries-dictionary-⟨Lang⟩.dict) and, for each \providetranslation, change the second argument to the appropriate translation.
Here’s an example of glossaries-english.ldf:
This is a somewhat longer file, but again you can use it as a template. Replace English with the translator language label ⟨Lang⟩ used for the dictionary file and replace english with the root language name ⟨lang⟩. Within the definition of \glossariescaptions⟨lang⟩, replace the English text (such as “Glossaries”) with the appropriate translation.
⚠ The suffixes used to generate the plural forms when the plural hasn’t been specified are given by \glspluralsuffix (for general entries). For abbreviations defined with \newacronym, \glsupacrpluralsuffix is used for acronyms where the suffix needs to be set using \glstextup to counteract the effects of \textsc and \glsacrpluralsuffix for other acronym styles. There’s no guarantee when these commands will be expanded. They may be expanded on definition or they may be expanded on use, depending on the glossaries configuration.
If you want to add a regional variation, create a file called glossaries-⟨iso lang⟩-⟨iso country⟩.ldf, where ⟨iso lang⟩ is the ISO language code and ⟨iso country⟩ is the ISO country code. For example, glossaries-en-GB.ldf. This file can load the root language file and make the appropriate changes, for example:
If the translations includes non-Latin characters, it’s necessary to provide code that’s independent of the input encoding. Remember that while some users may use UTF-8, others may use Latin-1 or any other supported encoding, but while users won’t appreciate you enforcing your preference on them, it’s useful to provide a UTF-8 version for XeLaTeX users.
The glossaries-irish.ldf file provides this as follows:
(Again you can use this as a template. Replace irish with your root language label and Irish with the translator dictionary label.)
There are now two extra files: glossaries-irish-noenc.ldf (no encoding information) and glossaries-irish-utf8.ldf (UTF-8).
These both define \glossariescaptionsirish but the *-noenc.ldf uses LaTeX accent commands:
whereas the *-utf8.ldf replaces the accent commands with the appropriate UTF-8 characters.
If this section seriously confuses you, and you can’t work out how to run external tools like makeglossaries or makeindex, you can try using the automake package option, described in §2.5 Sorting Options, but you will need TeX’s shell escape enabled. See also Incorporating makeglossaries or makeglossaries-lite or bib2gls into the document build.
In order to generate a sorted glossary with compact number lists, it is necessary to use an external indexing application as an intermediate step (unless you have chosen Option 1, which uses TeX to do the sorting or Option 5, which doesn’t perform any sorting). It is this application that creates the file containing the code required to typeset the glossary. If this step is omitted, the glossaries will not appear in your document. The two indexing applications that are most commonly used with LaTeX are makeindex and xindy. As from version 1.17, the glossaries package can be used with either of these applications. Previous versions were designed to be used with makeindex only. With the glossaries-extra package, you can also use bib2gls as the indexing application. (See the glossaries-extra and bib2gls user manuals for further details.) Note that xindy and bib2gls have much better multi-lingual support than makeindex, so xindy or bib2gls are recommended if you’re not writing in English. Commands that only have an effect when xindy is used are described in §11 Xindy (Option 3).
The glossaries package comes with the Perl script makeglossaries which will run makeindex or xindy on all the glossary files using a customized style file (which is created by \makeglossaries). See §1.4.1 Using the makeglossaries Perl Script for further details. Perl is stable, cross-platform, open source software that is used by a number of TeX-related applications (including xindy and latexmk). Most Unix-like operating systems come with a Perl interpreter. TeX Live also comes with a Perl interpreter. MiKTeX doesn’t come with a Perl interpreter so if you are a Windows MiKTeX user you will need to install Perl if you want to use makeglossaries or xindy. Further information is available at http://www.perl.org/about.html and MiKTeX and Perl scripts (and one Python script).
The advantages of using makeglossaries:
As from version 4.16, the glossaries package also comes with a Lua script called makeglossaries-lite. This is a trimmed-down alternative to the makeglossaries Perl script. It doesn’t have some of the options that the Perl version has and it doesn’t attempt to diagnose any problems, but since modern TeX distributions come with LuaTeX (and therefore have a Lua interpreter) you don’t need to install anything else in order to use makeglossaries-lite so it’s an alternative to makeglossaries if you want to use Option 2 (makeindex).
If things go wrong and you can’t work out why your glossaries aren’t being generated correctly, you can use makeglossariesgui as a diagnostic tool. Once you’ve fixed the problem, you can then go back to using makeglossaries or makeglossaries-lite.
Whilst I strongly recommended that you use the makeglossaries Perl script or the makeglossaries-lite Lua script, it is possible to use the glossaries package without using those applications. However, note that some commands and package options have no effect if you explicitly run makeindex/xindy. These are listed in table 1.3.
Note that if any of your entries use an entry that is not referenced outside the glossary, you will need to do an additional makeglossaries, makeindex or xindy run, as appropriate. For example, suppose you have defined the following entries:1.7
and suppose you have \gls{citrusfruit} in your document but don’t reference the orange entry, then the orange entry won’t appear in your glossary until you first create the glossary and then do another run of makeglossaries, makeindex or xindy. For example, if the document is called myDoc.tex, then you must do:
pdflatex myDoc
makeglossaries myDoc
pdflatex myDoc
makeglossaries myDoc
pdflatex myDoc
(In the case of Option 4, bib2gls will scan the description for instances of commands like \gls to ensure they
are selected but an extra bib2gls call is required to ensure the locations are included, if locations lists are
required. See the and bib2gls manual for further details.)
Likewise, an additional makeglossaries and LaTeX run may be required if the document pages shift with re-runs. For example, if the page numbering is not reset after the table of contents, the insertion of the table of contents on the second LaTeX run may push glossary entries across page boundaries, which means that the number lists in the glossary may need updating.
The examples in this document assume that you are accessing makeglossaries, xindy or makeindex via a terminal. Windows users can use the MSDOS Prompt which is usually accessed via the Start->All Programs menu or Start->All Programs->Accessories menu.
Alternatively, your text editor may have the facility to create a function that will call the required application. See Incorporating makeglossaries or makeglossaries-lite or bib2gls into the document build.
If any problems occur, remember to check the transcript files (e.g. glg or alg) for messages.
The makeglossaries script picks up the relevant information from the auxiliary (aux) file and will either call xindy or makeindex, depending on the supplied information. Therefore, you only need to pass the document’s name without the extension to makeglossaries. For example, if your document is called myDoc.tex, type the following in your terminal:
pdflatex myDoc
makeglossaries myDoc
pdflatex myDoc
You may need to explicitly load makeglossaries into Perl:
perl makeglossaries myDoc
Windows users: TeX Live on Windows has its own internal Perl interpreter and provides makeglossaries.exe as a convenient wrapper for the makeglossaries Perl script. MiKTeX also provides a wrapper makeglossaries.exe but doesn’t provide a Perl interpreter, which is still required even if you run MiKTeX’s makeglossaries.exe, so with MiKTeX you’ll need to install Perl.1.8 There’s more information about this at http://tex.stackexchange.com/q/158796/19862 on the TeX.SX site.
The makeglossaries script attempts to fork the makeindex/xindy process using open() on the piped redirection 2>&1 | and parses the processor output to help diagnose problems. If this method fails makeglossaries will print an “Unable to fork” warning and will retry without redirection. If you run makeglossaries on an operating system that doesn’t support this form of redirection, then you can use the -Q switch to suppress this warning or you can use the -k switch to make makeglossaries automatically use the fallback method without attempting the redirection. Without this redirection, the -q (quiet) switch doesn’t work as well.
You can specify in which directory the aux, glo etc files are located using the -d switch. For example:
pdflatex -output-directory myTmpDir myDoc
makeglossaries -d myTmpDir myDoc
Note that makeglossaries assumes by default that makeindex/xindy is on your operating system’s path. If
this isn’t the case, you can specify the full pathname using -m ⟨path/to/makeindex⟩ for makeindex or -x
⟨path/to/xindy⟩ for xindy.
As from makeglossaries v2.18, if you are using makeindex, there’s a check for makeindex’s multiple encap warning. This is where different encap values (location formats) are used on the same location for the same entry. For example:
If you explicitly use makeindex, this will cause a warning and the location list will be “1, 1”. That is, the page number will be repeated with each format. As from v2.18, makeglossaries will check for this warning and, if found, will attempt to correct the problem by removing duplicate locations and retrying. There’s no similar check for xindy as xindy won’t produce any warning and will simply discard duplicates.
For a complete list of options do makeglossaries --help.
The Lua alternative to the makeglossaries Perl script requires a Lua interpreter, which should already be available if you have a modern TeX distribution that includes LuaTeX. Lua is a light-weight, cross-platform scripting language, but because it’s light-weight it doesn’t have the full-functionality of heavy-weight scripting languages, such as Perl. The makeglossaries-lite script is therefore limited by this and some of the options available to the makeglossaries Perl script aren’t available here. (In particular the -d option.)
The makeglossaries-lite script can be invoked in the same way as makeglossaries. For example, if your document is called myDoc.tex, then do
makeglossaries-lite.lua myDoc
or
makeglossaries-lite myDoc
Some of the options available with the Perl makeglossaries script are also available with the Lua makeglossaries-lite script. For a complete list of available options, do
makeglossaries-lite.lua --help
Xindy comes with TeX Live. It has also been added to MikTeX, but if you don’t have it installed, see How to use Xindy with MikTeX on TeX on StackExchange.
If you want to use xindy to process the glossary files, you must make sure you have used the xindy package option:
This is required regardless of whether you use xindy explicitly or whether it’s called implicitly via applications such as makeglossaries. This causes the glossary entries to be written in raw xindy format, so you need to use -I xindy not -I tex.
To run xindy type the following in your terminal (all on one line):
xindy -L ⟨language⟩ -C ⟨encoding⟩ -I xindy -M ⟨style⟩ -t ⟨base⟩.glg -o ⟨base⟩.gls ⟨base⟩.glo
where ⟨language⟩ is the required language name, ⟨encoding⟩ is the encoding, ⟨base⟩ is the name of the document
without the tex extension and ⟨style⟩ is the name of the xindy style file without the xdy extension. The default
name for this style file is ⟨base⟩xdy but can be changed via \setStyleFile{⟨style⟩}. You may need to specify the
full path name depending on the current working directory. If any of the file names contain spaces, you must
delimit them using double-quotes.
For example, if your document is called myDoc.tex and you are using UTF8 encoding in English, then type the following in your terminal:
xindy -L english -C utf8 -I xindy -M myDoc -t myDoc.glg -o myDoc.gls myDoc.glo
Note that this just creates the main glossary. You need to do the same for each of the other glossaries (including the list of acronyms if you have used the acronym package option), substituting glg, gls and glo with the relevant extensions. For example, if you have used the acronym package option, then you would need to do:
xindy -L english -C utf8 -I xindy -M myDoc -t myDoc.alg -o myDoc.acr myDoc.acn
For additional glossaries, the extensions are those supplied when you created the glossary with
\newglossary.
Note that if you use makeglossaries instead, you can replace all those calls to xindy with just one call to makeglossaries:
makeglossaries myDoc
Note also that some commands and package options have no effect if you use xindy explicitly instead of using
makeglossaries. These are listed in table 1.3.
If you want to use makeindex explicitly, you must make sure that you haven’t used the xindy package option or the glossary entries will be written in the wrong format. To run makeindex, type the following in your terminal:
makeindex -s ⟨style⟩.ist -t ⟨base⟩.glg -o ⟨base⟩.gls ⟨base⟩.glo
where ⟨base⟩ is the name of your document without the tex extension and ⟨style⟩ist is the name of the
makeindex style file. By default, this is ⟨base⟩ist, but may be changed via \setStyleFile{⟨style⟩}. Note
that there are other options, such as -l (letter ordering). See the makeindex manual for further
details.
For example, if your document is called myDoc.tex, then type the following at the terminal:
makeindex -s myDoc.ist -t myDoc.glg -o myDoc.gls myDoc.glo
Note that this only creates the main glossary. If you have additional glossaries (for example, if you have used the
acronym package option) then you must call makeindex for each glossary, substituting glg, gls and glo with
the relevant extensions. For example, if you have used the acronym package option, then you need to type the
following in your terminal:
makeindex -s myDoc.ist -t myDoc.alg -o myDoc.acr myDoc.acn
For additional glossaries, the extensions are those supplied when you created the glossary with
\newglossary.
Note that if you use makeglossaries instead, you can replace all those calls to makeindex with just one call to makeglossaries:
makeglossaries myDoc
Note also that some commands and package options have no effect if you use makeindex explicitly instead of
using makeglossaries. These are listed in table 1.3.
The information needed to determine whether to use xindy, makeindex or bib2gls is stored in the aux file. This information can be gathered by a front-end, editor or script to make the glossaries where appropriate. This section describes how the information is stored in the auxiliary file.
The file extensions used by each defined (but not ignored) glossary are given by
where ⟨in-ext⟩ is the extension of the indexing application’s input file (the output file from the glossaries package’s point of view), ⟨out-ext⟩ is the extension of the indexing application’s output file (the input file from the glossaries package’s point of view) and ⟨log⟩ is the extension of the indexing application’s transcript file. The label for the glossary is also given. This isn’t required with makeindex, but with xindy it’s needed to pick up the associated language and encoding (see below). For example, the information for the default main glossary is written as:
If glossaries-extra’s hybrid method has been used (with \makeglossaries[⟨sub-list⟩]), then the sub-list of glossaries that need to be processed will be identified with:
The indexing application’s style file is specified by
The file extension indicates whether to use makeindex (ist) or xindy (xdy). Note that the glossary information is formatted differently depending on which indexing application is supposed to be used, so it’s important to call the correct one.
For example, with arara you can easily determine whether to run makeglossaries:
Word or letter ordering is specified by:
where ⟨order⟩ can be either word or letter.
If xindy should be used, the language and code page for each glossary is specified by
where ⟨label⟩ identifies the glossary, ⟨language⟩ is the root language (e.g. english) and ⟨code⟩ is the encoding (e.g. utf8). These commands are omitted if makeindex should be used.
If Option 1 has been used, the aux file will contain
for every time an entry has been referenced.
If you need to gather labels for auto-completion, the writeglslabels package option will create a file containing the labels of all defined entries (regardless of whether or not the entry has been used in the document). The glossaries-extra package also provides docdef=atom, which will create the glsdefs file but will act like docdef=restricted.
bib2glsIf Option 4 has been used, the aux file will contain one or more instances of
where ⟨basename⟩ is the basename of the glstex file that needs to be created by bib2gls. If src= {⟨bib list⟩} isn’t present in ⟨options⟩ then ⟨basename⟩ also indicates the name of the associated bib file.For example, with arara you can easily determine whether or not to run bib2gls:
Remember that with bib2gls, the entries will never be defined on the first LaTeX call (because their definitions are contained in the glstex file created by bib2gls). You can also pick up labels from the records in aux file, which will be in the form:
or (with record=nameref)
This section describes the available glossaries package options. You may omit the =true for boolean options. (For example, acronym is equivalent to acronym=true).
This suppresses all warnings generated by the glossaries package. Don’t use this option if you’re new to using glossaries as the warnings are designed to help detect common mistakes (such as forgetting to use \makeglossaries). Note that if you use debug with any value other than false it will override this option.
This suppresses the warning generated by a missing language module.
If you load glossaries with a class or another package that already defines glossary related commands, by default glossaries will warn you that it’s redefining those commands. If you are aware of the consequences of using glossaries with that class or package and you don’t want to be warned about it, use this option to suppress those warnings. Other warnings will still be issued unless you use the nowarn option described above. (This option is automatically switched on by glossaries-extra.)
Introduced in version 4.24. The default setting is debug=false. The following values are available: false, true, showtargets (v4.32+) and showaccsupp (v4.45+). If no value is given, debug=true is assumed.
All values other than debug=false switch on the debug mode (and will automatically cancel the nowarn option). The debug=showtargets option will additionally use:
to show the hypertarget or hyperlink name when \glsdohypertarget is used by commands like \glstarget and when \glsdohyperlink is used by commands like \gls. In math mode or inner mode, this puts the target name in square brackets just before the link or anchor. In outer mode it uses:
which by default places the target name in the margin. The font is given by:
The default definition is \ttfamily\small. This command is included in the definition of \glsshowtargetouter, so if you want to redefine that command remember to include the font. For example:
Similarly, the debug=showaccsupp will add the accessibility support information using:
This internally uses \glsshowtarget. This option is provided for use with glossaries-accsupp.
The purpose of the debug mode can be demonstrated with the following example document:
Without \makeglossaries the indexing is suppressed with Options 2 and 3 but, other than that, commands like \gls behave as usual.
This situation doesn’t cause any errors or warnings as it’s perfectly legitimate for a user to want to use glossaries to format the entries (e.g. abbreviation expansion) but not display any lists of terms, abbreviations, symbols etc (or the user may prefer to use the unsorted Options 5 or 6). It’s also possible that the user may want to temporarily comment out \makeglossaries in order to suppress the indexing while working on a draft version to speed compilation, or the user may prefer to use Options 1 or 4 for indexing, which don’t use \makeglossaries.
Therefore \makeglossaries can’t be used to enable \newglossaryentry and commands like \gls and \glsadd. These commands must be enabled by default. (It does, however, enable the see key as that’s a more common problem. See below.)
The debug mode, enabled with the debug option,
will write information to the log file when the indexing can’t occur because the associated file isn’t open. The message is written in the form
Package glossaries Info: wrglossary(⟨type⟩)(⟨text⟩) on input line ⟨line number⟩.
where ⟨type⟩ is the glossary label and ⟨text⟩ is the line of text that would’ve been written to the associated file if it had been open. So if any entries haven’t appeared in the glossary but you’re sure you used commands like \glsadd or \glsaddall, try switching on the debug option and see if any information has been written to the log file.
This is a boolean option to minimise the number of write registers used by the glossaries package. The default is savewrites=false. With Options 2 and 3, one write register is required per (non-ignored) glossary and one for the style file.
With all options except Options 1 and 4, another write register is required if the docdefs file is needed to save document definitions. With both Options 1 and 4, no write registers are required (document definitions aren’t permitted and indexing information is written to the aux file). If you really need document definitions but you want to minimise the number of write registers then consider using docdef=restricted with glossaries-extra.
There are only a limited number of write registers, and if you have a large number of glossaries or if you are using a class or other packages that create a lot of external files, you may exceed the maximum number of available registers. If savewrites is set, the glossary information will be stored in token registers until the end of the document when they will be written to the external files.
By way of comparison, sample-multi2.tex provided with bib2gls has a total of 15 glossaries. With Options 2 or 3, this would require 46 associated files and 16 write registers.2.1 With bib2gls, no write registers are required and there are only 10 associated files for that particular document (9 resource files and 1 transcript file).
⚠ If you want to use TeX’s \write18 mechanism to call makeindex or xindy from your document and use savewrites, you must create the external files with \glswritefiles before you call makeindex/xindy. Also set \glswritefiles to nothing or \relax before the end of the document to avoid rewriting the files. For example:
In general, this package option is best avoided.
This can take the following values:
If translate is specified without a value, translate=true is assumed. If translate isn’t specified, translate=true is assumed if babel, polyglossia or translator have been loaded. Otherwise translate=false is assumed.
See §1.3.1 Changing the Fixed Names for further details.
This is equivalent to translate=false and may be passed via the document class options.
This is a boolean option that specifies whether each term has a hyperlink on first use. The default is hyperfirst=true (terms on first use have a hyperlink, unless explicitly suppressed using starred versions of commands such as \gls* or by identifying the glossary with nohypertypes, described above). Note that nohypertypes overrides hyperfirst=true. This option only affects commands that check the first use flag, such as the \gls-like commands (for example, \gls or \glsdisp), but not the \glstext-like commands (for example, \glslink or \glstext).
The hyperfirst setting applies to all glossary types (unless identified by nohypertypes or defined with \newignoredglossary). It can be overridden on an individual basis by explicitly setting the hyper key when referencing an entry (or by using the plus or starred version of the referencing command).
It may be that you only want to apply this to just the acronyms (where the first use explains the meaning of the acronym) but not for ordinary glossary entries (where the first use is identical to subsequent uses). In this case, you can use hyperfirst=false and apply \glsunsetall to all the regular (non-acronym) glossaries. For example:
Alternatively you can redefine the hook
which is used by the commands that check the first use flag, such as \gls. Within the definition of this command, you can use \glslabel to reference the entry label and \glstype to reference the glossary type. You can also use \ifglsused to determine if the entry has been used. You can test if an entry is an acronym by checking if it has the long key set using \ifglshaslong. For example, to switch off the hyperlink on first use just for acronyms:
Note that this hook isn’t used by the commands that don’t check the first use flag, such as \glstext. (You can, instead, redefine \glslinkpostsetkeys, which is used by both the \gls-like and \glstext-like commands.)
The glossaries-extra package provides a method of disabling the first use hyperlink according to the entry’s associated category. For example, if you only to switch off the first use hyperlink for abbreviations and acronyms then you simply need to set the nohyperfirst attribute for the abbreviation and acronym categories. (Instead of using the nohyperfirst package option.) See the glossaries-extra manual for further details.
This is a valueless option that will create a file called \jobname.glslabels at the end of the document. This file simply contains a list of all defined entry labels (including those in any ignored glossaries). It’s provided for the benefit of text editors that need to know labels for auto-completion. (See also glossaries-extra’s docdef=atom package option.)
The value may be one of:
This option governs the use of \newglossaryentry. Available values:
Add the glossaries to the table of contents. Note that an extra LaTeX run is required with this option. Alternatively, you can switch this function on and off using
and
The default value is toc=false for the base glossaries package and toc=true for glossaries-extra.
When used with the above toc=true option, this will add \numberline{} in the final argument of \addcontentsline. This will align the table of contents entry with the numbered section titles. Note that this option has no effect if the toc option is omitted. If toc is used without numberline, the title will be aligned with the section numbers rather than the section titles.
This option indicates the sectional unit to use for the glossary. The value should be the control sequence name without the leading backslash or following star (e.g. just chapter not \chapter or chapter*).
The default behaviour is for the glossary heading to use \chapter, if that command exists, or \section otherwise. The starred or unstarred form is determined by the numberedsection option.
Example:
You can omit the value if you want to use \section, i.e.
is equivalent to
You can change this value later in the document using
where ⟨name⟩ is the sectional unit.
The start of each glossary adds information to the page header via
By default this uses \@mkboth2.2 but you may need to redefine it. For example, to only change the right header:
or to prevent it from changing the headers:
If you want \glsglossarymark to use \MakeUppercase in the header, use the ucmark option described below.
Occasionally you may find that another package defines \cleardoublepage when it is not required. This may cause an unwanted blank page to appear before each glossary. This can be fixed by redefining \glsclearpage:
This is a boolean option. The default is ucmark=false, unless memoir has been loaded, in which case the default is ucmark=true.
If set, \glsglossarymark uses \MakeTextUppercase2.3. You can test whether this option has been set or not using
For example:
If memoir has been loaded and ucmark is set, then memoir’s \memUChead is used.
The glossaries are placed in unnumbered sectional units by default, but this can be changed using numberedsection. This option can take one of the following values:
where ⟨type⟩ is the label identifying that glossary. The default value of \glsautoprefix is empty. For example, if you load glossaries using:
then each glossary will appear in a numbered section, and can be referenced using something like:
If you can’t decide whether to have the acronyms in the main glossary or a separate list of acronyms, you can use \acronymtype which is set to main if the acronym option is not used and is set to acronym if the acronym option is used. For example:
You can redefine the prefix if the default label clashes with another label in your document. For example:
will add glo: to the automatically generated label, so you can then, for example, refer to the list of acronyms as follows:
Or, if you are undecided on a prefix:
Now \nameref{main} will display the (TOC) section title associated with the main glossary. As above, you can redefine \glsautoprefix to provide a prefix for the label.
This is a boolean option that specifies whether or not to gather and store the number list for each entry. The default is savenumberlist=false. (See \glsentrynumberlist and \glsdisplaynumberlist in §9 Using Glossary Terms Without Links.) This is always true if you use Option 1.
This is a boolean option. (Default is entrycounter=false.) If set, each main (level 0) glossary entry will be numbered when using the standard glossary styles. This option creates the counter glossaryentry.
If you use this option, you can reference the entry number within the document using
where ⟨label⟩ is the label associated with that glossary entry. The labelling systems uses ⟨prefix⟩⟨label⟩, where ⟨label⟩ is the entry’s label and ⟨prefix⟩ is given by
(which defaults to glsentry-).
This is a ⟨key⟩=⟨value⟩ option where ⟨value⟩ is the name of a counter. If used, this option will automatically set entrycounter=true and the glossaryentry counter will be reset every time ⟨value⟩ is incremented.
If you want the counter reset at the start of each glossary, you can modify the glossary preamble (\glossarypreamble) to use
which sets glossaryentry to zero:
or if you are using \setglossarypreamble, add it to each glossary preamble, as required. For example:
This is a boolean option. (Default is subentrycounter=false.) If set, each level 1 glossary entry will be numbered when using the standard glossary styles. This option creates the counter glossarysubentry. The counter is reset with each main (level 0) entry. Note that this package option is independent of entrycounter. You can reference the number within the document using \glsrefentry{⟨label⟩} where ⟨label⟩ is the label associated with the sub-entry.
This is a ⟨key⟩=⟨value⟩ option. (Default is style=list, unless classicthesis has been loaded, in which case the default is style=index.) Its value should be the name of the glossary style to use. This key may only be used for styles defined in glossary-list, glossary-long, glossary-super or glossary-tree. Alternatively, you can set the style using
(See §15 Glossary Styles for further details.)
This prevents the glossaries package from automatically loading glossary-long (which means that the longtable package also won’t be loaded). This reduces overhead by not defining unwanted styles and commands. Note that if you use this option, you won’t be able to use any of the glossary styles defined in the glossary-long package (unless you explicitly load glossary-long).
This prevents the glossaries package from automatically loading glossary-super (which means that the supertabular package also won’t be loaded). This reduces overhead by not defining unwanted styles and commands. Note that if you use this option, you won’t be able to use any of the glossary styles defined in the glossary-super package (unless you explicitly load glossary-super).
This prevents the glossaries package from automatically loading glossary-list. This reduces overhead by not defining unwanted styles. Note that if you use this option, you won’t be able to use any of the glossary styles defined in the glossary-list package (unless you explicitly load glossary-list). Note that since the default style is list (unless classicthesis has been loaded), you will also need to use the style option to set the style to something else.
This prevents the glossaries package from automatically loading glossary-tree. This reduces overhead by not defining unwanted styles. Note that if you use this option, you won’t be able to use any of the glossary styles defined in the glossary-tree package (unless you explicitly load glossary-tree). Note that if classicthesis has been loaded, the default style is index, which is provided by glossary-tree.
This prevents all the predefined styles from being loaded. If you use this option, you need to load a glossary style package (such as glossary-mcols). Also if you use this option, you can’t use the style package option. Instead you must either use \setglossarystyle{⟨style⟩} or the style key in the optional argument to \printglossary. Example:
This option will suppress the associated number lists in the glossaries (see also §5 Number lists). Note that if you use Options 2 or 3 (makeindex or xindy) then the locations must still be valid. This package option merely prevents the number list from being displayed, but both makeindex and xindy still require a location or cross-reference for each term that’s indexed. Remember that number list includes any cross-references, so suppressing the number list will also hide the cross-references (see below).
If you suppress the number lists with nonumberlist, described above, this will also suppress any cross-referencing information supplied by the see key in \newglossaryentry or \glssee. If you use seeautonumberlist, the see key will automatically implement nonumberlist=false for that entry. (Note this doesn’t affect \glssee.) For further details see §8 Cross-Referencing Entries.
This is a ⟨key⟩=⟨value⟩ option. (Default is counter=page.) The value should be the name of the default counter to use in the number lists (see §5 Number lists).
This is a boolean option. If no value is specified, true is assumed. When set to true, this option suppresses the default post description dot used by some of the predefined styles.
The default setting is nopostdot=false for the base glossaries package and nopostdot=true for glossaries-extra.
This is a boolean option. If no value is specified, true is assumed. When set to true, this option suppresses the default vertical gap between letter groups used by some of the predefined styles. The default setting is nogroupskip=false.
Load the glossaries-extra-stylemods package and patch the predefined styles. The ⟨list⟩ argument is optional. If present, this will also load glossary-⟨element⟩.sty for each ⟨element⟩ in the comma-separated ⟨list⟩.
Introduced in version 4.24, this option may take one of three values: error, warn or ignore. The see key automatically indexes the cross-referenced entry using \glsadd. This means that if this key is used in an entry definition before the relevant glossary file has been opened, the indexing can’t be performed. Since this is easy to miss, the glossaries package by default issues an error message if the see key is used before \makeglossaries. This option allows you to change the error into just a warning (seenoindex=warn) or ignore it (seenoindex=ignore) if, for example, you want to temporarily comment out \makeglossaries to speed up the compilation of a draft document by omitting the indexing.
This is a boolean option. The default is esclocations=true, which is needed for Options 2 and 3. With Option 1 \makenoidxglossaries changes it to esclocations=false. With Option 4 (bib2gls), this setting is ignored.
Both makeindex and xindy are fussy about the location formats (makeindex more so than xindy) so the glossaries package tries to ensure that special characters are escaped and allows for the location to be substituted for a format that’s more acceptable to the indexing application. This requires a bit of trickery to circumvent the problem posed by TeX’s asynchronous output routine, which can go wrong and also adds to the complexity of the document build.
If you’re sure that your locations will always expand to an acceptable format (or you’re prepared to post-process the glossary file before passing it to the relevant indexing application) then use esclocations=false to avoid the complex escaping of location values. (See “Writing information to associated files” in the documented code for further details.)
This isn’t an issue for Options 1 or 4 as the locations are written to the aux file so no syntax conversion is required.
This is a boolean option that specifies whether to only add information to the external glossary file on first use. The default is indexonlyfirst=false, which will add a line to the file every time one of the \gls-like or \glstext-like commands are used. Note that \glsadd will always add information to the external glossary file2.4 (since that’s the purpose of that command).
You can customise this by redefining
where ⟨label⟩ is the entry’s label and ⟨wr-code⟩ is the code that writes the entry’s information to the external file. The default definition of \glswriteentry is:
This checks the indexonlyfirst package option (using \ifglsindexonlyfirst) and does ⟨wr-code⟩ if this is false otherwise it only does ⟨wr-code⟩ of the entry hasn’t been used.
For example, suppose you only want to index the first use for entries in the acronym glossary and not in the main (or any other) glossary:
Here I’ve used \ifthenelse to ensure the arguments of \equal are fully expanded before the comparison is made.
With the glossaries-extra package it’s possible to only index first use for particular categories. For example, if you only want this enabled for abbreviations and acronyms then you can set the indexonlyfirst attribute for the abbreviation and acronym categories. (Instead of using the indexonlyfirst package option.) See the glossaries-extra manual for further details.
If true, this will automatically index any cross-referenced entries that haven’t been marked as used at the end of the document. Increases document build time. See glossaries-extra manual for further details.
If true, makes the see and seealso keys automatically index the cross-reference when the entry is defined (default, and the only option with just the base glossaries package).
If not off, this option indicates that bib2gls is required. If the value is omitted, only is assumed. Permitted values:
See glossaries-extra manual for further details.
If true, this option will cause the default location counter to automatically switch to equation when inside a numbered equation environment.
If true, this option will cause the default location counter to automatically switch to the corresponding counter when inside a float. (Remember that with floats it’s the \caption command that increments the counter so the location will be incorrect if an entry is indexed within the float before the caption.)
This valueless option is primarily intended for use with bib2gls and hyperref allowing the page location hyperlink to the relevant point in the page (rather than the top of the page). Unexpected results will occur with other indexing methods. See glossaries-extra manual for further details.
This section is mostly for Options 2 and 3. Only the sort and order options are applicable for Option 1.
This is a boolean option that determines whether or not to sanitize the sort value when writing to the external glossary file. For example, suppose you define an entry as follows:
The sort value (#) must be sanitized before writing it to the glossary file, otherwise LaTeX will try to interpret it as a parameter reference. If, on the other hand, you want the sort value expanded, you need to switch off the sanitization. For example, suppose you do:
and you actually want \mysortvalue expanded, so that the entry is sorted according to AAA, then use the package option sanitizesort=false.
The default for Options 2 and 3 is sanitizesort=true, and the default for Option 1 is sanitizesort=false.
If you use Options 2 or 3, this package option is the only way of specifying how to sort the glossaries. Only Option 1 allows you to specify sort methods for individual glossaries via the sort key in the optional argument of \printnoidxglossary. If you have multiple glossaries in your document and you are using Option 1, only use the package options sort=def or sort=use if you want to set this sort method for all your glossaries.
This is a ⟨key⟩=⟨value⟩ option where ⟨value⟩ may be one of the following:
Both sort=def and sort=use set the sort key to a six digit number via
(padded with leading zeros, where necessary). This can be redefined, if required, before the entries are defined (in the case of sort=def) or before the entries are used (in the case of sort=use).
This option can’t be used with \printglossary or \printnoidxglossary (or the iterative versions \printglossaries or \printnoidxglossaries). It may be used with glossaries-extra’s \printunsrtglossary (Option 5).
Note that the group styles (such as listgroup) are incompatible with the sort=use and sort=def options.
The default is sort=standard. When the standard sort option is in use, you can hook into the sort mechanism by redefining:
where ⟨sort cs⟩ is a temporary control sequence that stores the sort value (which was either explicitly set via the sort key or implicitly set via the name key) before any escaping of the makeindex/xindy special characters is performed. By default \glsprestandardsort just does:
which sanitizes ⟨sort cs⟩ if the sanitizesort package option is set (or does nothing if the package option sanitizesort=false is used).
The other arguments, ⟨type⟩ and ⟨label⟩, are the glossary type and the entry label for the current entry. Note that ⟨type⟩ will always be a control sequence, but ⟨label⟩ will be in the form used in the first argument of \newglossaryentry.
Example 1 (Mixing Alphabetical and Order of Definition Sorting)
Suppose I have three glossaries: main, acronym and notation, and let’s suppose I want the main and acronym glossaries to be sorted alphabetically, but the notation type should be sorted in order of definition.
For Option 1, the sort option can be used in \printnoidxglossary:
For Options 2 or 3, I can set the sort to standard (which is the default, but can be explicitly set via the package option sort=standard), and I can either define all my main and acronym entries, then redefine \glsprestandardsort to set ⟨sort cs⟩ to an incremented integer, and then define all my notation entries. Alternatively, I can redefine \glsprestandardsort to check for the glossary type and only modify ⟨sort cs⟩ if ⟨type⟩ is notation.
The first option can be achieved as follows:
The second option can be achieved as follows:
(\ifdefstring is defined by the etoolbox package.) For a complete document, see the sample file sampleSort.tex.
____________________________
Example 2 (Customizing Standard Sort (Options 2 or 3))
Suppose you want a glossary of people and you want the names listed as ⟨first-name⟩ ⟨surname⟩ in the glossary, but you want the names sorted by ⟨surname⟩, ⟨first-name⟩. You can do this by defining a command called, say, \name{⟨first-name⟩}{⟨surname⟩} that you can use in the name key when you define the entry, but hook into the standard sort mechanism to temporarily redefine \name while the sort value is being set.
First, define two commands to set the person’s name:
and \name needs to be initialised to \textname:
Now redefine \glsprestandardsort so that it temporarily sets \name to \sortname and expands the sort value, then sets \name to \textname so that the person’s name appears as ⟨first-name⟩ ⟨surname⟩ in the text:
(The somewhat complicate use of \expandafter etc helps to protect fragile commands, but care is still needed.)
Now the entries can be defined:
For a complete document, see the sample file samplePeople.tex.
____________________________
This may take two values: word or letter. The default is word ordering.
If you use Option 1, this setting will be used if you use sort=standard in the optional argument of \printnoidxglossary:
Alternatively, you can specify the order for individual glossaries:
(Option 2) The glossary information and indexing style file will be written in makeindex format. If you use makeglossaries, it will automatically detect that it needs to call makeindex. If you don’t use makeglossaries, you need to remember to use makeindex not xindy. The indexing style file will been given a ist extension.
You may omit this package option if you are using Option 2 as this is the default. It’s available in case you need to override the effect of an earlier occurrence of xindy in the package option list.
(Option 3) The glossary information and indexing style file will be written in xindy format. If you use makeglossaries, it will automatically detect that it needs to call xindy. If you don’t use makeglossaries, you need to remember to use xindy not makeindex. The indexing style file will been given a xdy extension.
This package option may additionally have a value that is a ⟨key⟩=⟨value⟩ comma-separated list to override the language and codepage. For example:
You can also specify whether you want a number group in the glossary. This defaults to true, but can be suppressed. For example:
If no value is supplied to this package option (either simply writing xindy or writing xindy={}) then the language, codepage and number group settings are unchanged. See §11 Xindy (Option 3) for further details on using xindy with the glossaries package.
(Option 3) This is equivalent to xindy={} (that is, the xindy option without any value supplied) and may be used as a document class option. The language and code page can be set via \GlsSetXdyLanguage and \GlsSetXdyCodePage (see §11.1 Language and Encodings.)
(Option 3) This is equivalent to xindy={glsnumbers=false} and may be used as a document class option.
This is option was introduced to version 4.08 as a boolean option. As from version 4.42 it may now take three values: false (default), true or immediate. If no option is supplied, immediate is assumed. The option automake=true will attempt to run makeindex or xindy using TeX’s \write18 mechanism at the end of the document. The option automake=immediate will attempt to run makeindex or xindy at the start of \makeglossaries using \immediate (before the glossary files have been opened).
In the case of automake=true, the associated files are created at the end of the document ready for the next LaTeX run. Since there is a possibility of commands such as \gls occurring on the last page of the document, it’s not possible to use \immediate to close the associated file or with \write18 since the writing of the final indexing lines may have been delayed. In certain situations this can mean that the \write18 fails. In such cases, you will need to use automake=immediate instead.
With automake=immediate, you will get a warning on the first LaTeX run as the associated glossary files don’t exist yet.
Since this mechanism can be a security risk, some TeX distributions disable it completely, in which case this option won’t have an effect. (If this option doesn’t appear to work, search the log file for “runsystem” and see if it is followed by “enabled” or “disabled”.)
Some distributions allow \write18 in a restricted mode. This mode has a limited number of trusted applications, which usually includes makeindex but may not include xindy. So if you have the restricted mode on, automake should work with makeindex but may not work with xindy.
However even in unrestricted mode this option may not work with xindy as xindy uses language names that don’t always correspond with \babel’s language names. (The makeglossaries script applies mappings to assist you.) Note that you still need at least two LaTeX runs to ensure the document is up-to-date with this setting.
Since this package option attempts to run the indexing application on every LaTeX run, its use should be considered a last resort for those who can’t work out how to incorporate the indexing application into their document build. The default value for this option is automake=false.
This valueless option indicates that \makeglossaries and \makenoidxglossaries should be disabled. This option is provided in the event that you have to use a class or package that disregards the advice in §1.1 Indexing Options and automatically performs \makeglossaries or \makenoidxglossaries but you don’t want this. (For example, you want to use a different indexing method or you want to disable indexing while working on a draft document.)
This option may be passed in the standard document class option list or passed using \PassOptionsToPackage before glossaries is loaded. Note that this does nothing if \makeglossaries or \makenoidxglossaries has already been used whilst enabled.
Cancels the effect of disablemakegloss. This option may be used in \setupglossaries. It issues a warning if \makeglossaries or \makenoidxglossaries has already been used whilst enabled. For example, suppose the class customclass.cls automatically loads glossaries and does \makeglossaries but you need an extra glossary, which has to be defined before \makeglossaries, then you can do:
or
Note that restoring these commands doesn’t necessarily mean that they can be used. It just means that their normal behaviour given the current settings will apply. For example, if you use the record=only or record=nameref options with glossaries-extra then you can’t use \makeglossaries or \makenoidxglossaries regardless of restoremakegloss.
Use this option if you have multiple glossaries and you want to suppress the entry hyperlinks for a particular glossary or glossaries. The value of this option should be a comma-separated list of glossary types where \gls etc shouldn’t have hyperlinks by default. Make sure you enclose the value in braces if it contains any commas. Example:
The values must be fully expanded, so don’t try nohypertypes=\acronymtype. You may also use
instead or additionally. See §6 Links to Glossary Entries for further details.
This suppresses the creation of the main glossary and associated glo file, if unrequired. Note that if you use this option, you must create another glossary in which to put all your entries (either via the acronym (or acronyms) package option described in §2.7 Acronym and Abbreviation Options or via the symbols, numbers or index options described in §2.8 Other Options or via \newglossary described in §12 Defining New Glossaries).
This valueless option defines a new glossary type with the label symbols via
It also defines
which is a synonym for
If you use Option 1, you need to use:
to display the list of symbols.
This valueless option defines a new glossary type with the label numbers via
It also defines
which is a synonym for
If you use Option 1, you need to use:
to display the list of numbers.
This valueless option defines a new glossary type with the label index via
It also defines
which is a synonym for
and
which is a synonym for
If you use Option 1, you need to use:
to display this glossary.
Since the index isn’t designed for terms with descriptions, you might also want to disable the hyperlinks for
this glossary using the package option nohypertypes=index or the command
\GlsDeclareNoHyperList{index}
The example file sample-index.tex illustrates the use of the index package option.
This valueless option switches off index if index has been passed implicitly (for example, through global document options). This option can’t be used in \setupglossaries.
If true, this creates a new glossary with the label acronym. This is equivalent to:
It will also define
that’s equivalent to
(unless that command is already defined before the beginning of the document or the package option compatible-3.07 is used).If you are using Option 1, you need to use
to display the list of acronyms.If the acronym package option is used, \acronymtype is set to acronym otherwise it is set to main.2.5 Entries that are defined using \newacronym are placed in the glossary whose label is given by \acronymtype, unless another glossary is explicitly specified.
Make sure you have at least v1.42 of glossaries-extra if you use the acronym (or acronyms) package option with the extension package to avoid a bug that interferes with the abbreviation style.
This is equivalent to acronym=true and may be used in the document class option list.
This valueless option creates a new glossary type using:
The label can be accessed with \glsxtrabbrvtype, which is analogous to \acronymtype. See glossaries-extra manual for further details.
By default, only the \acronymtype glossary is considered to be a list of acronyms. If you have other lists of acronyms, you can specify them as a comma-separated list in the value of acronymlists. For example, if you use the acronym package option but you also want the main glossary to also contain a list of acronyms, you can do:
No check is performed to determine if the listed glossaries exist, so you can add glossaries you haven’t defined yet. For example:
You can use
instead of or in addition to the acronymlists option. This will add the glossaries given in ⟨list⟩ to the list of glossaries that are identified as lists of acronyms. To replace the list of acronym lists with a new list use:
You can determine if a glossary has been identified as being a list of acronyms using:
This option provides shortcut commands for acronyms. See §13 Acronyms and Other Abbreviations for further details. Alternatively you can use:
The package options listed in this section are now deprecated but are kept for backward-compatibility. Use \setacronymstyle instead. See §13 Acronyms and Other Abbreviations for further details.
This option changes the definition of \newacronym to allow a description. This option may be replaced by
or (with footnote and smallcaps)
or (with footnote and smaller)
This option changes the definition of \newacronym and the way that acronyms are displayed. This option may be replaced by:
or (with description and footnote)
This option changes the definition of \newacronym and the way that acronyms are displayed.
This option may be replaced by:
or (with description and footnote)
This option changes the definition of \newacronym and the way that acronyms are displayed. This option may be replaced by:
or (with smallcaps and description)
or (with smaller and description)
This option changes the definition of \newacronym so that acronyms are always expanded. This option may be replaced by:
Other available options that don’t fit any of the above categories are described below.
Load the glossaries-accsupp package.
Load the glossaries-prefix package.
This option may be used to suppress the boilerplate text generated by \printglossary if the glossary file is missing.
Compatibility mode for old documents created using version 2.07 or below.
Compatibility mode for old documents created using version 3.07 or below.
As a legacy from the precursor glossary package, the standard glossary commands provided by the LaTeX kernel (\makeglossary and \glossary) are redefined in terms of the glossaries package’s commands. However, they were never documented in this user manual, and the conversion guide (“Upgrading from the glossary package to the glossaries package”) explicitly discourages their use.
The use of those kernel commands (instead of the appropriate commands documented in this user guide) are deprecated, and you will now get a warning if you try using them.
In the event that you require the original form of these kernel commands, for example, if you need to use the glossaries package with another class or package that also performs glossary-style indexing, then you can restore these commands to their previous definition (that is, their definitions prior to loading the glossaries package) with the package option kernelglossredefs=false. You may also need to use the nomain option in the event of file extension conflicts. (In which case, you must provide a new default glossary for use with the glossaries package.)
This option may take one of three values: true (redefine with warnings, default), false (restore previous definitions) or nowarn (redefine without warnings, not recommended).
The only glossary-related commands provided by the LaTeX kernel are \makeglossary and \glossary. Other packages or classes may provide additional glossary-related commands or environments that conflict with glossaries (such as \printglossary and theglossary). These non-kernel commands aren’t affected by this package option, and you will have to find some way to resolve the conflict if you require both glossary mechanisms. (The glossaries package will override the existing definitions of \printglossary and theglossary.)
In general, if possible, it’s best to stick with just one package that provides a glossary mechanism. (The glossaries package does check for the doc package and patches \PrintChanges.)
Some of the options described above may also be set after the glossaries package has been loaded using
The following package options can’t be used in \setupglossaries: xindy, xindygloss, xindynoglsnumbers, makeindex, nolong, nosuper, nolist, notree, nostyles, nomain, compatible-2.07, translate, notranslate, acronym. These options have to be set while the package is loading, except for the xindy sub-options which can be set using commands like \GlsSetXdyLanguage (see §11 Xindy (Option 3) for further details).
In the preamble you need to indicate whether you want to use Option 1, Option 2 or Option 3. It’s not possible to mix these options within a document, although some combinations are possible with glossaries-extra. (For Options 4 and 5 see the bib2gls and glossaries-extra manuals.)
The command
must be placed in the preamble. This sets up the internal commands required to make Option 1 work. If you omit \makenoidxglossaries none of the glossaries will be displayed.
The command
must be placed in the preamble in order to create the customised makeindex (ist) or xindy (xdy) style file (for Options 2 or 3, respectively) and to ensure that glossary entries are written to the appropriate output files. If you omit \makeglossaries none of the glossary files will be created.
⚠ Note that some of the commands provided by the glossaries package must not be used after \makeglossaries as they are required when creating the customised style file. If you attempt to use those commands after \makeglossaries you will generate an error. Similarly, there are some commands that must not be used before \makeglossaries.
You can suppress the creation of the customised xindy or makeindex style file using
That this command must not be used after \makeglossaries.
The default name for the customised style file is given by \jobnameist (Option 2) or \jobnamexdy (Option 3). This name may be changed using:
where ⟨name⟩ is the name of the style file without the extension. Note that this command must not be used after \makeglossaries.
Each glossary entry is assigned a number list that lists all the locations in the document where that entry was used. By default, the location refers to the page number but this may be overridden using the counter package option. The default form of the location number assumes a full stop compositor (e.g. 1.2), but if your location numbers use a different compositor (e.g. 1-2) you need to set this using
For example:
This command must not be used after \makeglossaries.
If you use Option 3, you can have a different compositor for page numbers starting with an upper case alphabetical character using:
This command has no effect if you use Option 2. For example, if you want number lists containing a mixture of A-1 and 2.3 style formats, then do:
See §5 Number lists for further information about number lists.
All glossary entries must be defined before they are used, so it is better to define them in the preamble to ensure this. In fact, some commands such as \longnewglossaryentry may only be used in the preamble. See §4.8 Drawbacks With Defining Entries in the Document Environment for a discussion of the problems with defining entries within the document instead of in the preamble. (The glossaries-extra package has an option that provides a restricted form of document definitions that avoids some of the issues discussed in §4.8 Drawbacks With Defining Entries in the Document Environment.)
Only those entries that are indexed in the document (using any of the commands described in §6 Links to Glossary Entries, §7 Adding an Entry to the Glossary Without Generating Text or §8 Cross-Referencing Entries) will appear in the glossary. See §10 Displaying a glossary to find out how to display the glossary.
New glossary entries are defined using the command:
This is a short command, so values in ⟨key-val list⟩ can’t contain any paragraph breaks. Take care to enclose values containing any commas (,) or equal signs (=) with braces to hide them from the key=value list parser.
If you have a long description that needs to span multiple paragraphs, use
instead. Note that this command may only be used in the preamble. Be careful of unwanted spaces. \longnewglossaryentry will remove trailing spaces in the description (via \unskip) but won’t remove leading spaces. This command also appends \nopostdesc to the end of the description, which suppresses the post-description hook. The glossaries-extra package provides a starred version of \longnewglossaryentry that doesn’t append either \unskip or \nopostdesc.
There are also commands that will only define the entry if it hasn’t already been defined:
and
(These are both preamble-only commands.)
For all the above commands, the first argument, ⟨label⟩, must be a unique label with which to identify this entry. This can’t contain any non-expandable commands or active characters. The reason for this restriction is that the label is used to construct internal commands that store the associated information (similarly to commands like \label) and therefore must be able to expand to a valid control sequence name.
The second argument, ⟨key=value list⟩, is a ⟨key⟩=⟨value⟩ list that supplies the relevant information about this entry. There are two required fields: description and either name or parent. The description is set in the third argument of \longnewglossaryentry and \longprovideglossaryentry. With the other commands it’s set via the description key. As is typical with ⟨key⟩=⟨value⟩ lists, values that contain a comma or equal sign must be enclosed in braces. Available fields are listed below. Additional fields are provided by the supplementary packages glossaries-prefix (§17 Prefixes or Determiners) and glossaries-accsupp (§18 Accessibility Support) and also by glossaries-extra. You can also define your own custom keys (see §4.3 Additional Keys).
to suppress the description terminator for this entry. For example, if this entry is a parent entry that doesn’t require a description, you can do description={\nopostdesc}. If you want a paragraph break in the description use:
or, better, use \longnewglossaryentry. However, note that not all glossary styles support multi-line descriptions. If you are using one of the tabular-like glossary styles that permit multi-line descriptions, use \newline not \\ if you want to force a line break.
⚠ Note: prior to version 1.13, the default value of firstplural was always taken by appending “s” to the first key, which meant that you had to specify both plural and firstplural, even if you hadn’t used the first key.
Option 1 by default strips the standard LaTeX accents (that is, accents generated by core LaTeX commands) from the name key when it sets the sort key. So with Option 1:
This is equivalent to:
Unless you use the package option sanitizesort=true, in which case it’s equivalent to:
This will place the entry before the “A” letter group since the sort value starts with a symbol.
Similarly if you use the inputenc package:
With Options 2 and 3, the default value of sort will either be set to the name key (if sanitizesort=true) or it will set it to the expansion of the name key (if sanitizesort=false).
Take care if you use Option 1 and the name contains fragile commands. You will either need to explicitly set the sort key or use the sanitizesort=true package option (unless you use the def or use sort methods).
This key essentially provides a convenient shortcut that performs
Since it’s useful to suppress the indexing while working on a draft document, consider using the seenoindex package option to warn or ignore the see key while \makeglossaries is commented out.
If you use the see key, you may want to consider using the glossaries-extra package which additionally provides a seealso and alias key. If you want to avoid the automatic indexing triggered by the see key, consider using Option 4.
The following keys are reserved for \newacronym (see §13 Acronyms and Other Abbreviations) and also for \newabbreviation (see the glossaries-extra manual): long, longplural, short and shortplural.
The supplementary packages glossaries-prefix (§17 Prefixes or Determiners) and glossaries-accsupp (§18 Accessibility Support) provide additional keys.
Note that if the name starts with non-Latin character, you must group the character, otherwise it will cause a problem for commands like \Gls and \Glspl. For example:
Note that the same applies if you are using the inputenc package:
Note that in both of the above examples, you will also need to supply the sort key if you are using Option 2 whereas xindy (Option 3) is usually able to sort non-Latin characters correctly. Option 1 discards accents from standard LaTeX extended Latin characters unless you use the sanitizesort=true.
You may have noticed from above that you can specify the plural form when you define a term. If you omit this, the plural will be obtained by appending
to the singular form. This command defaults to the letter “s”. For example:
defines a new entry whose singular form is “cow” and plural form is “cows”. However, if you are writing in archaic English, you may want to use “kine” as the plural form, in which case you would have to do:
If you are writing in a language that supports multiple plurals (for a given term) then use the plural key for one of them and one of the user keys to specify the other plural form. For example:
You can then use \glspl{cow} to produce “cows” and \glsuseri{cow} to produce “kine”. You can, of course, define an easy to remember synonym. For example:
Then you don’t have to remember which key you used to store the second plural. Alternatively, you can define your own keys using \glsaddkey, described in §4.3 Additional Keys.
If you are using a language that usually forms plurals by appending a different letter, or sequence of letters, you can redefine \glspluralsuffix as required. However, this must be done before the entries are defined. For languages that don’t form plurals by simply appending a suffix, all the plural forms must be specified using the plural key (and the firstplural key where necessary).
You can use the six user keys to provide alternatives, such as participles. For example:
With the above definitions, I can now define terms like this:
and use them in the text:
Alternatively, you can define your own keys using \glsaddkey, described below in §4.3 Additional Keys.
You can now also define your own custom keys using the commands described in this section. There are two types of keys: those for use within the document and those to store information used behind the scenes by other commands.
For example, if you want to add a key that indicates the associated unit for a term, you might want to reference this unit in your document. In this case use \glsaddkey described in §4.3.1 Document Keys. If, on the other hand, you want to add a key to indicate to a glossary style or acronym style that this entry should be formatted differently to other entries, then you can use \glsaddstoragekey described in §4.3.2 Storage Keys.
In both cases, a new command ⟨no link cs⟩ will be defined that can be used to access the value of this key (analogous to commands such as \glsentrytext). This can be used in an expandable context (provided any fragile commands stored in the key have been protected). The new keys must be added using \glsaddkey or \glsaddstoragekey before glossary entries are defined.
A custom key that can be used in the document is defined using:
where:
The starred version of \glsaddkey switches on expansion for this key. The unstarred version doesn’t override the current expansion setting.
Example 3 (Defining Custom Keys)
Suppose I want to define two new keys, ed and ing, that default to the entry text followed by “ed” and “ing”, respectively. The default value will need expanding in both cases, so I need to use the starred form:
Now I can define some entries:
These entries can later be used in the document:
For a complete document, see the sample file sample-newkeys.tex.
____________________________
A custom key that can be used for simply storing information is defined using:
where the arguments are as the first three arguments of \glsaddkey, described above in §4.3.1 Document Keys.
This is essentially the same as \glsaddkey except that it doesn’t define the additional commands. You can access or update the value of your new field using the commands described in §16.3 Fetching and Updating the Value of a Field.
Example 4 (Defining Custom Storage Key (Acronyms and Initialisms))
Suppose I want to define acronyms and other forms of abbreviations, such as initialisms, but I want them all in the same glossary and I want the acronyms on first use to be displayed with the short form followed by the long form in parentheses, but the opposite way round for other forms of abbreviations. (The glossaries-extra package provides a simpler way of achieving this.)
Here I can define a new key that determines whether the term is actually an acronym rather than some other form of abbreviation. I’m going to call this key abbrtype (since type already exists):
Now I can define a style that looks up the value of this new key to determine how to display the full form:
Remember that the new style needs to be set before defining any terms:
Since it’s a bit confusing to use \newacronym for something that’s not technically an acronym, let’s define a new command for initialisms:
Now the entries can all be defined:
On first use, \gls{radar} will produce “radar (radio detecting and ranging)” but \gls{dsp} will produce “DSP (digital signal processing)”.
For a complete document, see the sample file sample-storage-abbr.tex.
____________________________
In the above example, if \newglossaryentry is explicitly used (instead of through \newacronym) the abbrtype key will be set to its default value of “word” but the \ifglshaslong test in the custom acronym style will be false (since the long key hasn’t been set) so the display style will switch to that given by \glsgenentryfmt and they’ll be no test performed on the abbrtype field.
Example 5 (Defining Custom Storage Key (Acronyms and Non-Acronyms with Descriptions))
The previous example can be modified if the description also needs to be provided. Here I’ve changed “word” to “acronym”:
This may seem a little odd for non-abbreviated entries defined using \newglossaryentry directly, but \ifglshaslong can be used to determine whether or not to reference the value of this new abbrtype field.
The new acronym style has a minor modification that forces the user to specify a description. In the previous example, the line:
needs to be changed to:
Additionally, to accommodate the change in the default value of the abbrtype key, all instances of
need to be changed to:
Once this new style has been set, the new acronyms can be defined using the optional argument to set the description:
No change is required for the definition of \newinitialism but again the optional argument is required to set the description:
We can also accommodate contractions in a similar manner to the initialisms:
The contractions can similarly been defined using this new command:
Since the custom acronym style just checks if abbrtype is acronym, the contractions will be treated the same as the initialisms, but the style could be modified by a further test of the abbrtype value if required.
To test regular non-abbreviated entries, I’ve also defined a simple word:
Now for a new glossary style that provides information about the abbreviation (in addition to the description):
This uses \ifglshaslong to determine whether or not the term is an abbreviation. If it has an abbreviation, the full form is supplied in parentheses and \abbrtype (defined by \glsaddstoragekey earlier) is used to indicate the type of abbreviation.
With this style set, the apple entry is simply displayed in the glossary as
but the abbreviations are displayed in the form
(for acronyms) or
(for initalisms) or
(for contractions).
For a complete document, see sample-storage-abbr-desc.tex.
____________________________
When you define new glossary entries expansion is performed by default, except for the name, description, descriptionplural, symbol, symbolplural and sort keys (these keys all have expansion suppressed via \glssetnoexpandfield).
You can switch expansion on or off for individual keys using
or
respectively, where ⟨field⟩ is the field tag corresponding to the key. In most cases, this is the same as the name of the key except for those listed in table 4.1.
Any keys that haven’t had the expansion explicitly set using \glssetexpandfield or \glssetnoexpandfield are governed by
and
If your entries contain any fragile commands, I recommend you switch off expansion via \glsnoexpandfields. (This should be used before you define the entries.)
As from version 1.17, it is possible to specify sub-entries. These may be used to order the glossary into categories, in which case the sub-entry will have a different name to its parent entry, or it may be used to distinguish different definitions for the same word, in which case the sub-entries will have the same name as the parent entry. Note that not all glossary styles support hierarchical entries and may display all the entries in a flat format. Of the styles that support sub-entries, some display the sub-entry’s name whilst others don’t. Therefore you need to ensure that you use a suitable style. (See §15 Glossary Styles for a list of predefined styles.) As from version 3.0, level 1 sub-entries are automatically numbered in the predefined styles if you use the subentrycounter package option (see §2.3 Glossary Appearance Options for further details).
Note that the parent entry will automatically be added to the glossary if any of its child entries are used in the document. If the parent entry is not referenced in the document, it will not have a number list. Note also that makeindex has a restriction on the maximum sub-entry depth.
To arrange a glossary with hierarchical categories, you need to first define the category and then define the sub-entries using the relevant category entry as the value of the parent key.
Example 6 (Hierarchical Categories—Greek and Roman Mathematical Symbols)
Suppose I want a glossary of mathematical symbols that are divided into Greek letters and Roman letters. Then I can define the categories as follows:
Note that in this example, the category entries don’t need a description so I have set the descriptions to \nopostdesc. This gives a blank description and suppresses the description terminator.
I can now define my sub-entries as follows:
For a complete document, see the sample file sampletree.tex.
____________________________
Sub-entries that have the same name as the parent entry, don’t need to have the name key. For example, the word “glossary” can mean a list of technical words or a collection of glosses. In both cases the plural is “glossaries”. So first define the parent entry:
Again, the parent entry has no description, so the description terminator needs to be suppressed using \nopostdesc.
Now define the two different meanings of the word:
Note that if I reference the parent entry, the location will be added to the parent’s number list, whereas if I reference any of the child entries, the location will be added to the child entry’s number list. Note also that since the sub-entries have the same name, the sort key is required unless you are using the sort=use or sort=def package options (see §2.5 Sorting Options). You can use the subentrycounter package option to automatically number the first-level child entries. See §2.3 Glossary Appearance Options for further details.
In the above example, the plural form for both of the child entries is the same as the parent entry, so the plural key was not required for the child entries. However, if the sub-entries have different plurals, they will need to be specified. For example:
You can store all your glossary entry definitions in another file and use:
where ⟨filename⟩ is the name of the file containing all the \newglossaryentry or \longnewglossaryentry commands. The optional argument ⟨type⟩ is the name of the glossary to which those entries should belong, for those entries where the type key has been omitted (or, more specifically, for those entries whose type has been specified by \glsdefaulttype, which is what \newglossaryentry uses by default).
This is a preamble-only command. You may also use \input to load the file but don’t use \include. If you find that your file is becoming unmanageably large, you may want to consider switching to bib2gls and use an application such as JabRef to manage the entry definitions.
Example 7 (Loading Entries from Another File)
Suppose I have a file called myentries.tex which contains:
and suppose in my document preamble I use the command:
then this will add the entries tex and html to the glossary whose type is given by languages, but the entry perl will be added to the main glossary, since it explicitly sets the type to main.
____________________________
⚠ Note: if you use \newacronym (see §13 Acronyms and Other Abbreviations) the type is set as type=\acronymtype unless you explicitly override it. For example, if my file myacronyms.tex contains:
then (supposing I have defined a new glossary type called altacronym)
will add aca to the glossary type acronym, if the package option acronym has been specified, or will add aca to the glossary type altacronym, if the package option acronym is not specified.4.1
If you have used the acronym package option, there are two possible solutions to this problem:
and do:
Note that only those entries that have been used in the text will appear in the relevant glossaries. Note also that \loadglsentries may only be used in the preamble.
Remember that you can use \provideglossaryentry rather than \newglossaryentry. Suppose you want to maintain a large database of acronyms or terms that you’re likely to use in your documents, but you may want to use a modified version of some of those entries. (Suppose, for example, one document may require a more detailed description.) Then if you define the entries using \provideglossaryentry in your database file, you can override the definition by simply using \newglossaryentry before loading the file. For example, suppose your file (called, say, terms.tex) contains:
but suppose your document requires a more detailed description, you can do:
Now the mallard definition in the terms.tex file will be ignored.
As from version 3.02, you can move an entry from one glossary to another using:
where ⟨label⟩ is the unique label identifying the required entry and ⟨target glossary label⟩ is the unique label identifying the glossary in which to put the entry.
Note that no check is performed to determine the existence of the target glossary. If you want to move an entry to a glossary that’s skipped by \printglossaries, then define an ignored glossary with \newignoredglossary. (See §12 Defining New Glossaries.)
Originally, \newglossaryentry (and \newacronym) could only be used in the preamble. I reluctantly removed this restriction in version 1.13, but there are issues with defining commands in the document environment instead of the preamble, which is why the restriction is maintained for newer commands. This restriction is also reimposed for \newglossaryentry by the new Option 1. (The glossaries-extra package automatically reimposes this restriction for Options 2 and 3 but provides a package option to allow document definitions.)
To overcome the first two problems, as from version 4.0 the glossaries package modifies the definition of \newglossaryentry at the beginning of the document environment so that the definitions are written to an external file (\jobnameglsdefs) which is then read in at the start of the document on the next run. The entry will then only be defined in the document environment if it doesn’t already exist. This means that the entry can now be looked up in the glossary, even if the glossary occurs at the beginning of the document.
There are drawbacks to this mechanism: if you modify an entry definition, you need a second run to see the effect of your modification; this method requires an extra \newwrite, which may exceed TeX’s maximum allocation; unexpected expansion issues could occur; the see key isn’t stored, which means it can’t be added to the glsdefs file when it’s created at the end of the document (and therefore won’t be present on subsequent runs).
The glossaries-extra package provides a setting (but only for Options 2 and 3) that allows \newglossaryentry to occur in the document environment but doesn’t create the glsdefs file. This circumvents some problems but it means that you can’t display any of the glossaries before all the entries have been defined (so it’s all right if all the glossaries are at the end of the document but not if any occur in the front matter).
The above section covers technical issues that can cause your document to have compilation errors or produce incorrect output. This section focuses on good writing practice. The main reason cited by users wanting to define entries within the document environment rather than in the preamble is that they want to write the definition as they type in their document text. This suggests a “stream of consciousness” style of writing that may be acceptable in certain literary genres but is inappropriate for factual documents.
When you write technical documents, regardless of whether it’s a PhD thesis or an article for a journal or proceedings, you must plan what you write in advance. If you plan in advance, you should have a fairly good idea of the type of terminology that your document will contain, so while you are planning, create a new file with all your entry definitions. If, while you’re writing your document, you remember another term you need, then you can switch over to your definition file and add it. Most text editors have the ability to have more than one file open at a time. The other advantage to this approach is that if you forget the label, you can look it up in the definition file rather than searching through your document text to find the definition.
Each entry in the glossary has an associated number list. By default, these numbers refer to the pages on which that entry has been indexed (using any of the commands described in §6 Links to Glossary Entries and §7 Adding an Entry to the Glossary Without Generating Text). The number list can be suppressed using the nonumberlist package option, or an alternative counter can be set as the default using the counter package option. The number list is also referred to as the location list.
Number lists are more common with indexes rather than glossaries (although you can use the glossaries package for indexes as well). However, the glossaries package makes use of makeindex or xindy to hierarchically sort and collate the entries since they are readily available with most modern TeX distributions. Since these are both designed as indexing applications they both require that terms either have a valid location or a cross-reference. Even if you use nonumberlist, the locations must still be provided and acceptable to the indexing application or they will cause an error during the indexing stage, which will interrupt the document build. However, if you’re not interested in the locations, each entry only needs to be indexed once, so consider using indexonlyfirst, which can improve the document build time by only indexing the first use of each term.
The \glsaddall command (see §7 Adding an Entry to the Glossary Without Generating Text), which is used to automatically index all entries, iterates over all defined entries and does \glsadd{⟨label⟩} for each entry (where ⟨label⟩ is that entry’s label). This means that \glsaddall automatically adds the same location to every entry’s number list, which looks weird if the number list hasn’t been suppressed.
With Option 4, the indexing is performed by bib2gls, which was specifically designed for the glossaries-extra package. So it will allow any location format, and its selection=all option will select all entries without adding an unwanted location to the number list. If bib2gls can deduce a numerical value for a location, it will attempt to form a range over consecutive locations, otherwise it won’t try to form a range and the location will just form an individual item in the list. Option 1 also allows any location but it doesn’t form ranges.
Each location in the number list is encapsulated with a command formed from the encap value. By default this is the \glsnumberformat command, which corresponds to the encap glsnumberformat, but this may be overridden using the format key in the optional argument to commands like \gls. (See §6 Links to Glossary Entries.) For example, you may want the location to appear in bold to indicate the principle use of a term or symbol. If the encap starts with an open parenthesis ( this signifies the start of a range and if the encap starts with close parenthesis ) this signifies the end of a range. These must always occur in matching pairs.
The glossaries package provides the command \glsignore which ignores its argument. This is the format used by \glsaddallunused to suppress the location, which works fine as long as no other locations are added to the number list. For example, if you use \gls{sample} on page 2 then reset the first use flag and then use \glsaddallunused on page 10, the number list for sample will be 2, \glsignore{10} which will result in “2, ” which has a spurious comma.
This isn’t a problem with bib2gls because you’d use selection=all instead of \glsaddallunused, but even if you explicitly had, for example, \gls[format=glsignore]{⟨label⟩} for some reason, bib2gls will recognise glsignore as a special encap indicating an ignored location, so it will select the entry but not add that location to the number list. It’s a problem for all the other options (except Option 5, which doesn’t perform any indexing).
Complications can arise if you use different encap values for the same location. For example, suppose on page 10 you have both the default glsnumberformat and textbf encaps. While it may seem apparent that textbf should override glsnumberformat in this situation, the indexing application may not know it. This is therefore something you need to be careful about if you use the format key or if you use a command that implicitly sets it.
In the case of xindy, it only accepts one encap (according to the order of precedence given in the xindy module) and discards the others for identical locations (for the same entry). This can cause a problem if a discarded location forms the start or end of a range.
In the case of makeindex, it accepts different encaps for the same location, but warns about it. This leads to a number list with the same location repeated in different formats. If you use the makeglossaries Perl script with Option 2 it will detect makeindex’s warning and attempt to fix the problem, ensuring that the glsnumberformat encap always has the least precedence unless it includes a range identifier. Other conflicting encaps will have the last one override earlier ones for the same location with range identifiers taking priority.
No discard occurs with Option 1 so again you get the same location repeated in different formats. With Option 4, bib2gls will discard according to order of precedence, giving priority to start and end range encaps. (See the bib2gls manual for further details.)
Neither Option 1 nor Option 4 care about the location syntax as long as it’s valid LaTeX code (and doesn’t contain fragile commands). In both cases, the indexing is performed by writing a line to the aux file. The write operation is deferred to avoid the problems associated with TeX’s asynchronous output routine. (See, for example, Finding if you’re on an odd or an even page for more details on this issue.) Unfortunately Options 2 and 3 are far more problematic and need some complex code to deal with awkward locations.
If you know that your locations will always expand to a format acceptable to your chosen indexing application then use the package option esclocations=false to bypass this operation. This setting only affects Options 2 and 3 as the problem doesn’t arise with the other indexing options.
Both makeindex and xindy are fussy about the syntax of the locations. In the case of makeindex, only the numbering system obtained with \arabic, \roman, \Roman, \alph and \Alph or composites formed from them with the same separator (set with \glsSetCompositor{⟨char⟩}) are accepted. (makeindex won’t accept an empty location.) In the case of xindy, you can define your own location classes, but if the location contains a robust command then the leading backslash must be escaped. The glossaries package tries to do this, but it’s caught between two conflicting requirements:
There’s a certain amount of trickery needed to deal with this conflict and the code requires the location to be in a form that doesn’t embed the counter’s internal register in commands like \value. For example, suppose you have a robust command called \tallynum that takes a number as the argument and an expandable command called \tally that converts a counter name into the associated register or number to pass to \tallynum. Let’s suppose that this command is used to represent the page number:
Now let’s suppose that a term is indexed at the beginning of page 2 at the end of a paragraph that started on page 1. With xindy, the location \tally{page} needs to be written to the file as \\tallynum{2}. If it’s written as \tallynum{2} then xindy will interpret \t as the character “t” (which means the location would appear as “tallynum2”). So glossaries tries to expand \thepage without expanding \c@page and then escapes all the backslashes, except for the page counter’s internal command. The following definitions of \tally will work:
The following don’t work:
If you have a numbering system where \⟨cs name⟩{page} expands to \⟨internal cs name⟩\c@page (for example, if \tally{page} expands to \tallynum\c@page) then you need to use:
Note that the backslash must be omitted from ⟨internal cs name⟩ and the corresponding command must be able to process a count register as the (sole) argument.
For example, suppose you have a style samplenum that is implemented as follows:
(That is, it displays the value of the counter as a two-digit number.) Then to ensure the location is correct for entries in page-spanning paragraphs, you need to do:
(If you are using a different counter for the location, such as section or equation, you don’t need to worry about this provided the inner command is expandable.)
If the inner macro (as given by \⟨internal cs name⟩) contains non-expandable commands then you may need to redefine \gls⟨internal cs name⟩page after using
Again, the inner macro needs to be identified using:
However, since \textsc isn’t fully expandable, the location is written to the file as \textsc {i} (for page 1), \textsc {ii} (for page 2), etc. This format may cause a problem for the indexing application (particularly for makeindex). To compensate for this, the \gls⟨internal cs name⟩page command may be redefined so that it expands to a format that’s acceptable to the indexing application. For example:
While this modification means that the number list in the glossary won’t exactly match the format of the page numbers (displaying lower case Roman numbers instead of small cap Roman numerals) this method will at least work correctly for both makeindex and xindy. If you are using xindy, the following definition:
combined with
will now have lowercase Roman numerals in the location list (see §11.2 Locations and Number lists for further details on that command). Take care of the backslashes. The location (which ends up in the :locref attribute) needs \\ but the location class (identified with \GlsAddXdyLocation) just has a single backslash. Note that this example will cause problems if your locations should be hyperlinks.
Another possibility that may work with both makeindex and xindy is to redefine \gls⟨internal cs name⟩page (\gls@samplenumpage in this example) to just expand to the decimal page number (\number\c@page) and redefine \glsnumberformat to change the displayed format:
The mechanism that allows this to work temporarily redefines \the and \number while it processes the location. If this causes a problem you can disallow it using
but you will need to find some other way to ensure the location expands correctly.
Both makeindex and xindy (Options 2 and 3) concatenate a sequence of 3 or more consecutive pages into a range. With xindy (Option 3) you can vary the minimum sequence length using \GlsSetXdyMinRangeLength {⟨n⟩} where ⟨n⟩ is either an integer or the keyword none which indicates that there should be no range formation (see §11.2 Locations and Number lists for further details).
With both makeindex and xindy (Options 2 and 3), you can replace the separator and the closing number in the range using:
where the former command specifies the suffix to use for a 2 page list and the latter specifies the suffix to use for longer lists. For example:
Note that if you use xindy (Option 3), you will also need to set the minimum range length to 1 if you want to change these suffixes:
Note that if you use the hyperref package, you will need to use \nohyperpage in the suffix to ensure that the hyperlinks work correctly. For example:
It’s also possible to concatenate a sequence of consecutive locations into a range or have suffixes with Option 4, but with bib2gls these implicit ranges can’t be merged with explicit ranges (created with the ( and ) encaps). See the bib2gls manual for further details.
Option 1 doesn’t form ranges. However, with this option you can iterate over an entry’s number list using:
where ⟨label⟩ is the entry’s label and ⟨handler cs⟩ is a handler control sequence of the form:
where ⟨prefix⟩ is the hyperref prefix, ⟨counter⟩ is the name of the counter used for the location, ⟨format⟩ is the format used to display the location (e.g. textbf) and ⟨location⟩ is the location. The third argument is the control sequence to use for any cross-references in the list. This handler should have the syntax:
where ⟨tag⟩ is the cross-referenced text (e.g. “see”) and ⟨xr list⟩ is a comma-separated list of labels. (This actually has a third argument but it’s always empty when used with Option 1.)
For example, if on page 12 I have used
and on page 18 I have used
then
will be equivalent to:
There is a predefined handler that’s used to display the number list in the glossary:
The predefined handler used for the cross-references in the glossary is:
which is described in §8.1 Customising Cross-reference Text.
As from version 4.24, there’s a hook that’s used near the end of \writeist before the file is closed. You can set the code to be performed then using:
If you want the ⟨code⟩ to write any information to the file, you need to use
Make sure you use the correct format within ⟨style information⟩. For example, if you are using makeindex:
This changes the page type precedence and the maximum line length used by makeindex.
Remember that if you switch to xindy, this will no longer be valid code.
Once you have defined a glossary entry using \newglossaryentry (§4 Defining Glossary Entries) or \newacronym (see §13 Acronyms and Other Abbreviations), you can refer to that entry in the document using one of the commands listed in §6.1 The \gls-Like Commands (First Use Flag Queried) or §6.2 The \glstext-Like Commands (First Use Flag Not Queried). The text which appears at that point in the document when using one of these commands is referred to as the link text (even if there are no hyperlinks). These commands also add a line to an external file that is used to generate the relevant entry in the glossary. This information includes an associated location that is added to the number list for that entry. By default, the location refers to the page number. For further information on number lists, see §5 Number lists. These external files need to be post-processed by makeindex or xindy unless you have chosen Options 1 or 4. If you don’t use \makeglossaries these external files won’t be created. (Options 1 and 4 write the information to the aux file.)
Note that repeated use of these commands for the same entry can cause the number list to become quite long, which may not be particular helpful to the reader. In this case, you can use the non-indexing commands described in §9 Using Glossary Terms Without Links or you can use the supplemental glossaries-extra package, which provides a means to suppress the automated indexing of the commands listed in this chapter.
Aside from problems with expansion issues, PDF bookmarks and possible nested hyperlinks in the table of contents (or list of whatever) any use of the commands described in §6.1 The \gls-Like Commands (First Use Flag Queried) will have their first use flag unset when they appear in the table of contents (or list of whatever).
The above warning is particularly important if you are using the glossaries package in conjunction with the hyperref package. Instead, use one of the expandable commands listed in §9 Using Glossary Terms Without Links (such as \glsentrytext but not the non-expandable case changing versions like \Glsentrytext). Alternatively, provide an alternative via the optional argument to the sectioning/caption command or use hyperref’s \texorpdfstring. Examples:
If you want to retain the formatting that’s available through commands like \acrshort (for example, if you are using one of the small caps styles), then you might want to consider the glossaries-extra package which provides commands for this purpose.
If you want the link text to produce a hyperlink to the corresponding entry details in the glossary, you should load the hyperref package before the glossaries package. That’s what I’ve done in this document, so if you see a hyperlinked term, such as link text, you can click on the word or phrase and it will take you to a brief description in this document’s glossary.
These are limitations of the DVI format not of the glossaries package.
It may be that you only want terms in certain glossaries to have hyperlinks, but not for other glossaries. In this case, you can use the package option nohypertypes to identify the glossary lists that shouldn’t have hyperlinked link text. See §2.1 General Options for further details.
The way the link text is displayed depends on
For example, to make all link text appear in a sans-serif font, do:
Further customisation can be done via \defglsentryfmt or by redefining \glsentryfmt. See §6.3 Changing the format of the link text for further details.
Each entry has an associated conditional referred to as the first use flag. Some of the commands described in this chapter automatically unset this flag and can also use it to determine what text should be displayed. These types of commands are the \gls-like commands and are described in §6.1 The \gls-Like Commands (First Use Flag Queried). The commands that don’t reference or change the first use flag are \glstext-like commands and are described in §6.2 The \glstext-Like Commands (First Use Flag Not Queried). See §14 Unsetting and Resetting Entry Flags for commands that unset (mark the entry as having been used) or reset (mark the entry as not used) the first use flag without referencing the entries.
The \gls-like and \glstext-like commands all take a first optional argument that is a comma-separated list of ⟨key⟩=⟨value⟩ options, described below. They also have a star-variant, which inserts hyper=false at the start of the list of options and a plus-variant, which inserts hyper=true at the start of the list of options. For example \gls*{sample} is the same as \gls[hyper=false]{sample} and \gls+{sample} is the same as \gls[hyper=true]{sample}, whereas just \gls{sample} will use the default hyperlink setting which depends on a number of factors (such as whether the entry is in a glossary that has been identified in the nohypertypes list). You can override the hyper key in the variant’s optional argument, for example, \gls*[hyper=true]{sample} but this creates redundancy and is best avoided. The glossaries-extra package provides the option to add a third custom variant.
The keys listed below are available for the optional argument. The glossaries-extra package provides additional keys. (See the glossaries-extra manual for further details.)
and use that command.
In this document, the standard formats refer to the standard text block commands such as \textbf or \emph or any of the commands listed in table 6.1. You can combine a range and format using (⟨format⟩ to start the range and )⟨format⟩ to end the range. The ⟨format⟩ part must match. For example, format={(emph} and format={)emph}.
See §11 Xindy (Option 3) for further details.
If you are using hyperlinks and you want to change the font of the hyperlinked location, don’t use \hyperpage (provided by the hyperref package) as the locations may not refer to a page number. Instead, the glossaries package provides number formats listed in table 6.1. These commands are designed to work with the particular location formats created by makeindex and xindy and shouldn’t be used in other contexts.
Note that if the \hyperlink command hasn’t been defined, the hyper⟨xx⟩ formats are equivalent to the analogous text⟨xx⟩ font commands (and hyperemph is equivalent to emph). If you want to make a new format, you will need to define a command which takes one argument and use that. For example, if you want the location number to be in a bold sans-serif font, you can define a command called, say, \hyperbsf:
and then use hyperbsf as the value for the format key.6.1
Remember that if you use xindy, you will need to add this to the list of location attributes:
This section describes the commands that unset (mark as used) the first use flag on completion, and in most cases they use the current state of the flag to determine the text to be displayed. As described above, these commands all have a star-variant (hyper=false) and a plus-variant (hyper=true) and have an optional first argument that is a ⟨key⟩=⟨value⟩ list. These commands use \glsentryfmt or the equivalent definition provided by \defglsentryfmt to determine the automatically generated text and its format (see §6.3 Changing the format of the link text).
Apart from \glsdisp, the commands described in this section also have a final optional argument ⟨insert⟩ which may be used to insert material into the automatically generated text.
Don’t use any of the \gls-like or \glstext-like commands in the ⟨insert⟩ argument.
Take care using these commands within commands or environments that are processed multiple times as this can confuse the first use flag query and state change. This includes frames with overlays in beamer and the tabularx environment provided by tabularx. The glossaries package automatically deals with this issue in amsmath’s align environment. You can apply a patch to tabularx by placing the following command (new to v4.28) in the preamble:
This does nothing if tabularx hasn’t been loaded. There’s no patch available for beamer. See §14 Unsetting and Resetting Entry Flags for more details.
This command typically determines the link text from the values of the text or first keys supplied when the entry was defined using \newglossaryentry. However, if the entry was defined using \newacronym and \setacronymstyle was used, then the link text will usually be determined from the long or short keys.
There are two upper case variants:
and
which make the first letter of the link text or all the link text upper case, respectively. For the former, the uppercasing of the first letter is performed by \makefirstuc.
The upper casing is performed as follows:
Then \Gls{sample} will set the link text to6.2
which will appear as Sample phrase.
Then \Gls{sample} will set the link text to
which will appear as Œ-ligature.
(Note the use of the sort key in the above examples.)
There are hundreds of LaTeX packages that altogether define thousands of commands with various syntax and it’s impossible for mfirstuc to take them all into account. The above rules are quite simplistic and are designed for link text that starts with a text-block command (such as \emph) or a command that produces a character (such as \oe). This means that if your link text starts with something that doesn’t adhere to mfirstuc’s assumptions then things are likely to go wrong.
For example, starting with a math-shift symbol:
This falls into case 2 above, so the link text will be set to
This attempts to uppercase the math-shift $, which will go wrong. In this case it’s not appropriate to perform any case-changing, but it may be that you want to use \Gls programmatically without checking if the text contains any maths. In this case, the simplest solution is to insert an empty brace at the start:
Now the link text will be set to
and the \uppercase becomes harmless.
Another issue occurs when the link text starts with a command followed by an argument (case 1) but the argument is a label, identifier or something else that shouldn’t have a case-change. A common example is when the link text starts with one of the commands described in this chapter. (But you haven’t done that, have you? What with the warning not to do it at the beginning of the chapter.) Or when the link text starts with one of the non-linking commands described in §9 Using Glossary Terms Without Links. For example:
Now the link text will be set to:
This will generate an error because there’s no entry with the label “\MakeUppercase sample”. The best solution here is to write the term out in the text field and use the command in the name field. If you don’t use \glsname anywhere in your document, you can use \gls in the name field:
If the link text starts with a command that has an optional argument or with multiple arguments where the actual text isn’t in the first argument, then \makefirstuc will also fail. For example:
Now the link text will be set to:
This won’t work because \MakeUppercase blue isn’t a recognised colour name. In this case you will have to define a helper command where the first argument is the text. For example:
In fact, since the whole design ethos of LaTeX is the separation of content and style, it’s better to use a semantic command. For example:
For further details see the mfirstuc user manual.
There are plural forms that are analogous to \gls:
These typically determine the link text from the plural or firstplural keys supplied when the entry was defined using \newglossaryentry or, if the entry is an abbreviation and \setacronymstyle was used, from the longplural or shortplural keys.
and later you use it in math mode:
This will result in Fα2 instead of Fα2. In this situation it’s best to bring the superscript into the hyperlink using the final ⟨insert⟩ optional argument:
This behaves in the same way as the above commands, except that the ⟨link text⟩ is explicitly set. There’s no final optional argument as any inserted material can be added to the ⟨link text⟩ argument.
This section describes the commands that don’t change or reference the first use flag. As described above, these commands all have a star-variant (hyper=false) and a plus-variant (hyper=true) and have an optional first argument that is a ⟨key⟩=⟨value⟩ list. These commands also don’t use \glsentryfmt or the equivalent definition provided by \defglsentryfmt (see §6.3 Changing the format of the link text). Additional commands for abbreviations are described in §13 Acronyms and Other Abbreviations.
Apart from \glslink, the commands described in this section also have a final optional argument ⟨insert⟩ which may be used to insert material into the automatically generated text. See the caveat above in §6.1 The \gls-Like Commands (First Use Flag Queried).
This command explicitly sets the link text as given in the final argument.
This command always uses the value of the text key as the link text.
There are also analogous commands:
These convert the first character or all the characters to uppercase, respectively. See the note on \Gls above for details on the limitations of converting the first letter to upper case.
There’s no equivalent command for title-casing, but you can use the more generic command \glsentrytitlecase in combination with \glslink. For example:
(See §9 Using Glossary Terms Without Links.)
This command always uses the value of the first key as the link text.
There are also analogous uppercasing commands:
This command always uses the value of the plural key as the link text.
There are also analogous uppercasing commands:
This command always uses the value of the firstplural key as the link text.
There are also analogous uppercasing commands:
This command always uses the value of the name key as the link text. Note that this may be different from the values of the text or first keys. In general it’s better to use \glstext or \glsfirst instead of \glsname.
There are also analogous uppercasing commands:
This command always uses the value of the symbol key as the link text.
There are also analogous uppercasing commands:
This command always uses the value of the description key as the link text.
There are also analogous uppercasing commands:
If you want the title case version you can use
This command always uses the value of the user1 key as the link text.
There are also analogous uppercasing commands:
This command always uses the value of the user2 key as the link text.
There are also analogous uppercasing commands:
This command always uses the value of the user3 key as the link text.
There are also analogous uppercasing commands:
This command always uses the value of the user4 key as the link text.
There are also analogous uppercasing commands:
This command always uses the value of the user5 key as the link text.
There are also analogous uppercasing commands:
This command always uses the value of the user6 key as the link text.
There are also analogous uppercasing commands:
The default format of the link text for the \gls-like commands is governed by6.3:
This may be redefined but if you only want the change the display style for a given glossary, then you need to use
instead of redefining \glsentryfmt. The optional first argument ⟨type⟩ is the glossary type. This defaults to \glsdefaulttype if omitted. The second argument is the entry format definition.
Within the ⟨definition⟩ argument of \defglsentryfmt, or if you want to redefine \glsentryfmt, you may use the following commands:
This is the label of the entry being referenced. As from version 4.08, you can also access the glossary entry type using:
This is defined using \edef so the replacement text is the actual glossary type rather than \glsentrytype{\glslabel}.
This is the custom text supplied in \glsdisp. It’s always empty for \gls, \glspl and their upper case variants. (You can use etoolbox’s \ifdefempty to determine if \glscustomtext is empty.)
The custom text supplied in the final optional argument to \gls, \glspl and their upper case variants.
If \glspl, \Glspl or \GLSpl was used, this command does ⟨true text⟩ otherwise it does ⟨false text⟩.
If \gls, \glspl or \glsdisp were used, this does ⟨no case⟩. If \Gls or \Glspl were used, this does ⟨first uc⟩. If \GLS or \GLSpl were used, this does ⟨all caps⟩.
This will do ⟨hyper true⟩ if the hyperlinks are on for the current reference, otherwise it will do ⟨hyper false⟩. The hyperlink may be off even if it wasn’t explicitly switched off with the hyper key or the use of a starred command. It may be off because the hyperref package hasn’t been loaded or because \glsdisablehyper has been used or because the entry is in a glossary type that’s had the hyperlinks switched off (using nohypertypes) or because it’s the first use and the hyperlinks have been suppressed on first use.
If you want to know if the command used to reference this entry was used with the star or plus variant, you can use:
This will do ⟨unmodified⟩ if the unmodified version was used, or will do ⟨star⟩ if the starred version was used, or will do ⟨plus⟩ if the plus version was used. Note that this doesn’t take into account if the hyper key was used to override the default setting, so this command shouldn’t be used to guess whether or not the hyperlink is on for this reference.
Note that you can also use commands such as \ifglsused within the definition of \glsentryfmt (see §14 Unsetting and Resetting Entry Flags).
The commands \glslabel, \glstype, \glsifplural, \glscapscase, \glsinsert and \glscustomtext are typically updated at the start of the \gls-like and \glstext-like commands so they can usually be accessed in the hook user commands, such as \glspostlinkhook and \glslinkpostsetkeys.
If you only want to make minor modifications to \glsentryfmt, you can use
This uses the above commands to display just the first, text, plural or firstplural keys (or the custom text) with the insert text appended.
Alternatively, if you want to change the entry format for abbreviations (defined via \newacronym) you can use:
This uses the values from the long, short, longplural and shortplural keys, rather than using the text, plural, first and firstplural keys. The first use singular text is obtained via:
instead of from the first key, and the first use plural text is obtained via:
instead of from the firstplural key. In both cases, ⟨label⟩ is the entry’s label and ⟨insert⟩ is the insert text provided in the final optional argument of commands like \gls. The default behaviour is to do the long form (or plural long form) followed by ⟨insert⟩ and a space and the short form (or plural short form) in parentheses, where the short form is in the argument of \firstacronymfont. There are also first letter upper case versions:
and
By default these perform a protected expansion on their no-case-change equivalents and then use \makefirstuc to convert the first character to upper case. If there are issues caused by this expansion, you will need to redefine those commands to explicitly use commands like \Glsentrylong (which is what the predefined acronym styles, such as long-short, do). Otherwise, you only need to redefine \genacrfullformat and \genplacrfullformat to change the behaviour of \glsgenacfmt. See §13 Acronyms and Other Abbreviations for further details on changing the style of acronyms.
As from version 4.16, both the \gls-like and \glstext-like commands use
after the ⟨options⟩ are set. This macro does nothing by default but can be redefined. (For example, to switch off the hyperlink under certain conditions.) This version also introduces
which is done after the link text has been displayed and also after the first use flag has been unset (see example 25).
Example 8 (Custom Entry Display in Text)
Suppose you want a glossary of measurements and units, you can use the symbol key to store the unit:
and now suppose you want \gls{distance} to produce “distance (km)” on first use, then you can redefine \glsentryfmt as follows:
(Note that I’ve used \glsentrysymbol rather than \glssymbol to avoid nested hyperlinks.)
Note also that all of the link text will be formatted according to \glstextformat (described earlier). So if you do, say:
then \gls{distance} will produce “distance (km)”.
For a complete document, see the sample file sample-entryfmt.tex.
____________________________
Example 9 (Custom Format for Particular Glossary)
Suppose you have created a new glossary called notation and you want to change the way the entry is displayed on first use so that it includes the symbol, you can do:
Now suppose you have defined an entry as follows:
The first time you reference this entry it will be displayed as: “set (denoted S)” (assuming \gls was used).
Alternatively, if you expect all the symbols to be set in math mode, you can do:
and define entries like this:
____________________________
Remember that if you use the symbol key, you need to use a glossary style that displays the symbol, as many of the styles ignore it.
If you load the hyperref or html packages prior to loading the glossaries package, the \gls-like and \glstext-like commands will automatically have hyperlinks to the relevant glossary entry, unless the hyper option has been switched off (either explicitly or through implicit means, such as via the nohypertypes package option).
You can disable or enable links using:
and
respectively. The effect can be localised by placing the commands within a group. Note that you should only use \glsenablehyper if the commands \hyperlink and \hypertarget have been defined (for example, by the hyperref package).
You can disable just the first use links using the package option hyperfirst=false. Note that this option only affects the \gls-like commands that recognise the first use flag.
Example 10 (First Use With Hyperlinked Footnote Description)
Suppose I want the first use to have a hyperlink to the description in a footnote instead of hyperlinking to the relevant place in the glossary. First I need to disable the hyperlinks on first use via the package option hyperfirst=false:
Now I need to redefine \glsentryfmt (see §6.3 Changing the format of the link text):
Now the first use won’t have hyperlinked text, but will be followed by a footnote. See the sample file sample-FnDesc.tex for a complete document.
____________________________
Note that the hyperfirst option applies to all defined glossaries. It may be that you only want to disable the hyperlinks on first use for glossaries that have a different form on first use. This can be achieved by noting that since the entries that require hyperlinking for all instances have identical first and subsequent text, they can be unset via \glsunsetall (see §14 Unsetting and Resetting Entry Flags) so that the hyperfirst option doesn’t get applied.
Example 11 (Suppressing Hyperlinks on First Use Just For Acronyms)
Suppose I want to suppress the hyperlink on first use for acronyms but not for entries in the main glossary. I can load the glossaries package using:
Once all glossary entries have been defined I then do:
____________________________
For more complex requirements, you might find it easier to switch off all hyperlinks via \glsdisablehyper and put the hyperlinks (where required) within the definition of \glsentryfmt (see §6.3 Changing the format of the link text) via \glshyperlink (see §9 Using Glossary Terms Without Links).
Example 12 (Only Hyperlink in Text Mode Not Math Mode)
This is a bit of a contrived example, but suppose, for some reason, I only want the \gls-like commands to have hyperlinks when used in text mode, but not in math mode. I can do this by adding the glossary to the list of nohypertypes and redefining \glsentryfmt:
Note that this doesn’t affect the \glstext-like commands, which will have the hyperlinks off unless they’re forced on using the plus variant.
See the sample file sample-nomathhyper.tex for a complete document.
____________________________
Example 13 (One Hyper Link Per Entry Per Chapter)
Here’s a more complicated example that will only have the hyperlink on the first time an entry is used per chapter. This doesn’t involve resetting the first use flag. Instead it adds a new key using \glsaddstoragekey (see §4.3.2 Storage Keys) that keeps track of the chapter number that the entry was last used in:
This creates a new user command called \glschapnum that’s analogous to \glsentrytext. The default value for this key is 0. I then define my glossary entries as usual.
Next I redefine the hook \glslinkpostsetkeys (see §6.3 Changing the format of the link text) so that it determines the current chapter number (which is stored in \currentchap using \edef). This value is then compared with the value of the entry’s chapter key that I defined earlier. If they’re the same, this entry has already been used in this chapter so the hyperlink is switched off using xkeyval’s \setkeys command. If the chapter number isn’t the same, then this entry hasn’t been used in the current chapter. The chapter field is updated using \glsfieldxdef (§16.3 Fetching and Updating the Value of a Field) provided the user hasn’t switched off the hyperlink. (This test is performed using \glsifhyperon.
Note that this will be confused if you use \gls etc when the chapter counter is 0. (That is, before the first \chapter.)
See the sample file sample-chap-hyperfirst.tex for a complete document.
____________________________
It is possible to add a line to the glossary file without generating any text at that point in the document using:
This is similar to the \glstext-like commands, only it doesn’t produce any text (so therefore, there is no hyper key available in ⟨options⟩ but all the other options that can be used with \glstext-like commands can be passed to \glsadd). For example, to add a page range to the glossary number list for the entry whose label is given by set:
To add all entries that have been defined, use:
The optional argument is the same as for \glsadd, except there is also a key types which can be used to specify which glossaries to use. This should be a comma-separated list. For example, if you only want to add all the entries belonging to the list of acronyms (specified by the glossary type \acronymtype) and a list of notation (specified by the glossary type notation) then you can do:
If you are using bib2gls with glossaries-extra, you can’t use \glsaddall. Instead use the selection=all resource option to select all entries in the given bib files.
There is now a variation of \glsaddall that skips any entries that have already been used:
This command uses \glsadd[format=glsignore] which will ignore this location in the number list. The optional argument ⟨list⟩ is a comma-separated list of glossary types. If omitted, it defaults to the list of all defined glossaries.
With glossaries-extra and bib2gls, glsignore indicates an “ignored location” which influences selection but isn’t added to the location list. In this case, if you use selection=all then only those entries that have been explicitly indexed in the document will have location lists. The other entries that were selected as a result of selection=all won’t have location lists.
Corresponding glossaries-extra and bib2gls document code:
With the file entries.bib:
The example file sample-dual.tex makes use of \glsadd to allow for an entry that should appear both in the main glossary and in the list of acronyms. This example sets up the list of acronyms using the acronym package option:
A new command is then defined to make it easier to define dual entries:
This has the following syntax:
You can then define a new dual entry:Now you can reference the acronym with \gls{svm} or you can reference the entry in the main glossary with \gls{main-svm}.
Note that with bib2gls, there are special dual entry types that implement this behaviour. That is, if an entry is referenced then its corresponding dual entry will automatically be selected as well. So there is less need for \glsadd with bib2gls. (Although it can still be useful, as shown in Option 6.)
____________________________
There are several ways of cross-referencing entries in the glossary:
Note that with this method, if you don’t use the cross-referenced term in the main part of the document, you will need two runs of makeglossaries:
pdflatex filename
makeglossaries filename
pdflatex filename
makeglossaries filename
pdflatex filename
Note that in this case, the entry with the see key will automatically be added to the glossary, but the cross-referenced entry won’t. You therefore need to ensure that you use the cross-referenced term with the commands described in §6 Links to Glossary Entries or §7 Adding an Entry to the Glossary Without Generating Text.
The “see” tag is produce using \seename, but can be overridden in specific instances using square brackets at the start of the see value. For example:
Take care if you want to use the optional argument of commands such as \newacronym or \newterm as the value will need to be grouped. For example:
Similarly if the value contains a list. For example:
where ⟨xr label list⟩ is a comma-separated list of entry labels to be cross-referenced, ⟨label⟩ is the label of the entry doing the cross-referencing and ⟨tag⟩ is the “see” tag. (The default value of ⟨tag⟩ is \seename.) For example:
Note that this automatically adds the entry given by ⟨label⟩ to the glossary but doesn’t add the cross-referenced entries (specified by ⟨xr label list⟩) to the glossary.
In both cases 2 and 3 above, the cross-referenced information appears in the number list, whereas in case 1, the cross-referenced information appears in the description. (See the sample-crossref.tex example file that comes with this package.) This means that in cases 2 and 3, the cross-referencing information won’t appear if you have suppressed the number list. In this case, you will need to activate the number list for the given entries using nonumberlist=false. Alternatively, if you just use the see key instead of \glssee, you can automatically activate the number list using the seeautonumberlist package option.
When you use either the see key or the command \glssee, the cross-referencing information will be typeset in the glossary according to:
The default definition of \glsseeformat is:
\emph{⟨tag⟩} \glsseelist{⟨label-list⟩}
The list of labels is dealt with by \glsseelist, which iterates through the list and typesets each entry in the label. The entries are separated by
or (for the last pair)
These default to “,\space” and “\space\andname\space” respectively. The list entry text is displayed using:
This defaults to \glsentrytext{⟨label⟩}.8.3 For example, to make the cross-referenced list use small caps:
The commands described in this section display entry details without adding any information to the glossary. They don’t use \glstextformat, they don’t have any optional arguments, they don’t affect the first use flag and, apart from \glshyperlink, they don’t produce hyperlinks.
If you want to title case a field, you can use:
where ⟨label⟩ is the label identifying the glossary entry, ⟨field⟩ is the field label (see table 4.1). For example:
(If you want title-casing in your glossary style, you might want to investigate the glossaries-extra package.) This command will trigger an error if the entry is undefined.
Note that this command has the same limitations as \makefirstuc which is used by commands like \Gls and \Glsentryname to upper-case the first letter (see the notes about \Gls in §6.1 The \gls-Like Commands (First Use Flag Queried)).
These commands display the name of the glossary entry given by ⟨label⟩, as specified by the name key. \Glsentryname makes the first letter upper case. Neither of these commands check for the existence of ⟨label⟩. The first form \glsentryname is expandable (unless the name contains unexpandable commands). Note that this may be different from the values of the text or first keys. In general it’s better to use \glsentrytext or \glsentryfirst instead of \glsentryname.
This is like \glsnamefont{\glsentryname{⟨label⟩}} but also checks for the existence of ⟨label⟩. This command is not expandable. It’s used in the predefined glossary styles, so if you want to change the way the name is formatted in the glossary, you can redefine \glsnamefont to use the required fonts. For example:
This is like \glossentryname but makes the first letter of the name upper case.
These commands display the subsequent use text for the glossary entry given by ⟨label⟩, as specified by the text key. \Glsentrytext makes the first letter upper case. The first form is expandable (unless the text contains unexpandable commands). The second form is not expandable. Neither checks for the existence of ⟨label⟩.
These commands display the subsequent use plural text for the glossary entry given by ⟨label⟩, as specified by the plural key. \Glsentryplural makes the first letter upper case. 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 ⟨label⟩.
These commands display the first use text for the glossary entry given by ⟨label⟩, as specified by the first key. \Glsentryfirst makes the first letter upper case. 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 ⟨label⟩.
These commands display the plural form of the first use text for the glossary entry given by ⟨label⟩, as specified by the firstplural key. \Glsentryfirstplural makes the first letter upper case. 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 ⟨label⟩.
These commands display the description for the glossary entry given by ⟨label⟩.
\Glsentrydesc makes the first letter upper case. 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 ⟨label⟩.
This is like \glsentrydesc{⟨label⟩} but also checks for the existence of ⟨label⟩. This command is not expandable. It’s used in the predefined glossary styles to display the description.
This is like \glossentrydesc but converts the first letter to upper case. This command is not expandable.
These commands display the plural description for the glossary entry given by ⟨label⟩. \Glsentrydescplural makes the first letter upper case. 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 ⟨label⟩.
These commands display the symbol for the glossary entry given by ⟨label⟩.
\Glsentrysymbol makes the first letter upper case. 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 ⟨label⟩.
This command doesn’t display anything. It merely fetches the value associated with the given field (where the available field names are listed in table 4.1) and stores the result in the control sequence ⟨cs⟩. For example, to store the description for the entry whose label is “apple” in the control sequence \tmp:
This is like \glsentrysymbol{⟨label⟩} but also checks for the existence of ⟨label⟩. This command is not expandable. It’s used in some of the predefined glossary styles to display the symbol.
This is like \glossentrysymbol but converts the first letter to upper case. This command is not expandable.
These commands display the plural symbol for the glossary entry given by ⟨label⟩. \Glsentrysymbolplural makes the first letter upper case. 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 ⟨label⟩.
These commands display the value of the user keys for the glossary entry given by ⟨label⟩. The lower case forms are expandable (unless the value of the key contains unexpandable commands). The commands beginning with an upper case letter convert the first letter of the required value to upper case and are not expandable. None of these commands check for the existence of ⟨label⟩.
This command provides a hyperlink to the glossary entry given by ⟨label⟩ but does not add any information to the glossary file. The link text is given by \glsentrytext{⟨label⟩} by default9.1, but can be overridden using the optional argument. Note that the hyperlink will be suppressed if you have used \glsdisablehyper or if you haven’t loaded the hyperref package.
The next two commands are only available with Option 1 or with the savenumberlist package option:
Both display the number list for the entry given by ⟨label⟩. When used with Option 1 a rerun is required to ensure this list is up-to-date, when used with Options 2 or 3 a run of makeglossaries (or makeindex/xindy) followed by one or two runs of LaTeX is required.
The first command, \glsentrynumberlist, simply displays the number list as is. The second command, \glsdisplaynumberlist, formats the list using:
as the separator between all but the last two elements and
between the final two elements. The defaults are ,␣ and ␣\&␣, respectively.
For further information see “Displaying entry details without adding information to the glossary” in the documented code (glossaries-code.pdf).
All defined glossaries may be displayed using:
These commands will display all the glossaries in the order in which they were defined.
Note that, in the case of Options 2 and 3, no glossaries will appear until you have either used the Perl script makeglossaries or Lua script makeglossaries-lite or have directly used makeindex or xindy (as described in §1.4 Generating the Associated Glossary Files).
If the glossary still does not appear after you re-LaTeX your document, check the makeindex/xindy log files to see if there is a problem. With Option 1, you just need two LaTeX runs to make the glossaries appear, but you may need further runs to make the number lists up-to-date.
An individual glossary can be displayed using:
where ⟨options⟩ is a ⟨key⟩=⟨value⟩ list of options. (Again, when the associated external file is missing, \null is inserted into the document.)
The following keys are available:
Note that you can’t display an ignored glossary, so don’t try setting type to the name of a glossary that was defined using \newignoredglossary, described in §12 Defining New Glossaries. (You can display an ignored glossary with \printunsrtglossary provided by glossaries-extra.)
The word and letter order sort methods use datatool’s \dtlwordindexcompare and \dtlletterindexcompare handlers. The case-insensitive sort method uses datatool’s \dtlicompare handler. The case-sensitive sort method uses datatool’s \dtlcompare handler. See the datatool documentation for further details.
If you don’t get an error with sort=use and sort=def but you do get an error with one of the other sort options, then you probably need to use the sanitizesort=true package option or make sure none of the entries have fragile commands in their sort field.
This option is useful with \printunsrtglossary as it allows the same list (of sub-list) of entries to be displayed multiple times without causing duplicate hypertarget names.
By default, the glossary is started either by \chapter* or by \section*, depending on whether or not \chapter is defined. This can be overridden by the section package option or the \setglossarysection command. Numbered sectional units can be obtained using the numberedsection package option. Each glossary sets the page header via the command
If this mechanism is unsuitable for your chosen class file or page style package, you will need to redefine \glsglossarymark. Further information about these options and commands is given in §2.2 Sectioning, Headings and TOC Options.
Information can be added to the start of the glossary (after the title and before the main body of the glossary) by redefining
For example:
This needs to be done before the glossary is displayed.
If you want a different preamble per glossary you can use
If ⟨type⟩ is omitted, \glsdefaulttype is used.
For example:
This will print the given preamble text for the main glossary, but not have any preamble text for any other glossaries.
There is an analogous command to \glossarypreamble called
which is placed at the end of each glossary.
Example 15 (Switch to Two Column Mode for Glossary)
Suppose you are using the superheaderborder style10.1, and you want the glossary to be in two columns, but after the glossary you want to switch back to one column mode, you could do:
____________________________
Within each glossary, each entry name is formatted according to
which takes one argument: the entry name. This command is always used regardless of the glossary style. By default, \glsnamefont simply displays its argument in whatever the surrounding font happens to be. This means that in the list-like glossary styles (defined in the glossary-list style file) the name will appear in bold, since the name is placed in the optional argument of \item, whereas in the tabular styles (defined in the glossary-long and glossary-super style files) the name will appear in the normal font. The hierarchical glossary styles (defined in the glossary-tree style file) also set the name in bold.
If you want to change the font for the description, or if you only want to change the name font for some types of entries but not others, you might want to consider using the glossaries-extra package.
Example 16 (Changing the Font Used to Display Entry Names in the Glossary)
Suppose you want all the entry names to appear in medium weight small caps in your glossaries, then you can do:
____________________________
If you want to use xindy to sort the glossary, you must use the package option xindy:
This ensures that the glossary information is written in xindy syntax.
§1.4 Generating the Associated Glossary Files covers how to use the external indexing application, and §5.2 Locations covers the issues involved in the location syntax. This section covers the commands provided by the glossaries package that allow you to adjust the xindy style file (xdy) and parameters.
To assist writing information to the xindy style file, the glossaries package provides the following commands:
which produce an open and closing brace. (This is needed because \{ and \} don’t expand to a simple brace character when written to a file.) Similarly, you can write a percent character using:
and a tilde character using:
For example, a newline character is specified in a xindy style file using ~n so you can use \glstildechar n to write this correctly (or you can do \string~n). A backslash can be written to a file using
In addition, if you are using a package that makes the double quote character active (e.g. ngerman) you can use:
which will produce "⟨text⟩". Alternatively, you can use \string" to write the double-quote character. This document assumes that the double quote character has not been made active, so the examples just use " for clarity.
If you want greater control over the xindy style file than is available through the LaTeX commands provided by the glossaries package, you will need to edit the xindy style file. In which case, you must use \noist to prevent the style file from being overwritten by the glossaries package. For additional information about xindy, read the xindy documentation. I’m sorry I can’t provide any assistance with writing xindy style files. If you need help, I recommend you ask on the xindy mailing list (http://xindy.sourceforge.net/mailing-list.html).
When you use xindy, you need to specify the language and encoding used (unless you have written your own custom xindy style file that defines the relevant alphabet and sort rules). If you use makeglossaries, this information is obtained from the document’s auxiliary (aux) file. The makeglossaries script attempts to find the root language given your document settings, but in the event that it gets it wrong or if xindy doesn’t support that language, then you can specify the required language using:
where ⟨language⟩ is the name of the language. The optional argument can be used if you have multiple glossaries in different languages. If ⟨glossary type⟩ is omitted, it will be applied to all glossaries, otherwise the language setting will only be applied to the glossary given by ⟨glossary type⟩.
If the inputenc package is used, the encoding will be obtained from the value of \inputencodingname. Alternatively, you can specify the encoding using:
where ⟨code⟩ is the name of the encoding. For example:
Note that you can also specify the language and encoding using the package option xindy={language=⟨lang⟩,codepage=⟨code⟩}. For example:
If you write your own custom xindy style file that includes the language settings, you need to set the language to nothing:
(and remember to use \noist to prevent the style file from being overwritten).
If you use xindy, the glossaries package needs to know which counters you will be using in the number list in order to correctly format the xindy style file. Counters specified using the counter package option or the ⟨counter⟩ option of \newglossary are automatically taken care of, but if you plan to use a different counter in the counter key for commands like \glslink, then you need to identify these counters before \makeglossaries using:
where ⟨counter list⟩ is a comma-separated list of counter names.
The most likely attributes used in the format key (textrm, hyperrm etc) are automatically added to the xindy style file, but if you want to use another attribute, you need to add it using:
where ⟨name⟩ is the name of the attribute, as used in the format key.
Take care if you have multiple instances of the same location with different formats. The duplicate locations will be discarded according to the order in which the attributes are listed. Consider defining semantic commands to use for primary references. For example:
Then in the document:
This will give the format=primary instance preference over the next use that doesn’t use the format key.
Example 17 (Custom Font for Displaying a Location)
Suppose I want a bold, italic, hyperlinked location. I first need to define a command that will do this:
but with xindy, I also need to add this as an allowed attribute:
Now I can use it in the optional argument of commands like \gls:
(where sample is the label of the required entry).
____________________________
If the location numbers include formatting commands, then you need to add a location style in the appropriate format using
where ⟨name⟩ is the name of the format and ⟨definition⟩ is the xindy definition. The optional argument ⟨prefix-location⟩ is needed if \theH⟨counter⟩ either isn’t defined or is different from \the⟨counter⟩. Be sure to also read §5.2 Locations for some issues that you may encounter.
Example 18 (Custom Numbering System for Locations)
Suppose I decide to use a somewhat eccentric numbering system for sections where I redefine \thesection as follows:
If I haven’t done counter=section in the package option, I need to specify that the counter will be used as a location number:
Next I need to add the location style (\thechapter is assumed to be the standard \arabic{chapter}):
Note that if I have further decided to use the hyperref package and want to redefine \theHsection as:
then I need to modify the \GlsAddXdyLocation code above to:
Since \Roman will result in an empty string if the counter is zero, it’s a good idea to add an extra location to catch this:
This example is illustrated in the sample file samplexdy2.tex.
____________________________
Example 19 (Locations as Dice)
Suppose I want a rather eccentric page numbering system that’s represented by the number of dots on dice. The stix package provides \dicei, …, \dicevi that represent the six sides of a die. I can define a command that takes a number as its argument. If the number is less than seven, the appropriate \dice⟨n⟩ command is used otherwise it does \dicevi the required number of times with the leftover in a final \dice⟨n⟩. For example, the number 16 is represented by \dicevi\dicevi\diceiv (6 + 6 + 4 = 16). I’ve called this command \tallynum to match the example given earlier in §5.2 Locations:
Here’s the counter command:
The page counter representation (\thepage) needs to be changed to use this command:
The \tally command expands to \tallynum {⟨number⟩} so this needs a location class that matches this format:
The space between \tallynum and {⟨number⟩} is significant to xindy so \space is required.
Note that \GlsAddXdyLocation{⟨name⟩}{⟨definition⟩} will define commands in the form:
for each counter that has been identified either by the counter package option, the ⟨counter⟩ option for \newglossary or in the argument of \GlsAddXdyCounters. The first argument ⟨Hprefix⟩ is only relevant when used with the hyperref package and indicates that \theH⟨counter⟩ is given by \Hprefix.\the⟨counter⟩.
The sample file samplexdy.tex, which comes with the glossaries package, uses the default page counter for locations, and it uses the default \glsnumberformat and a custom \hyperbfit format. A new xindy location called tallynum, as illustrated above, is defined to make the page numbers appear as dice. In order for the location numbers to hyperlink to the relevant pages, I need to redefine the necessary \glsX⟨counter⟩X⟨format⟩ commands:
Note that the second argument of \glsXpageXglsnumberformat is in the format \tallynum{⟨n⟩} so the line
does
____________________________
Example 20 (Locations as Words not Digits)
Suppose I want the page numbers written as words rather than digits and I use the fmtcount package to do this. I can redefine \thepage as follows:
This used to get expanded to \protect \Numberstringnum {⟨n⟩} where ⟨n⟩ is the Arabic page number. This means that I needed to define a new location with the form:
and if I’d used the \linkpagenumber command from the previous example, it would need three arguments (the first being \protect):
The internal definition of \Numberstring has since changed so that it now expands to \Numberstringnum {⟨n⟩} (no \protect). This means that the location class definition must be changed to:
and \linkpagenumber goes back to only two arguments:
The other change is that \Numberstring uses
A more recent change to fmtcount (v3.03) now puts three instances of \expandafter before \the\value which no longer hides \c@page from the location escaping mechanism, so the page numbers should once more be correct. Further changes to the fmtcount package may cause a problem again.
Instead of directly using \Numberstring in the definition of \thepage, I can provide a custom command in the same form as the earlier \tally command:
This ensures that the location will always be written to the indexing file in the form:
The sample file samplexdy3.tex illustrates this.
____________________________
In the number list, the locations are sorted according to the list of provided location classes. The default ordering is: roman-page-numbers (i, ii, …), arabic-page-numbers (1, 2, …), arabic-section-numbers (for example, 1.1 if the compositor is a full stop or 1-1 if the compositor is a hyphen11.1), alpha-page-numbers (a, b, …), Roman-page-numbers (I, II, …), Alpha-page-numbers (A, B, …), Appendix-page-numbers (for example, A.1 if the Alpha compositor is a full stop or A-1 if the Alpha compositor is a hyphen11.2), user defined location names (as specified by \GlsAddXdyLocation in the order in which they were defined), and finally see (cross-referenced entries).11.3 This ordering can be changed using:
where each location name is delimited by double quote marks and separated by white space. For example:
(Remember to add "seealso" if you’re using glossaries-extra.)
If a number list consists of a sequence of consecutive numbers, the range will be concatenated. The number of consecutive locations that causes a range formation defaults to 2, but can be changed using:
For example:
The argument may also be the keyword none, to indicate that there should be no range formations. See the xindy manual for further details on range formations.
See also §5.3 Range Formations.
The glossary is divided into groups according to the first letter of the sort key. The glossaries package also adds a number group by default, unless you suppress it in the xindy package option. For example:
Any entry that doesn’t go in one of the letter groups or the number group is placed in the default group. If you want xindy to sort the number group numerically (rather than by a string sort) then you need to use xindy’s numeric-sort module:
If you don’t use glsnumbers=false, the default behaviour is to locate the number group before the “A” letter group. If you are not using a Roman alphabet, you need to change this using:
where ⟨letter⟩ is the first letter of your alphabet. Take care if you’re using inputenc as non-ASCII characters are actually active characters that expand. (This isn’t a problem with the native UTF-8 engines and fontspec.) The starred form will sanitize the argument to prevent expansion. Alternatively you can use:
to change the default
will put the number group after the “Z” letter group. Again take care of active characters. There’s a starred version that sanitizes the argument (so don’t use \string in it).
A new glossary can be defined using:
where ⟨name⟩ is the label to assign to this glossary. The arguments ⟨in-ext⟩ and ⟨out-ext⟩ specify the extensions to give to the input and output files for that glossary, ⟨title⟩ is the default title for this new glossary and the final optional argument ⟨counter⟩ specifies which counter to use for the associated number lists (see also §5 Number lists). The first optional argument specifies the extension for the makeindex (Option 2) or xindy (Option 3) transcript file (this information is only used by makeglossaries which picks up the information from the auxiliary file). If you use Option 1, the ⟨log-ext⟩, ⟨in-ext⟩ and ⟨out-ext⟩ arguments are ignored.
There is also a starred version (new to v4.08):
which is equivalent to
which is equivalent to
It may be that you have some terms that are so common that they don’t need to be listed. In this case, you can define a special type of glossary that doesn’t create any associated files. This is referred to as an “ignored glossary” and it’s ignored by commands that iterate over all the glossaries, such as \printglossaries. To define an ignored glossary, use
where ⟨name⟩ is the name of the glossary (as above). This glossary type will automatically be added to the nohypertypes list, since there are no hypertargets for the entries in an ignored glossary. (The sample file sample-entryfmt.tex defines an ignored glossary.)
You can test if a glossary is an ignored one using:
This does ⟨true⟩ if ⟨name⟩ was defined as an ignored glossary, otherwise it does ⟨false⟩.
Note that the main (default) glossary is automatically created as:
so it can be identified by the label main (unless the nomain package option is used). Using the acronym package option is equivalent to:
so it can be identified by the label acronym. If you are not sure whether the acronym option has been used, you can identify the list of acronyms by the command \acronymtype which is set to acronym, if the acronym option has been used, otherwise it is set to main. Note that if you are using the main glossary as your list of acronyms, you need to declare it as a list of acronyms using the package option acronymlists.
The symbols package option creates a new glossary with the label symbols using:
The numbers package option creates a new glossary with the label numbers using:
The index package option creates a new glossary with the label index using:
See §1.3.1 Changing the Fixed Names if you want to redefine \glossaryname, especially if you are using babel or translator. (Similarly for \glssymbolsgroupname and \glsnumbersgroupname.) If you want to redefine \indexname, just follow the advice in How to change LaTeX’s “fixed names”.
You may have noticed in §4 Defining Glossary Entries that when you specify a new entry, you can specify alternate text to use when the term is first used in the document. This provides a useful means to define abbreviations. For convenience, the glossaries package defines the command:
This uses \newglossaryentry to create an entry with the given label in the glossary given by \acronymtype. You can specify a different glossary using the type key within the optional argument. The \newacronym command also uses the long, longplural, short and shortplural keys in \newglossaryentry to store the long and abbreviated forms and their plurals.
Note that the same restrictions on the entry ⟨label⟩ in \newglossaryentry also apply to \newacronym (see §4 Defining Glossary Entries).
The optional argument {⟨key-val list⟩} allows you to specify additional information. Any key that can be used in the second argument of \newglossaryentry can also be used here in ⟨key-val list⟩. For example, description (when used with one of the styles that require a description, described in §13.1 Changing the Abbreviation Style) or you can override plural forms of ⟨abbrv⟩ or ⟨long⟩ using the shortplural or longplural keys. For example:
If the first use uses the plural form, \glspl{dm} will display: diagonal matrices (DMs). If you want to use the longplural or shortplural keys, I recommend you use \setacronymstyle to set the display style rather than using one of the pre-version 4.02 acronym styles.
As with plural and firstplural, if longplural is missing, it’s obtained by appended \glspluralsuffix to the singular form. The short plural shortplural is obtained (is not explicitly set) by appending \glsacrpluralsuffix to the short form. These commands may be changed by the associated language files, but they can’t be added to the usual caption hooks as there’s no guarantee when they’ll be expanded (as discussed earlier). A different approach is used by glossaries-extra, which has category attributes to determine whether or not to append a suffix when forming the default value of shortplural.
Since \newacronym uses \newglossaryentry, you can use commands like \gls and \glsreset as with any other glossary entry.
Example 21 (Defining an Abbreviation)
The following defines the abbreviation IDN:
\gls{idn} will produce “identification number (IDN)” on first use and “IDN” on subsequent uses. If you want to use one of the small caps acronym styles, described in §13.1 Changing the Abbreviation Style, you need to use lower case characters for the shortened form:
Now \gls{idn} will produce “identification number (idn)” on first use and “idn” on subsequent uses.
____________________________
Recall from the warning in §4 Defining Glossary Entries that you should avoid using the \gls-like and \glstext-like commands within the value of keys like text and first due to complications arising from nested links. The same applies to abbreviations defined using \newacronym.
For example, suppose you have defined:
you may be tempted to do:
Don’t! This will break the case-changing commands, such as \Gls, it will cause inconsistencies on first use, and, if hyperlinks are enabled, will cause nested hyperlinks. It will also confuse the commands used by the entry formatting (such as \glslabel).
Instead, consider doing:
or
Similarly for the \glstext-like commands.
Other approaches are available with glossaries-extra. See the section “Nested Links” in the glossaries-extra user manual.
The optional arguments are the same as those for the \glstext-like commands, and there are similar star and plus variants that switch off or on the hyperlinks. As with the \glstext-like commands, the link text is placed in the argument of \glstextformat.
This sets the link text to the short form (within the argument of \acronymfont) for the entry given by ⟨label⟩. The short form is as supplied by the short key, which \newacronym implicitly sets.
There are also analogous upper case variants:
There are also plural versions:
The short plural form is as supplied by the shortplural key, which \newacronym implicitly sets.
This sets the link text to the long form for the entry given by ⟨label⟩. The long form is as supplied by the long key, which \newacronym implicitly sets.
There are also analogous upper case variants:
Again there are also plural versions:
The long plural form is as supplied by the longplural key, which \newacronym implicitly sets.
The commands below display the full form of the acronym, but note that this isn’t necessarily the same as the form used on first use. These full-form commands are shortcuts that use the above commands, rather than creating the link text from the complete full form. These full-form commands have star and plus variants and optional arguments that are passed to the above commands.
This is a shortcut for
which by default does
by default does ⟨long⟩ (⟨short⟩). This command is now deprecated for new acronym styles but is used by the default for backward compatibility if \setacronymstyle (§13.1 Changing the Abbreviation Style) hasn’t been used. (For further details of these format commands see the documented code, glossaries-code.pdf.)
There are also analogous upper case variants:
and plural versions:
If you find the above commands too cumbersome to write, you can use the shortcuts package option to activate the shorter command names listed in table 13.1.
It is also possible to access the long and short forms without adding information to the glossary using commands analogous to \glsentrytext (described in §9 Using Glossary Terms Without Links).
The long form can be accessed using:
or, with the first letter converted to upper case:
Plural forms:
Similarly, to access the short form:
or, with the first letter converted to upper case:
Plural forms:
And the full form can be obtained using:
These again use \acrfullformat by default, but the new styles described in the section below use different formatting commands.
It may be that the default style doesn’t suit your requirements in which case you can switch to another style using
where ⟨style name⟩ is the name of the required style.
For example:
Unpredictable results can occur if you try to use multiple styles.
Unlike the default behaviour of \newacronym, the styles used via \setacronymstyle don’t use the first or text keys, but instead they use \defglsentryfmt to set a custom format that uses the long and short keys (or their plural equivalents). This means that these styles cope better with plurals that aren’t formed by simply appending the singular form with the letter “s”. In fact, most of the predefined styles use \glsgenacfmt and modify the definitions of commands like \genacrfullformat.
Note that when you use \setacronymstyle the name key is set to
These commands are redefined by the acronym styles. However, you can redefine them again after the style has been set but before you use \newacronym. Protected expansion is performed on \acronymsort when the entry is defined.
The glossaries package provides a number of predefined styles. These styles apply
to the short form on first use and
on subsequent use. The styles modify the definition of \acronymfont as required, but \firstacronymfont is only set once by the package when it’s loaded. By default \firstacronymfont{⟨text⟩} is the same as \acronymfont{⟨text⟩}. If you want the short form displayed differently on first use, you can redefine \firstacronymfont independently of the acronym style.
The predefined styles that contain sc in their name (for example long-sc-short) redefine \acronymfont to use \textsc, which means that the short form needs to be specified in lower case.
The predefined styles that contain sm in their name (for example long-sm-short) redefine \acronymfont to use \textsmaller.
The remaining predefined styles redefine \acronymfont{⟨text⟩} to simply do its argument ⟨text⟩.
The following styles are supplied by the glossaries package:
With these three styles, acronyms are displayed in the form
on first use and
on subsequent use. They also set \acronymsort{⟨short⟩}{⟨long⟩} to just ⟨short⟩. This means that the acronyms are sorted according to their short form. In addition, \acronymentry{⟨label⟩} is set to just the short form (enclosed in \acronymfont) and the description key is set to the long form.
The long-sp-short style was introduced in version 4.16 and uses
for the space between the long and short forms. This defaults to a non-breakable space (~) if (\acronymfont{⟨short⟩}) is less than 3em, otherwise it uses a normal space. This may be redefined as required. For example, to always use a non-breakable space:
These three styles are analogous to the above three styles, except the display order is swapped to
on first use.
Note, however, that \acronymsort and \acronymentry are the same as for the ⟨long⟩ (⟨short⟩) styles above, so the acronyms are still sorted according to the short form.
These are like the long-short, long-sc-short, long-sm-short and long-sp-short styles described above, except that the description key must be supplied in the optional argument of \newacronym. They also redefine \acronymentry to {⟨long⟩} (\acronymfont{⟨short⟩}) and redefine \acronymsort{⟨short⟩}{⟨long⟩} to just ⟨long⟩. This means that the acronyms are sorted according to the long form, and in the list of acronyms the name field has the long form followed by the short form in parentheses. I recommend you use a glossary style such as altlist with these acronym styles to allow for the long name field.
These styles are analogous to the above three styles, but the first use display style is:
The definitions of \acronymsort and \acronymentry are the same as those for long-short-desc etc.
With these styles, the \gls-like commands always display the long form regardless of whether the entry has been used or not. However, \acrfull and \glsentryfull will display ⟨long⟩ (\acronymfont{⟨short⟩}). In the case of dua, the name and sort keys are set to the short form and the description is set to the long form. In the case of dua-desc, the name and sort keys are set to the long form and the description is supplied in the optional argument of \newacronym.
With these three styles, on first use the \gls-like commands display:
However, \acrfull and \glsentryfull are set to \acronymfont{⟨short⟩} (⟨long⟩). On subsequent use the display is:
The sort and name keys are set to the short form, and the description is set to the long form.
These three styles are similar to the previous three styles, but the description has to be supplied in the optional argument of \newacronym. The name key is set to the long form followed by the short form in parentheses and the sort key is set to the long form. This means that the acronyms will be sorted according to the long form. In addition, since the name will typically be quite wide it’s best to choose a glossary style that can accommodate this, such as altlist.
Example 22 (Adapting a Predefined Acronym Style)
Suppose I want to use the footnote-sc-desc style, but I want the name key set to the short form followed by the long form in parentheses and the sort key set to the short form. Then I need to specify the footnote-sc-desc style:
and then redefine \acronymsort and \acronymentry:
(I’ve used \space for extra clarity, but you can just use an actual space instead.)
Note that the default Computer Modern fonts don’t support bold small caps, so another font is required. For example:
The alternative is to redefine \acronymfont so that it always switches to medium weight to ensure the small caps setting is used. For example:
The sample file sampleFnAcrDesc.tex illustrates this example.
____________________________
You may find that the predefined acronyms styles that come with the glossaries package don’t suit your requirements. In this case you can define your own style using:
where ⟨style name⟩ is the name of the new style (avoid active characters). The second argument, ⟨display⟩, is equivalent to the mandatory argument of \defglsentryfmt. You can simply use \glsgenacfmt or you can customize the display using commands like \ifglsused, \glsifplural and \glscapscase. (See §6.3 Changing the format of the link text for further details.) If the style is likely to be used with a mixed glossary (that is entries in that glossary are defined both with \newacronym and \newglossaryentry) then you can test if the entry is an acronym and use \glsgenacfmt if it is or \glsgenentryfmt if it isn’t. For example, the long-short style sets ⟨display⟩ as
(You can use \ifglshasshort instead of \ifglshaslong to test if the entry is an acronym if you prefer.)
The third argument, ⟨definitions⟩, can be used to redefine the commands that affect the display style, such as \acronymfont or, if ⟨display⟩ uses \glsgenacfmt, \genacrfullformat and its variants.
Note that \setacronymstyle redefines \glsentryfull and \acrfullfmt to use \genacrfullformat (and similarly for the plural and upper case variants). If this isn’t appropriate for the style (as in the case of styles like footnote and dua) \newacronymstyle should redefine these commands within ⟨definitions⟩.
Within \newacronymstyle’s ⟨definitions⟩ argument you can also redefine
This is a list of additional fields to be set in \newacronym. You can use the following token registers to access the entry label, long form and short form: \glslabeltok, \glslongtok and \glsshorttok. As with all TeX registers, you can access their values by preceding the register with \the. For example, the long-short style does:
which sets the description field to the long form of the acronym whereas the long-short-desc style does:
since the description needs to be specified by the user.
It may be that you want to define a new acronym style that’s based on an existing style. Within ⟨display⟩ you can use
to use the ⟨display⟩ definition from the style given by ⟨style name⟩. Within ⟨definitions⟩ you can use
to use the ⟨definitions⟩ from the style given by ⟨style name⟩. For example, the long-sc-short acronym style is based on the long-short style with minor modifications (remember to use ## instead of # within ⟨definitions⟩):
(\glstextup is used to cancel the effect of \textsc. This defaults to \textulc, if defined, otherwise \textup. For example, the plural of svm should be rendered as svms rather than svms.)
Example 23 (Defining a Custom Acronym Style)
Suppose I want my acronym on first use to have the short form in the text and the long form with the
description in a footnote. Suppose also that I want the short form to be put in small caps in the main body of
the document, but I want it in normal capitals in the list of acronyms. In my list of acronyms, I want the long
form as the name with the short form in brackets followed by the description. That is, in the text I want \gls
on first use to display:
\textsc{⟨abbrv⟩}\footnote{⟨long⟩: ⟨description⟩}
\textsc{⟨abbrv⟩}
⟨long⟩ (⟨short⟩) ⟨description⟩
Let’s suppose it’s possible that I may have a mixed glossary. I can check this in the second argument of \newacronymstyle using:
This will use \glsgenentryfmt if the entry isn’t an acronym, otherwise it will use \glsgenacfmt. The third argument (⟨definitions⟩) of \newacronymstyle needs to redefine \genacrfullformat etc so that the first use displays the short form in the text with the long form in a footnote followed by the description. This is done as follows (remember to use ## instead of #):
If you think it inappropriate for the short form to be capitalised at the start of a sentence you can change the above to:
Another variation is to use \Glsentrylong and \Glsentrylongpl in the footnote instead of \glsentrylong and \glsentrylongpl.
Now let’s suppose that commands such as \glsentryfull and \acrfull shouldn’t use a footnote, but instead use the format: ⟨long⟩ (⟨short⟩). This means that the style needs to redefine \glsentryfull, \acrfullfmt and their plural and upper case variants.
First, the non-linking commands:
Now for the linking commands:
(This may cause problems with long hyperlinks, in which case adjust the definitions so that, for example, only the short form is inside the argument of \glslink.)
The style also needs to redefine \acronymsort so that the acronyms are sorted according to the long form:
If you prefer them to be sorted according to the short form you can change the above to:
The acronym font needs to be set to \textsc and the plural suffix adjusted so that the “s” suffix in the plural short form doesn’t get converted to small caps:
There are a number of ways of dealing with the format in the list of acronyms. The simplest way is to redefine \acronymentry to the long form followed by the upper case short form in parentheses:
(I’ve used \Glsentrylong instead of \glsentrylong to capitalise the name in the glossary.)
An alternative approach is to set \acronymentry to just the long form and redefine \GenericAcronymFields to set the symbol key to the short form and use a glossary style that displays the symbol in parentheses after the name (such as the tree style) like this:
I’m going to use the first approach and set \GenericAcronymFields to do nothing:
Finally, this style needs to switch off hyperlinks on first use to avoid nested links:
Putting this all together:
Now I need to specify that I want to use this new style:
I also need to use a glossary style that suits this acronym style, for example altlist:
Once the acronym style has been set, I can define my acronyms:
The sample file sample-custom-acronym.tex illustrates this example.
____________________________
Example 24 (Italic and Upright Abbreviations)
Suppose I want to have some abbreviations in italic and some that just use the surrounding font. Hard-coding this into the ⟨short⟩ argument of \newacronym can cause complications.
This example uses \glsaddstoragekey to add an extra field that can be used to store the formatting declaration (such as \em).
This defines a new field/key called font, which defaults to nothing if it’s not explicitly set. This also defines a command called \entryfont that’s analogous to \glsentrytext. A new style is then created to format abbreviations that access this field.
There are two ways to do this. The first is to create a style that doesn’t use \glsgenacfmt but instead provides a modified version that doesn’t use \acronymfont{⟨short⟩} but instead uses {\entryfont{\glslabel}⟨short⟩}. The full format given by commands such as \genacrfullformat need to be similarly adjusted. For example:
This will deal with commands like \gls but not commands like \acrshort which still use \acronymfont. Another approach is to redefine \acronymfont to look up the required font declaration. Since \acronymfont doesn’t take the entry label as an argument, the following will only work if \acronymfont is used in a context where the label is provided by \glslabel. This is true in \gls, \acrshort and \acrfull. The redefinition is now:
So the new style can be defined as:
Remember the style needs to be set before defining the entries:
The complete document is contained in the sample file sample-font-abbr.tex.
____________________________
Some writers and publishing houses have started to drop full stops (periods) from upper case initials but may still retain them for lower case abbreviations, while others may still use them for both upper and lower case. This can cause complications. Chapter 12 of The TeXbook discusses the spacing between words but, briefly, the default behaviour of TeX is to assume that an upper case character followed by a full stop and space is an abbreviation, so the space is the default inter-word space whereas a lower case character followed by a full stop and space is a word occurring at the end of a sentence. In the event that this isn’t true, you need to make a manual adjustment using ␣ (back slash space) in place of just a space character for an inter-word mid-sentence space and use \@ before the full stop to indicate the end of the sentence.
For example:
is typeset as
I was awarded a B.Sc. and a Ph.D. (From the same place.)
is typeset as
I was awarded a B.Sc. and a Ph.D. (From the same place.)
This situation is a bit problematic for glossaries. The full stops can form part of the ⟨short⟩ argument of \newacronym and the B.Sc.\␣ part can be dealt with by remembering to add \␣ (for example, \gls{bsc}\␣) but the end of sentence case is more troublesome as you need to omit the sentence terminating full stop (to avoid two dots) which can make the source code look a little strange but you also need to adjust the space factor, which is usually done by inserting \@ before the full stop.
The next example shows one way of achieving this. (Note that the supplemental glossaries-extra package provides a much simpler way of doing this, which you may prefer to use. See the initialisms example.)
Example 25 (Abbreviations with Full Stops (Periods))
As from version 4.16, there’s now a hook (\glspostlinkhook) that’s called at the very end of the \gls-like and \glstext-like commands. This can be redefined to check if the following character is a full stop. The amsgen package (which is automatically loaded by glossaries) provides an internal command called \new@ifnextchar that can be used to determine if the given character appears next. (For more information see the amsgen documentation.)
It’s possible that I may also want acronyms or contractions in my document, so I need some way to differentiate between them. Here I’m going to use the same method as in example 4 where a new field is defined to indicate the type of abbreviation:
Now I just use \newacronym for the acronyms, for example,
and my new command \newabbr for initials, for example,
Within \glspostlinkhook the entry’s label can be accessed using \glslabel and \ifglsfieldeq can be used to determine if the current entry has the new abbrtype field set to “initials”. If it doesn’t, then nothing needs to happen, but if it does, a check is performed to see if the next character is a full stop. If it is, this signals the end of a sentence otherwise it’s mid-sentence.
Remember that internal commands within the document file (rather than in a class or package) need to be placed between \makeatletter and \makeatother:
In the event that a full stop is found \doendsentence is performed but it will be followed by the full stop, which needs to be discarded. Otherwise \doendword will be done but it won’t be followed by a full stop so there’s nothing to discard. The definitions for these commands are:
Now, I can just do \gls{bsc} mid-sentence and \gls{phd}. at the end of the sentence. The terminating full stop will be discarded in the latter case, but it won’t be discarded in, say, \gls{laser}. as that doesn’t have the abbrtype field set to “initials”.
This also works on first use when the style is set to one of the ⟨long⟩ (⟨short⟩) styles but it will fail with the ⟨short⟩ (⟨long⟩) styles as in this case the terminating full stop shouldn’t be discarded. Since \glspostlinkhook is used after the first use flag has been unset for the entry, this can’t be fixed by simply checking with \ifglsused. One possible solution to this is to redefine \glslinkpostsetkeys to check for the first use flag and define a macro that can then be used in \glspostlinkhook.
The other thing to consider is what to do with plurals. One possibility is to check for plural use within \doendsentence (using \glsifplural) and put the full stop back if the plural has been used.
The complete document is contained in the sample file sample-dot-abbr.tex.
____________________________
The list of acronyms is just like any other type of glossary and can be displayed on its own using:
(If you use the acronym package option you can also use
as a synonym for See §2.7 Acronym and Abbreviation Options.)Alternatively the list of acronyms can be displayed with all the other glossaries using:
However, care must be taken to choose a glossary style that’s appropriate to your acronym style. Alternatively, you can define your own custom style (see §15.2 Defining your own glossary style for further details).
Users of the obsolete glossary package may recall that the syntax used to define new acronyms has changed with the replacement glossaries package. In addition, the old glossary package created the command \⟨acr-name⟩ when defining the acronym ⟨acr-name⟩.
In order to facilitate migrating from the old package to the new one, the glossaries package13.1 provides the command:
This uses the same syntax as the glossary package’s method of defining acronyms. It is equivalent to:
\newacronym[⟨key-val list⟩]{⟨label⟩}{⟨abbrv⟩}{⟨long⟩}
The glossaries package doesn’t load the xspace package since there are both advantages and disadvantages to using \xspace in \⟨label⟩. If you don’t use the xspace package you need to explicitly force a space using \␣ (backslash space) however you can follow \⟨label⟩ with additional text in square brackets (the final optional argument to \gls). If you use the xspace package you don’t need to escape the spaces but you can’t use the optional argument to insert text (you will have to explicitly use \gls).
To illustrate this, suppose I define the acronym “abc” as follows:
This will create the command \abc and its starred version \abc*. Table 13.2 illustrates the effect of \abc (on subsequent use) according to whether or not the xspace package has been loaded. As can be seen from the final row in the table, the xspace package prevents the optional argument from being recognised.
Code | With xspace | Without xspace |
\abc. | abc. | abc. |
\abc xyz | abc xyz | abcxyz |
\abc\ xyz | abc xyz | abc xyz |
\abc* xyz | Abc xyz | Abc xyz |
\abc[’s] xyz | abc [’s] xyz | abc’s xyz |
When using the \gls-like commands it is possible that you may want to use the value given by the first key, even though you have already used the glossary entry. Conversely, you may want to use the value given by the text key, even though you haven’t used the glossary entry. The former can be achieved by one of the following commands:
while the latter can be achieved by one of the following commands:
You can also reset or unset all entries for a given glossary or list of glossaries using:
where ⟨glossary list⟩ is a comma-separated list of glossary labels. If omitted, all defined glossaries are assumed (except for the ignored ones). For example, to reset all entries in the main glossary and the list of acronyms:
You can determine whether an entry’s first use flag is set using:
where ⟨label⟩ is the label of the required entry. If the entry has been used, ⟨true part⟩ will be done, otherwise ⟨false part⟩ will be done.
For example, the frame environment in beamer processes its argument for each overlay. This means that the first use flag will be unset on the first overlay and subsequent overlays will use the non-first use form.
Consider the following example:
On the first overlay, \gls{svm} produces “support vector machine (SVM)” and then unsets the first use flag. When the second overlay is processed, \gls{svm} now produces “SVM”, which is unlikely to be the desired effect. I don’t know anyway around this and I can only offer two suggestions.
Firstly, unset all acronyms at the start of the document and explicitly use \acrfull when you want the full version to be displayed:
Secondly, explicitly reset each acronym on first use:
These are non-optimal, but the beamer class is too complex for me to provide a programmatic solution. Other potentially problematic environments are some tabular-like environments (but not tabular itself) that process the contents in order to work out the column widths and then reprocess the contents to do the actual typesetting.
The amsmath environments, such as align, also process their contents multiple times, but the glossaries package now checks for this. For tabularx, you need to explicitly patch it by placing \glspatchtabularx in the preamble (or anywhere before the problematic use of tabularx).
As from version 4.14, it’s now possible to keep track of how many times an entry is used. That is, how many times the first use flag is unset. Note that the supplemental glossaries-extra package improves this function and also provides per-unit counting, which isn’t available with the glossaries package.
To enable this function, use
before defining your entries. This adds two extra (internal) fields to entries: currcount and prevcount.
The currcount field keeps track of how many times \glsunset is used within the document. A local unset (using \glslocalunset) performs a local rather than global increment to currcount. Remember that not all commands use \glsunset. Only the \gls-like commands do this. The reset commands \glsreset and \glslocalreset reset this field back to zero (where \glslocalreset performs a local change).
The prevcount field stores the final value of the currcount field from the previous run. This value is read from the aux file at the beginning of the document environment.
You can access these fields using
for the currcount field, and
for the prevcount field.
For example:
On the first LaTeX run, \glsentryprevcount{apple} produces 0. At the end of the document, \glsentrycurrcount{apple} produces 4. This is because the only commands that have incremented the entry count are those that use \glsunset. That is: \gls, \glsdisp and \Gls. The other commands used in the above example, \glsadd, \glsentrytext and \glslink, don’t use \glsunset so they don’t increment the entry count. On the next LaTeX run, \glsentryprevcount{apple} now produces 4 as that was the value of the currcount field for the apple entry at the end of the document on the previous run.
When you enable the entry count using \glsenableentrycount, you also enable the following commands:
(no case-change, singular)
(no case-change, plural)
(first letter uppercase, singular), and
(first letter uppercase, plural). These all have plus and starred variants like the analogous \gls, \glspl, \Gls and \Glspl commands.
If you don’t use \glsenableentrycount, these commands behave like \gls, \glspl, \Gls and \Glspl, respectively, only there will be a warning that you haven’t enabled entry counting. If you have enabled entry counting with \glsenableentrycount then these commands test if \glsentryprevcount{⟨label⟩} equals 1. If it doesn’t then the analogous \gls etc will be used. If it does, then the first optional argument will be ignored and
This command is used by \cgls and defaults to
This command is used by \cglspl and defaults to
This command is used by \cGls and defaults to
This command is used by \cGlspl and defaults to
This means that if the previous count for the given entry was 1, the entry won’t be hyperlinked with the \cgls-like commands and they won’t add a line to the external glossary file. If you haven’t used any of the other commands that add information to glossary file (such as \glsadd or the \glstext-like commands) then the entry won’t appear in the glossary.
Remember that since these commands use \glsentryprevcount you need to run LaTeX twice to ensure they work correctly. The document build order is now (at least): (pdf)latex, (pdf)latex, makeglossaries, (pdf)latex.
Example 26 (Don’t index entries that are only used once)
In this example, the abbreviations that have only been used once (on the previous run) only have their long form shown with \cgls.
After a complete document build (latex, latex, makeglossaries, latex) the list of abbrevaitions only includes the entries HTML, CSS and RDSMS. The entries SQL, RDBMS and XML only have their long forms displayed and don’t have a hyperlink.
____________________________
Remember that if you don’t like typing \cgls you can create a synonym. For example
Glossaries vary from lists that simply contain a symbol with a terse description to lists of terms or phrases with lengthy descriptions. Some glossaries may have terms with associated symbols. Some may have hierarchical entries. There is therefore no single style that fits every type of glossary. The glossaries package comes with a number of pre-defined glossary styles, described in §15.1 Predefined Styles. You can choose one of these that best suits your type of glossary or, if none of them suit your document, you can defined your own style (see §15.2 Defining your own glossary style). There are some examples of glossary styles available at https://www.dickimaw-books.com/gallery/#glossaries.
The glossary style can be set using the style key in the optional argument to \printnoidxglossary (Option 1) or \printglossary (Options 2 and 3) or using the command:
(before the glossary is displayed).
Some of the predefined glossary styles may also be set using the style package option, it depends if the package in which they are defined is automatically loaded by the glossaries package.
You can use the lorum ipsum dummy entries provided in the accompanying example-glossaries-*.tex files (described in §1.2 Dummy Entries for Testing) to test the different styles.
The predefined styles can accommodate numbered level 0 (main) and level 1 entries. See the package options entrycounter, counterwithin and subentrycounter described in §2.3 Glossary Appearance Options. There is a summary of available styles in table 15.1. You can view samples of all the predefined styles at https://www.dickimaw-books.com/gallery/glossaries-styles/. Note that glossaries-extra provides additional styles in the supplementary packages glossary-bookindex and glossary-longnoloc. See the glossaries-extra manual for further details.
The group title is obtained using \glsgetgrouptitle{⟨label⟩}, which is described in §15.2 Defining your own glossary style.
Style | Maximum Level | Homograph | Symbol |
listdotted | 0 | ||
sublistdotted | 1 | ||
list* | 1 | ✓ | |
altlist* | 1 | ✓ | |
long*3col* | 1 | ✓ | |
long4col* | 1 | ✓ | ✓ |
altlong*4col* | 1 | ✓ | ✓ |
long* | 1 | ✓ | |
super*3col* | 1 | ✓ | |
super4col* | 1 | ✓ | ✓ |
altsuper*4col* | 1 | ✓ | ✓ |
super* | 1 | ✓ | |
*index* | 2 | ✓ | |
treenoname* | — | ✓ | ✓ |
*alttree* | — | ✓ | |
*tree* | — | ✓ | |
inline | 1 | ✓ |
The tabular-like styles that allow multi-line descriptions and page lists use the length
to set the width of the description column and the length
to set the width of the page list column.15.1 These will need to be changed using \setlength if the glossary is too wide. Note that the long4col and super4col styles (and their header and border variations) don’t use these lengths as they are designed for single line entries. Instead you should use the analogous altlong4col and altsuper4col styles. If you want to explicitly create a line-break within a multi-line description in a tabular-like style it’s better to use \newline instead of \\.
Note that if you use the style key in the optional argument to \printnoidxglossary (Option 1) or \printglossary (Options 2 and 3), it will override any previous style settings for the given glossary, so if, for example, you do
then the new definition of \glsgroupskip will not have an affect for this glossary, as \glsgroupskip is redefined by style=long. Likewise, \setglossarystyle will also override any previous style definitions, so, again
will reset \glsgroupskip back to its default definition for the named glossary style (long in this case). If you want to modify the styles, either use \newglossarystyle (described in the next section) or make the modifications after \setglossarystyle, e.g.:
As from version 3.03, you can now use the package option nogroupskip to suppress the gap between groups for the default styles instead of redefining \glsgroupskip.
All the styles except for the three- and four-column styles and the listdotted style use the command
after the description. This simply displays a full stop by default. To eliminate this full stop (or replace it with something else, say, a comma) you will need to redefine \glspostdescription before the glossary is displayed. Alternatively, you can suppress it for a given entry by placing \nopostdesc in the entry’s description. Note that \longnewglossaryentry puts \nopostdesc at the end of the description. The glossaries-extra package provides a starred version that doesn’t.
As from version 3.03 you can now use the package option nopostdot to suppress this full stop. This is the better option if you want to use the glossaries-extra package. The glossaries-extra-stylemods package provides some adjustments some of to the predefined styles listed here, allowing for greater flexibility. See the glossaries-extra documentation for further details.
The styles described in this section are all defined in the package glossary-list. Since they all use the description environment, they are governed by the same parameters as that environment. These styles all ignore the entry’s symbol. Note that these styles will automatically be available unless you use the nolist or nostyles package options.
which defaults to a vertical bar with a space on either side. For example, to simply have a space separating each group, do:
Note that the hyper-navigation line is now (as from version 1.14) set inside the optional argument to \item instead of after it to prevent a spurious space at the start. This can cause a problem if the navigation line is too long. As from v4.22, if you need to adjust this, you can redefine
The default definition is \item[⟨navigation line⟩] but may be redefined independently of setting the style. For example:
You may prefer to use the tree-like styles, such as treehypergroup instead.
The closest matching non-list style is the index style with the following adjustment:
governs where the description should start. This is a flat style, so child entries are formatted in the same way as the parent entries.
A non-list alternative is to use the index style with
Note that this doesn’t use \glslistdottedwidth and causes the description to be flush-right and will display the symbol, if provided. (It also doesn’t suppress the number list, but that can be achieved with the nonumberlist option.)
The styles described in this section are all defined in the package glossary-long. Since they all use the longtable environment, they are governed by the same parameters as that environment. Note that these styles will automatically be available unless you use the nolong or nostyles package options. These styles fully justify the description and page list columns. If you want ragged right formatting instead, use the analogous styles described in §15.1.3 Longtable Styles (Ragged Right). If you want to incorporate rules from the booktabs package, try the styles described in §15.1.4 Longtable Styles (booktabs).
The styles described in this section are all defined in the package glossary-longragged. These styles are analogous to those defined in glossary-long but the multiline columns are left justified instead of fully justified. Since these styles all use the longtable environment, they are governed by the same parameters as that environment. The glossary-longragged package additionally requires the array package. Note that these styles will only be available if you explicitly load glossary-longragged:
Note that you can’t set these styles using the style package option since the styles aren’t defined until after the glossaries package has been loaded. If you want to incorporate rules from the booktabs package, try the styles described in §15.1.4 Longtable Styles (booktabs).
The styles described in this section are all defined in the package glossary-longbooktabs.
Since these styles all use the longtable environment, they are governed by the same parameters as that environment. The glossary-longbooktabs package automatically loads the glossary-long (§15.1.2 Longtable Styles) and glossary-longragged (§15.1.3 Longtable Styles (Ragged Right)) packages. Note that these styles will only be available if you explicitly load glossary-longbooktabs:
Note that you can’t set these styles using the style package option since the styles aren’t defined until after the glossaries package has been loaded.
These styles are similar to the “header” styles in the glossary-long and glossary-ragged packages, but they add the rules provided by the booktabs package, \toprule, \midrule and \bottomrule. Additionally these styles patch the longtable environment to check for instances of the group skip occurring at a page break. If you don’t want this patch to affect any other use of longtable in your document, you can scope the effect by only setting the style through the style key in the optional argument of \printglossary. (The nogroupskip package option is checked by these styles.)
Alternatively, you can restore the original longtable behaviour with:
For more information about the patch, see the documented code (glossaries-code.pdf).
The styles described in this section are all defined in the package glossary-super. Since they all use the supertabular environment, they are governed by the same parameters as that environment. Note that these styles will automatically be available unless you use the nosuper or nostyles package options. In general, the longtable environment is better, but there are some circumstances where it is better to use supertabular.15.3 These styles fully justify the description and page list columns. If you want ragged right formatting instead, use the analogous styles described in §15.1.6 Supertabular Styles (Ragged Right).
The styles described in this section are all defined in the package glossary-superragged. These styles are analogous to those defined in glossary-super but the multiline columns are left justified instead of fully justified. Since these styles all use the supertabular environment, they are governed by the same parameters as that environment. The glossary-superragged package additionally requires the array package. Note that these styles will only be available if you explicitly load glossary-superragged:
Note that you can’t set these styles using the style package option since the styles aren’t defined until after the glossaries package has been loaded.
The styles described in this section are all defined in the package glossary-tree. These styles are designed for hierarchical glossaries but can also be used with glossaries that don’t have sub-entries. These styles will display the entry’s symbol if it exists. Note that these styles will automatically be available unless you use the notree or nostyles package options.
These styles all format the entry name using:
This defaults to \textbf{⟨name⟩}, but note that ⟨name⟩ includes \glsnamefont so the bold setting in \glstreenamefont may be counteracted by another font change in \glsnamefont (or in \acronymfont). The tree-like styles that also display the header use
to format the heading. This defaults to \glstreenamefmt{⟨text⟩}. The tree-like styles that display navigation links to the groups (such as indexhypergroup), format the navigation line using
which defaults to \glstreenamefmt{⟨text⟩}.
Note that this is different from \glslistnavigationitem, provided with the styles such as listhypergroup, as that also includes \item.
With the exception of the alttree style (and those derived from it), the space before the description for top-level entries is produced with
This defaults to \space.
With the exception of the treenoname and alttree styles (and those derived from them), the space before the description for child entries is produced with
This defaults to \space.
Each main level item is started with
The level 1 entries are started with
The level 2 entries are started with
Note that the index style automatically sets
at the start of the glossary for backward compatibility.
The index style isn’t suitable for multi-paragraph descriptions, but this limitation can be overcome by redefining the above commands. For example:
The optional argument ⟨level⟩ indicates the level, where 0 indicates the top-most level, 1 indicates the first level sub-entries, etc. If \glssetwidest hasn’t been used for a given sub-level, the level 0 widest text is used instead. If ⟨level⟩ is omitted, 0 is assumed.
As from v4.22, the glossary-tree package also provides
This iterates over all parentless entries in the given glossary lists and determines the widest entry. If the optional argument is omitted, all glossaries are assumed (as per \forallglossaries).
For example, to have the same name width for all glossaries:
Alternatively, to compute the widest entry for each glossary before it’s displayed:
For each level, the name is placed to the left of the paragraph block containing the symbol (optional) and the description. If the symbol is present, it is placed in parentheses before the description.
The name is placed inside a left-aligned \makebox. As from v4.19, this can now be adjusted by redefining
where ⟨width⟩ is the width of the box and ⟨text⟩ is the contents of the box. For example, to make the name right-aligned:
The glossary-mcols package provides tree-like styles that are in the multicols environment (defined by the multicol package). The style names are as their analogous tree styles (as defined in §15.1.7 Tree-Like Styles) but are prefixed with “mcol”. For example, the mcolindex style is essentially the index style but put in a multicols environment. For the complete list, see table 15.2. The glossary-tree package is automatically loaded by glossary-mcols (even if the notree package option is used when loading glossaries). The formatting commands \glstreenamefmt, \glstreegroupheaderfmt and \glstreenavigationfmt are all used by the corresponding glossary-mcols styles.
The default number of columns is 2, but can be changed by redefining
to the required number. For example, for a three column glossary:
The styles with a navigation line, such as mcoltreehypergroup, now have a variant (as from v4.22) with “hypergroup” replaced with “spannav” in the style name. The original “hypergroup” styles place the navigation line at the start of the first column. The newer “spannav” styles put the navigation line in the optional argument of the multicols environment so that it spans across all the columns.
This section covers the glossary-inline package that supplies the inline style. This is a style that is designed for in-line use (as opposed to block styles, such as lists or tables). This style doesn’t display the number list.
You will most likely need to redefine \glossarysection with this style. For example, suppose you are required to have your glossaries and list of acronyms in a footnote, you can do:
Where you need to include your glossaries as a footnote you can do:
The inline style is governed by the following:
This defaults to “; ” and is used between main (i.e. level 0) entries.
This defaults to “, ” and is used between sub-entries.
This defaults to “: ” and is used between a parent main entry and its first sub-entry.
This defaults to “; ” and is used at the end of the glossary.
This is used to format the entry name and defaults to \glstarget{⟨label⟩}{⟨name⟩}, where ⟨name⟩ is provided in the form \glossentryname{⟨label⟩} and ⟨label⟩ is the entry’s label. For example, if you want the name to appear in small caps:
Sub-entry names are formatted according to
This defaults to \glstarget{⟨label⟩}{} so the sub-entry name is ignored.
If the description has been suppressed (according to \ifglsdescsuppressed) then
(which defaults to nothing) is used, otherwise the description is formatted according to
This defaults to just \space⟨description⟩ so the symbol and location list are ignored. If the description is missing (according to \ifglshasdesc), then \glsinlineemptydescformat is used instead.
For example, if you want a colon between the name and the description:
The sub-entry description is formatted according to:
This defaults to just ⟨description⟩.
If the predefined styles don’t fit your requirements, you can define your own style using:
where ⟨name⟩ is the name of the new glossary style (to be used in \setglossarystyle). The second argument ⟨definitions⟩ needs to redefine all of the following:
This environment defines how the main body of the glossary should be typeset.
Note that this does not include the section heading, the glossary preamble (defined by \glossarypreamble) or the glossary postamble (defined by \glossarypostamble). For example, the list style uses the description environment, so the theglossary environment is simply redefined to begin and end the description environment.
This macro indicates what to do at the start of the main body of the glossary. Note that this is not the same as \glossarypreamble, which should not be affected by changes in the glossary style. The list glossary style redefines \glossaryheader to do nothing, whereas the longheader glossary style redefines \glossaryheader to do a header row.
This macro indicates what to do at the start of each logical block within the main body of the glossary. If you use makeindex the glossary is sub-divided into a maximum of twenty-eight logical blocks that are determined by the first character of the sort key (or name key if the sort key is omitted). The sub-divisions are in the following order: symbols, numbers, A, …, Z. If you use xindy, the sub-divisions depend on the language settings.
Note that the argument to \glsgroupheading is a label not the group title. The group title can be obtained via
This obtains the title as follows: if ⟨label⟩ consists of a single non-active character or ⟨label⟩ is equal to glssymbols or glsnumbers and \⟨label⟩groupname exists, this is taken to be the title, otherwise the title is just ⟨label⟩. (The “symbols” group has the label glssymbols, so the command \glssymbolsgroupname is used, and the “numbers” group has the label glsnumbers, so the command \glsnumbersgrouptitle is used.) If you are using xindy, ⟨label⟩ may be an active character (for example ø), in which case the title will be set to just ⟨label⟩. You can redefine \glsgetgrouptitle if this is unsuitable for your document.
A navigation hypertarget can be created using
This typically requires \glossaryheader to be redefined to use
which displays the navigation line.
For further details about \glsnavhypertarget, see the documented code (glossaries-code.pdf).
Most of the predefined glossary styles redefine \glsgroupheading to simply ignore its argument. The listhypergroup style redefines \glsgroupheading as follows:
See also \glsgroupskip below.
Note that command definitions within \newglossarystyle must use ##1 instead of #1 etc.
This macro determines what to do after one logical group but before the header for the next logical group. The list glossary style simply redefines \glsgroupskip to be \indexspace, whereas the tabular-like styles redefine \glsgroupskip to produce a blank row.
As from version 3.03, the package option nogroupskip can be used to suppress this default gap for the predefined styles.
This macro indicates what to do for each top-level (level 0) glossary entry. The entry label is given by ⟨label⟩ and the associated number list is given by ⟨number list⟩. You can redefine \glossentry to use commands like \glossentryname{⟨label⟩}, \glossentrydesc{⟨label⟩} and \glossentrysymbol{⟨label⟩} to display the name, description and symbol fields, or to access other fields, use commands like \glsentryuseri{⟨label⟩}. (See §9 Using Glossary Terms Without Links for further details.) You can also use the following commands:
This macro will increment and display the associated counter for the main (level 0) entries if the entrycounter or counterwithin package options have been used. This macro is typically called by \glossentry before \glstarget. The format of the counter is controlled by the macro
Each time you use a glossary entry it creates a hyperlink (if hyperlinks are enabled) to the relevant line in the glossary. Your new glossary style must therefore redefine \glossentry to set the appropriate target. This is done using
where ⟨label⟩ is the entry’s label. Note that you don’t need to worry about whether the hyperref package has been loaded, as \glstarget won’t create a target if \hypertarget hasn’t been defined.
For example, the list style defines \glossentry as follows:
Note also that ⟨number list⟩ will always be of the form
where ⟨number(s)⟩ may contain \delimN (to delimit individual numbers) and/or \delimR (to indicate a range of numbers). There may be multiple occurrences of \setentrycounter[⟨Hprefix⟩]{⟨counter name⟩}⟨format cmd⟩ {⟨number(s)⟩}, but note that the entire number list is enclosed within the argument of \glossaryentrynumbers. The user can redefine this to change the way the entire number list is formatted, regardless of the glossary style. However the most common use of \glossaryentrynumbers is to provide a means of suppressing the number list altogether. (In fact, the nonumberlist option redefines \glossaryentrynumbers to ignore its argument.) Therefore, when you define a new glossary style, you don’t need to worry about whether the user has specified the nonumberlist package option.
This is used to display sub-entries. The first argument, ⟨level⟩, indicates the sub-entry level. This must be an integer from 1 (first sub-level) onwards. The remaining arguments are analogous to those for \glossentry described above.
This macro will increment and display the associated counter for the level 1 entries if the subentrycounter package option has been used. This macro is typically called by \subglossentry before \glstarget. The format of the counter is controlled by the macro
Note that \printglossary (which \printglossaries calls) sets
to the current glossary label, so it’s possible to create a glossary style that varies according to the glossary type.
For further details of these commands, see “Displaying the glossary” in the documented code (glossaries-code.pdf).
Example 27 (Creating a completely new style)
If you want a completely new style, you will need to redefine all of the commands and the environment listed above.
For example, suppose you want each entry to start with a bullet point. This means that the glossary should be placed in the itemize environment, so theglossary should start and end that environment. Let’s also suppose that you don’t want anything between the glossary groups (so \glsgroupheading and \glsgroupskip should do nothing) and suppose you don’t want anything to appear immediately after \begin{theglossary} (so \glossaryheader should do nothing). In addition, let’s suppose the symbol should appear in brackets after the name, followed by the description and last of all the number list should appear within square brackets at the end. Then you can create this new glossary style, called, say, mylist, as follows:
Note that this style creates a flat glossary, where sub-entries are displayed in exactly the same way as the top level entries. It also hasn’t used \glsentryitem or \glssubentryitem so it won’t be affected by the entrycounter, counterwithin or subentrycounter package options.
Variations:
____________________________
Example 28 (Creating a new glossary style based on an existing style)
If you want to define a new style that is a slightly modified version of an existing style, you can use \setglossarystyle within the second argument of \newglossarystyle followed by whatever alterations you require. For example, suppose you want a style like the list style but you don’t want the extra vertical space created by \indexspace between groups, then you can create a new glossary style called, say, mylist as follows:
(In this case, you can actually achieve the same effect using the list style in combination with the package option nogroupskip.)
____________________________
Example 29 (Example: creating a glossary style that uses the user1, …, user6 keys)
Suppose each entry not only has an associated symbol, but also units (stored in user1) and dimension (stored in user2). Then you can define a glossary style that displays each entry in a longtable as follows:
____________________________
This section describes some utility commands. Additional commands can be found in the documented code (glossaries-code.pdf).
This iterates through ⟨glossary list⟩, a comma-separated list of glossary labels (as supplied when the glossary was defined). At each iteration ⟨cs⟩ (which must be a control sequence) is set to the glossary label for the current iteration and ⟨body⟩ is performed. If ⟨glossary list⟩ is omitted, the default is to iterate over all glossaries (except the ignored ones).
This is like \forallglossaries but only iterates over the lists of acronyms (that have previously been declared using \DeclareAcronymList or the acronymlists package option). This command doesn’t have an optional argument. If you want to explicitly say which lists to iterate over, just use the optional argument of \forallglossaries.
This iterates through all entries in the glossary given by ⟨glossary label⟩. At each iteration ⟨cs⟩ (which must be a control sequence) is set to the entry label for the current iteration and ⟨body⟩ is performed. If ⟨glossary label⟩ is omitted, \glsdefaulttype (usually the main glossary) is used.
This is like \forglsentries but for each glossary in ⟨glossary list⟩ (a comma-separated list of glossary labels). If ⟨glossary list⟩ is omitted, the default is the list of all defined glossaries (except the ignored ones). At each iteration ⟨cs⟩ is set to the entry label and ⟨body⟩ is performed. (The current glossary label can be obtained using \glsentrytype{⟨cs⟩} within ⟨body⟩.)
This checks if the glossary given by ⟨label⟩ exists. If it does ⟨true part⟩ is performed, otherwise ⟨false part⟩. The unstarred form will do ⟨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:
thenwill produce “false true”.
This checks if the glossary entry given by ⟨label⟩ exists. If it does ⟨true part⟩ is performed, otherwise ⟨false part⟩. (Note that \ifglsentryexists will always be true after the containing glossary has been displayed via \printglossary or \printglossaries even if the entry is explicitly defined later in the document. This is because the entry has to be defined before it can be displayed in the glossary, see §4.8.1 Technical Issues for further details.)
Does ⟨code⟩ if the entry given by ⟨label⟩ exists. If it doesn’t exist, an error is generated. (This command uses \ifglsentryexists.)
Does the reverse of \glsdoifexists. (This command uses \ifglsentryexists.)
As \glsdoifexists but issues a warning rather than an error if the entry doesn’t exist.
Does ⟨code⟩ if the entry given by ⟨label⟩ exists otherwise generate an error and do ⟨else code⟩.
Does ⟨code⟩ if the entry given by ⟨label⟩ doesn’t exist otherwise generate an error and do ⟨else code⟩.
See §14 Unsetting and Resetting Entry Flags.
This checks if the glossary entry given by ⟨label⟩ has any sub-entries. If it does, ⟨true part⟩ is performed, otherwise ⟨false part⟩.
This checks if the glossary entry given by ⟨label⟩ has a parent entry. If it does, ⟨true part⟩ is performed, otherwise ⟨false part⟩.
This checks if the glossary entry given by ⟨label⟩ has had the symbol field set. If it has, ⟨true part⟩ is performed, otherwise ⟨false part⟩.
This checks if the glossary entry given by ⟨label⟩ has had the long field set. If it has, ⟨true part⟩ is performed, otherwise ⟨false part⟩. This should be true for any entry that has been defined via \newacronym. There is no check for the existence of ⟨label⟩.
This checks if the glossary entry given by ⟨label⟩ has had the short field set. If it has, ⟨true part⟩ is performed, otherwise ⟨false part⟩. This should be true for any entry that has been defined via \newacronym. There is no check for the existence of ⟨label⟩.
This checks if the description field is non-empty for the entry given by ⟨label⟩. If it has, ⟨true part⟩ is performed, otherwise ⟨false part⟩. Compare with:
This checks if the description field has been set to just \nopostdesc for the entry given by ⟨label⟩. If it has, ⟨true part⟩ is performed, otherwise ⟨false part⟩. There is no check for the existence of ⟨label⟩.
For all other fields you can use:
This tests the value of the field given by ⟨field⟩ for the entry identified by ⟨label⟩. If the value is empty or the default value, then ⟨false part⟩ is performed, otherwise ⟨true part⟩ is performed. If the field supplied is unrecognised ⟨false part⟩ is performed and a warning is issued. Unlike the above commands, such as \ifglshasshort, an error occurs if the entry is undefined.
As from version 4.23, within ⟨true part⟩ you can use
to access the field value. This command is initially defined to nothing but has no relevance outside ⟨true part⟩. This saves re-accessing the field if the test is true. For example:
will insert a comma, space and the field value if the user1 key has been set for the entry whose label is sample.
You can test if the value of the field is equal to a given string using:
In this case the ⟨field⟩ must be the field name not the key (see table 4.1). If the field isn’t recognised, an error will occur. This command internally uses etoolbox’s \ifcsstring to perform the comparison. The string is not expanded during the test.
The result may vary depending on whether or not expansion is on for the given field (when the entry was defined). For example:
This will produce “TRUE” in both cases since expansion is on, so \foo was expanded to “FOO” when sample2 was defined. If the tests are changed to:
then this will produce “FALSE” in both cases. Now suppose expansion is switched off for the user1 key:
This now produces “TRUE” for the first case (comparing “FOO” with “FOO”) and “FALSE” for the second case (comparing “\foo” with “FOO”).
The reverse happens in the following:
This now produces “FALSE” for the first case (comparing “FOO” with “\foo”) and “TRUE” for the second case (comparing “\foo” with “\foo”).
You can test if the value of a field is equal to the replacement text of a command using:
This internally uses etoolbox’s \ifdefstrequal command to perform the comparison. The argument ⟨command⟩ must be a macro.
For example:
Here, the first case produces “TRUE” since the value of the useri field (“FOO”) is the same as the replacement text (definition) of \foo (“FOO”). We have the result “FOO” is equal to “FOO”.
The second case produces “FALSE” since the value of the useri field (“\foo”) is not the same as the replacement text (definition) of \foo (“FOO”). No expansion has been performed on the value of the useri field. We have the result “\foo” is not equal to “FOO”.
If we add:
we now get “TRUE” since the value of the useri field (“\foo”) is the same as the replacement text (definition) of \FOO (“\foo”). We have the result “\foo” is equal to “\foo”.
There is a similar command that requires the control sequence name (without the leading backslash) instead of the actual control sequence:
This internally uses etoolbox’s \ifcsstrequal command instead of \ifdefstrequal.
In addition to the commands described in §9 Using Glossary Terms Without Links, the following may also be used to fetch field information.
Expands to the entry’s glossary type. No existence check is performed.
Expands to the label of the entry’s parent. No existence check is performed.
Expands to the entry’s sort value. No existence check is performed.
You can fetch the value of a given field and store it in a control sequence using:
where ⟨label⟩ is the label identifying the glossary entry, ⟨field⟩ is the field label (see table 4.1) and ⟨cs⟩ is the control sequence in which to store the value. Remember that ⟨field⟩ is the internal label and is not necessarily the same as the key used to set that field in the argument of \newglossaryentry (or the optional argument of \newacronym).
You can change the value of a given field using one of the following commands. Note that these commands only change the value of the given field. They have no affect on any related field. For example, if you change the value of the text field, it won’t modify the value given by the name, plural, first or any other related key.
In all the four related commands below, ⟨label⟩ and ⟨field⟩ are as above and ⟨definition⟩ is the new value of the field.
This uses \def to change the value of the field (so it will be localised by any grouping).
This uses \edef to change the value of the field (so it will be localised by any grouping). Any fragile commands contained in the ⟨definition⟩ must be protected.
This uses \gdef to change the value of the field.
This uses \xdef to change the value of the field. Any fragile commands contained in the ⟨definition⟩ must be protected.
The glossaries-prefix package that comes with the glossaries package provides additional keys that can be used as prefixes. For example, if you want to specify determiners (such as “a”, “an” or “the”). The glossaries-prefix package automatically loads the glossaries package and has the same package options.
The extra keys for \newglossaryentry are as follows:
Example 30 (Defining Determiners)
Here’s the start of my example document:
Note that I’ve simply replaced glossaries from previous sample documents with glossaries-prefix. Now for a sample definition17.1:
Note that I’ve had to explicitly insert a space after the prefix since there’s no designated separator between the prefix and the term being referenced. This not only means that you can vary between a breaking space and non-breaking space, but also allows for the possibility of prefixes that shouldn’t have a space, such as:
Where a space is required at the end of the prefix, you must use a spacing command, such as \space, \␣ (backslash space) or ~ due to the automatic spacing trimming performed in ⟨key⟩=⟨value⟩ options.
In the event that you always require a space between the prefix and the term, then you can instead redefine
to do a space. (This command does nothing by default.) For example:
The prefixes can also be used with acronyms. For example:
____________________________
The glossaries-prefix package provides convenient commands to use these prefixes with commands such as \gls. Note that the prefix is not considered part of the link text, so it’s not included in the hyperlink (where hyperlinks are enabled). The options and any star or plus modifier are passed on to the \gls-like command. (See §6 Links to Glossary Entries for further details.)
This is inserts the value of the prefix key (or prefixfirst key, on first use) in front of \gls[⟨options⟩]{⟨label⟩} [⟨insert⟩].
If the prefix key (or prefixfirst, on first use) has been set, this displays the value of that key with the first letter converted to upper case followed by \gls[⟨options⟩]{⟨label⟩}[⟨insert⟩]. If that key hasn’t been set, this is equivalent to \Gls[⟨options⟩]{⟨label⟩}[⟨insert⟩].
As \pgls but converts the prefix to upper case and uses \GLS instead of \gls.
This is inserts the value of the prefixplural key (or prefixfirstplural key, on first use) in front of \glspl [⟨options⟩]{⟨label⟩}[⟨insert⟩].
If the prefixplural key (or prefixfirstplural, on first use) has been set, this displays the value of that key with the first letter converted to upper case followed by \glspl[⟨options⟩]{⟨label⟩}[⟨insert⟩]. If that key hasn’t been set, this is equivalent to \Glspl[⟨options⟩]{⟨label⟩}[⟨insert⟩].
As \pglspl but converts the prefix to upper case and uses \GLSpl instead of \glspl.
Continuing from Example 30, now that I’ve defined my entries, I can use them in the text via the above commands:
which produces:
First use: a support vector machine (SVM). Next use: an SVM. Singular: a sample, l’oeil. Plural: the samples, les yeux.
For a complete document, see sample-prefix.tex.
____________________________
This package also provides the commands described below, none of which perform any check to determine the entry’s existence.
Does ⟨true part⟩ if the entry identified by ⟨label⟩ has a non-empty value for the prefix key.
This package also provides the following commands:
Does ⟨true part⟩ if the entry identified by ⟨label⟩ has a non-empty value for the prefixplural key.
Does ⟨true part⟩ if the entry identified by ⟨label⟩ has a non-empty value for the prefixfirst key.
Does ⟨true part⟩ if the entry identified by ⟨label⟩ has a non-empty value for the prefixfirstplural key.
Displays the value of the prefix key for the entry given by ⟨label⟩.
Displays the value of the prefixfirst key for the entry given by ⟨label⟩.
Displays the value of the prefixplural key for the entry given by ⟨label⟩. (No check is performed to determine if the entry exists.)
Displays the value of the prefixfirstplural key for the entry given by ⟨label⟩. (No check is performed to determine if the entry exists.)
There are also variants that convert the first letter to upper case17.2:
Example 32 (Adding Determiner to Glossary Style)
You can use the above commands to define a new glossary style that uses the determiner. For example, the following style is a slight modification of the list style that inserts the prefix before the name:
If you want to change the prefix separator (\glsprefixsep) then the following is better:
The conditional is also useful if you want the style to use an uppercase letter at the start of the entry item:
____________________________
Limited accessibility support is provided by the accompanying glossaries-accsupp package, but note that this package is experimental and it requires the accsupp package which is also listed as experimental. This package automatically loads the glossaries package. Any options are passed to glossaries (if it hasn’t already been loaded). For example:
This will load glossaries with the acronym package option as well as loading glossaries-accsupp.
If you are using the glossaries-extra extension package, you need to load glossaries-extra with the accsupp package option. For example:
This will load glossaries-extra (with the abbreviations option), glossaries and glossaries-accsupp and make appropriate patches to integrate the accessibility support with the extension commands.
The glossaries-accsupp package defines additional keys that may be used when defining glossary entries. The keys are as follows:
For example:
Now the link text produced by \gls{tex} will be:
The sample file sampleaccsupp.tex illustrates the glossaries-accsupp package.
If you prefer to use accessibility or tagpdf instead of accsupp then you’ll need to define \gls@accsupp@engine and \gls@accessibility before loading glossaries-accsupp. See the section “Accessibility Support”in the documented code for further details.
The PDF specification identifies three different types of replacement text:
If you define abbreviations with \newacronym, the shortaccess field will automatically be set to:
With the base glossaries package this just expands to ⟨long⟩. With glossaries-extra this expands to ⟨long⟩ (⟨short⟩). This command must be fully expandable. It expands when the abbreviation is defined.
As from glossaries-accsupp v4.45, the helper command used to identify the replacement text depends on the field name. Previous versions just used:
for all fields. This is defined to use ActualText, which is appropriate for symbols but not for abbreviations.
As from v4.45, there’s a new helper command:
This will use \gls⟨field⟩accsupp if it’s defined otherwise it will just use \glsaccsupp. There are just two of these field commands for short and shortplural:
which is like \glsaccsupp but uses E instead of ActualText and
which just does \glsshortaccsupp{⟨replacement⟩}{⟨content⟩}. Note that ⟨field⟩ indicates the internal field name (such as shortpl) not the key name (such as shortplural). See table 4.1.
Rather than explicitly using \BeginAccSupp, these helper commands can use:
where ⟨tag⟩ is one of E, Alt or ActualText. The replacement text for ⟨content⟩ should be provided in ⟨value⟩. This does:
but it also provides debugging information if debug=showaccsupp is used. If you explicitly use \BeginAccSupp instead of this command then the debugging support won’t be available.You can define your own custom helper commands for specific fields that require them. For example:
This definition requires the replacement text to be specified with the hexadecimal character code. For example:
If you are using glossaries-extra, then \glsfieldaccsupp will first test for the existence of \glsxtr⟨category⟩⟨field⟩accsupp and \glsxtr⟨category⟩accsupp and then for \gls⟨field⟩accsupp. For example:
The above uses the \glsxtr⟨category⟩accsupp form that doesn’t include the field name. Remember that if you want to supply a command specifically for the name field then it won’t be picked up by the text, plural, firstplural and first fields. You’d need to supply them all. For example:
See the documented code (glossaries-code.pdf) for further details. I recommend that you also read the accsupp documentation. See also the accessibility and tagpdf packages.
The glossaries package is provided with some sample documents that illustrate the various functions. These should be located in the samples subdirectory (folder) of the glossaries documentation directory. This location varies according to your operating system and TeX distribution. You can use texdoc to locate the main glossaries documentation. For example, in a terminal or command prompt, type:
texdoc -l glossaries
This should display a list of all the files in the glossaries documentation directory with their full pathnames.
(The GUI version of texdoc may also provide you with the information.)
If you can’t find the sample files on your computer, they are also available from your nearest CTAN mirror at http://mirror.ctan.org/macros/latex/contrib/glossaries/samples/. Each sample file listed below has a hyperlink to the file’s location on the CTAN mirror.
The glossaries-extra package and bib2gls provide some additional sample files. There are also examples in the Dickimaw Books Gallery.
If you prefer to use UTF-8 aware engines (xelatex or lualatex) remember that you’ll need to switch from fontenc & inputenc to fontspec where appropriate.
If you get any errors or unexpected results, check that you have up-to-date versions of all the required packages. (Search the log file for lines starting with “Package: ”.) Where hyperref is loaded you will get warnings about non-existent references that look something like:
These warnings may be ignored on the first LaTeX run. (The destinations won’t be defined until the glossary has been created.)
This document is a minimal working example. You can test your installation using this file. To create the complete document you will need to do the following steps:
pdflatex minimalgls
in a terminal or by using the relevant button or menu item in your text editor or front-end. This will
create the required associated files but you will not see the glossary in the document.
makeglossaries minimalgls
otherwise do:
makeglossaries-lite minimalgls
If for some reason you want to call makeindex explicitly, you can do this in a terminal by typing (all on
one line):
makeindex -s minimalgls.ist -t minimalgls.glg -o minimalgls.gls minimalgls.glo
See §1.4.4 Using makeindex explicitly (Option 2) for further details on using makeindex explicitly.
Note that if the file name contains spaces, you will need to use the double-quote character to delimit the name.
You should now have a complete document. The number following each entry in the glossary is the location number. By default, this is the page number where the entry was referenced.
The acronym package option creates a second glossary with the label acronym (which can be referenced with \acronymtype). If you decide to enable this option then there will be a second set of glossary files that need to be processed by makeindex. If you use makeglossaries or makeglossaries-lite you don’t need to worry about it, as those scripts automatically detect which files need to be processed and will run makeindex (or xindy) the appropriate number of times.
If for some reason you don’t want to use makeglossaries or makeglossaries-lite and you want the acronym package option then the complete build process is:
pdflatex minimalgls
makeindex -s minimalgls.ist -t minimalgls.glg -o minimalgls.gls minimalgls.glo
makeindex -s minimalgls.ist -t minimalgls.alg -o minimalgls.acr minimalgls.acn
pdflatex minimalgls
There are three other files that can be used as minimal working examples: mwe-gls.tex, mwe-acr.tex and mwe-acr-desc.tex.
glossaries-extraIf you want to try out the glossaries-extra extension package, you need to replace the package
loading line:
Next, replace:
If you prefer to replace \newacronym with \newabbreviation then the default category is abbreviation so the style should instead be:
This is actually the default category if the optional argument is omitted, so you can simply do: The long-short style is the default for the abbreviation category so you can omit this line completely if you replace \newacronym. (The default style for the acronym category is short-nolong, which only shows the short form on first use.)As mentioned earlier, the acronym package option creates a new glossary with the label acronym. This is independent of the acronym category. You can use the acronym package option with either \newacronym or \newabbreviation.
You may instead prefer to use the abbreviations package option, which creates a new glossary with the label abbreviations:
If you use both the acronym and abbreviations package options then \newacronym will default to the acronym glossary and \newabbreviation will default to the abbreviations glossary.
bib2glsIf you want to try bib2gls, you first need to convert the document to use glossaries-extra as described above. Then add the record package option. For example:
convertgls2bib --preamble-only minimalgls.tex entries.bib
This will create a file called entries.bib. Next, replace:
The abbreviation style command must go before \GlsXtrLoadResources. For example (if you are using \newacronym):
Finally, replace:with:
The document build is now:
pdflatex minimalgls
bib2gls minimalgls
pdflatex minimalgls
This document illustrates how to load external files containing the glossary definitions. It also illustrates how to define a new glossary type. This document has the number list suppressed and uses \glsaddall to add all the entries to the glossaries without referencing each one explicitly. (Note that it’s more efficient to use glossaries-extra and bib2gls if you have a large number of entries.) To create the document do:
pdflatex sampleDB
makeglossaries sampleDB
pdflatex sampleDB
or
pdflatex sampleDB
makeglossaries-lite sampleDB
pdflatex sampleDB
The glossary definitions are stored in the accompanying files database1.tex and database2.tex.
If for some reason you want to call makeindex explicitly you must have a separate call for each
glossary:
makeindex -s sampleDB.ist -t sampleDB.glg -o sampleDB.gls sampleDB.glo
makeindex -s sampleDB.ist -t sampleDB.nlg -o sampleDB.not sampleDB.ntn
Note that both makeglossaries and makeglossaries-lite do this all in one call, so they not only make
it easier because you don’t need to supply all the switches and remember all the extensions but they also
call makeindex the appropriate number of times.
bib2glsIf you want to switch to using bib2gls with glossaries-extra, you can convert database1.tex and database2.tex to bib files using convertgls2bib:
convertgls2bib database1.tex database1.bib
convertgls2bib database2.tex database2.bib
The document code then needs to be:
Instead of using makeglossaries you need to use bib2gls when you build the document:
pdflatex sampleDB
bib2gls sampleDB
pdflatex sampleDB
Note that one bib2gls call processes all the indexing (rather than one call per glossary). Unlike makeindex and
xindy, bib2gls processes each resource set in turn, but the resource sets aren’t linked to a specific glossary.
Multiple glossaries may be processed in a single resource set or sub-blocks of a single glossary may be processed
by multiple resource sets. In this example, there happens to be one resource set per glossary because each
glossary requires a different sort method. (A locale-sensitive alphabetical sort for the first and a character code
sort for the second.)
If you want letter groups, you need to use the --group switch:
bib2gls --group sampleDB
and use an appropriate glossary style.
See also bib2gls gallery: sorting, glossaries-extra and bib2gls: An Introductory Guide and the bib2gls user manual.
This document has some sample abbreviations. It also adds the glossary to the table of contents, so an extra run through LaTeX is required to ensure the document is up to date:
pdflatex sampleAcr
makeglossaries sampleAcr
pdflatex sampleAcr
pdflatex sampleAcr
(or use makeglossaries-lite).
Note that if the glossary is at the start of the document and spans across multiple pages, then this can cause the locations to be shifted. In that case, an extra makeglossaries and LaTeX call are required. In this particular example, the glossary is at the end of the document so it’s not a problem. It’s also not a problem for a glossary at the start of the document if the page numbering is reset at the end of the glossary. For example, if the glossary is at the end of the front matter in a book-style document.
This document uses \ifglsused to determine whether to use “a” or “an” in:
This clumsy bit of code can be tidied up with the glossaries-prefix package. Since that package automatically loads glossaries and passes all its options to the base package it’s possible to do a simple replacement of:with:
glossaries-extraIf you want to convert this sample document to use glossaries-extra, you may want the
patched version of the styles provided in glossary-long, in which case you can also add stylemods:
If you want to use glossaries-prefix, you can either load it after glossaries-extra or (with at least glossaries-extra v1.42) you can simply use the prefix package option.
Note that the toc package option has been dropped. This is the default with glossaries-extra, so it doesn’t need to be specified now. The document build is now shorter:
pdflatex sampleAcr
makeglossaries sampleAcr
pdflatex sampleAcr
The third LaTeX call is no longer required to make the table of contents up-to-date. This is because
glossaries-extra provides boilerplate text on the first LaTeX call when the glossary files are missing. This means
that the glossary header is added to the toc file on the first LaTeX call, whereas with just the base glossaries
package, the header isn’t present until the second LaTeX call. (As with just the base glossaries package, if the
glossary occurs at the start of the document without a page reset after it then part of the build process needs
repeating to ensure all referenced page numbers are up-to-date. This problem isn’t specific to the glossaries
package.)
The other different default setting is the post-description punctuation. The base package has nopostdot=false as the default. This means that a full stop (period) is automatically inserted after the description in the glossary. The extension package has nopostdot=true as the default. If you want the original behaviour then you can use nopostdot=false or the shorter synonym postdot.
The glossaries-extra package has different abbreviation handling that’s far more flexible than that provided by the base glossaries package. The style now needs to be set with \setabbreviationstyle instead of \setacronymstyle:
(Note the different style name long-short-sc instead of long-sc-short and the optional argument acronym.) If you prefer to replace \newacronym with \newabbreviation then omit the optional argument: (The optional argument of \setabbreviationstyle is the category to which the style should be applied. If it’s omitted, abbreviation is assumed. You can therefore have different styles for different categories.)Finally, you need to replace \acrshort, \acrlong and \acrfull and their variants with \glsxtrshort, \glsxtrlong and \glsxtrfull etc.
This is similar to the previous example, except that the abbreviations have an associated description. As with the previous example, the glossary is added to the table of contents, so an extra run through LaTeX is required:
pdflatex sampleAcrDesc
makeglossaries sampleAcrDesc
pdflatex sampleAcrDesc
pdflatex sampleAcrDesc
This document uses the acronym package option, which creates a new glossary used by \newacronym. This
leaves the default main glossary available for general terms. However, in this case there are no general terms so
the main glossary is redundant. The nomain package option will prevent its creation. Obviously, if you decide to
add some terms with \newglossaryentry you will need to remove the nomain option as the main glossary will
now be required.
glossaries-extraAs with the previous example, if you want to convert this document to use glossaries-extra you
need to make a few modifications. The most obvious one is to replace glossaries with glossaries-extra in
the \usepackage argument. Again you can omit toc as this is the default for glossaries-extra. As in the previous
example, you may want to use the patched styles. This document uses altlist which is provided by glossary-list, so
the style can be patched with stylemods.
Again the style command needs to be changed:
(Note the change in style name long-short-sc-desc instead of long-sc-short-desc and the optional argument acronym.)As with the previous example, if you prefer to use \newabbreviation instead of \newacronym then you need to omit the optional argument:
The original document uses: to ensure that the cross-references (from the see key) use the acronym font. The new abbreviation styles don’t use \acronymfont so this isn’t appropriate with glossaries-extra. If you’re using at least version 1.42 of glossaries-extra, you don’t need to do anything as it automatically redefines \glsseeitemformat to take the style formatting into account. If you have an earlier version you can redefine this command as follows: This will just show the short form in the cross-reference. If you prefer the name instead (which includes the short and long form) you can use:The glossaries-extra package provides two additional cross-referencing keys seealso and alias, so see={[see also]{svm}} can be replaced with a more appropriate key:
Finally, as with the previous example, you need to replace \acrshort, \acrlong and \acrfull etc with \glsxtrshort, \glsxtrlong and \glsxtrfull etc.
bib2glsIf you want to convert this document so that it uses bib2gls, you first need to convert it to use glossaries-extra, as above, but remember that you now need the record option:
convertgls2bib --preamble-only sampleAcrDesc.tex entries.bib
If you retained \newacronym from the original example file, then the new entries.bib file will contain entries
defined with @acronym. For example:
Next replace \makeglossaries with the resource command, but note that the abbreviation style must be set first:
If the sort field is missing (which should usually be the case), then both @acronym and @abbreviation will fallback on the short field (not the name field, which is usually set by the style and therefore not visible to bib2gls). For some styles, as in this example, it’s more appropriate to sort by the long form so the fallback is changed. (Remember that you will break this fallback mechanism if you explicitly set the sort value.) See the bib2gls manual for further details and other examples.
Remember to delete any \newacronym or \newabbreviation in the tex file. Finally replace \printglossary with \printunsrtglossary. The document build is now:
pdflatex sampleAcrDesc
bib2gls sampleAcrDesc
pdflatex sampleAcrDesc
Note that it’s now much easier to revert back to the descriptionless style used in sampleAcr.tex:
This is similar to the previous example, except that it defines the abbreviations using \newglossaryentry instead of \newacronym. As with the previous example, the glossary is added to the table of contents, so an extra run through LaTeX is required:
pdflatex sampleDesc
makeglossaries sampleDesc
pdflatex sampleDesc
pdflatex sampleDesc
This sample file demonstrates the use of the first and text keys but in general it’s better to use \newacronym
instead as it’s more flexible. For even greater flexibility use \newabbreviation provided by glossaries-extra. For
other variations, such as showing the symbol on first use, you may prefer to make use of the post-link category
hook. For examples, see the section “Changing the Formatting” in glossaries-extra and bib2gls: An Introductory
Guide.
This document has some sample abbreviations that use the footnote-sc-desc acronym style. As with the previous example, the glossary is added to the table of contents, so an extra run through LaTeX is required:
pdflatex sampleFnAcrDesc
makeglossaries sampleFnAcrDesc
pdflatex sampleFnAcrDesc
pdflatex sampleFnAcrDesc
glossaries-extraIf you want to convert this sample document to use glossaries-extra, then you just need to follow
the same steps as for sampleAcr.tex with a slight modification. This time the short-sc-footnote-desc
abbreviation style is needed:
You may prefer to use the short-sc-postfootnote-desc style instead. There are subtle differences between the postfootnote and footnote set of styles. Try changing the abbreviation style to short-sc-footnote and compare the location of the footnote marker with the two styles.
This modified sample file now has a shorter build:
pdflatex sampleFnAcrDesc
makeglossaries sampleFnAcrDesc
pdflatex sampleFnAcrDesc
This is because the glossaries-extra package produces boilerplate text when the glossary file is missing (on the
first LaTeX run) which adds the glossary title to the table of contents (toc) file.
This document has some sample abbreviations with a custom acronym style. It also adds the glossary to the table of contents, so an extra run through LaTeX is required:
pdflatex sampleCustomAcr
makeglossaries sampleCustomAcr
pdflatex sampleCustomAcr
pdflatex sampleCustomAcr
This is a slight variation on the previous example where the name is in the form ⟨long⟩ (⟨short⟩) instead of ⟨short⟩
(⟨long⟩), and the sort key is set to the long form instead of the short form. On first use, the footnote text is in
the form ⟨long⟩: ⟨description⟩ (instead of just the long form). This requires defining a new acronym style that
inherits from the footnote-sc-desc style.
glossaries-extraThe conversion to glossaries-extra starts in much the same way as the previous examples:
The short-sc-footnote-desc abbreviation style is the closest match to the requirement, so replace the \setacronymstyle command with:
Again, you may prefer short-sc-postfootnote-desc. Both styles use the same helper commands.Next some adjustments need to be made to fit the new requirements. The name needs to be ⟨long⟩ (⟨short⟩):
You may prefer to replace #2 with a reference to a specific field (or fields). For example:
In the original sampleCustomAcr.tex source code, I started the description with a capital:
This leads to a capital letter after the colon in the footnote, which is undesirable, but I would like to have the description start with a capital in the glossary. The solution to this problem is easy with glossaries-extra. I start the description with a lowercase letter and set the glossdesc attribute to firstuc:
The abbreviation definitions are modified slightly:If you prefer to use \newabbreviation instead of \newacronym, then the category needs to be abbreviation rather than acronym:
and the style command needs to be adjusted so that it omits the optional argument. For example:
This example defines a custom display format that puts the description in a footnote on first use.
pdflatex sample-FnDesc
makeglossaries sample-FnDesc
pdflatex sample-FnDesc
In order to prevent nested hyperlinks, this document uses the hyperfirst=false package option (otherwise the
footnote marker hyperlink would be inside the hyperlink around the link text which would result in a nested
hyperlink).
glossaries-extraThe glossaries-extra package has category post-link hooks that make it easier to adjust the
formatting. The post-link hook is placed after the hyperlink around the link text, so a hyperlink created by
\footnote in the post-link hook won’t cause a nested link. This means that the hyperfirst=false option isn’t
required:
In the original sample-FnDesc.tex file, the format was adjusted with:
The first paragraph in the document is:
So the PDF will have the word “sample” (the link text created by \gls{sample}) as a hyperlink to the entry in the glossary followed by the footnote marker, which is a hyperlink to the footnote. This is then followed by the sentence terminator. “First use: sample1.”
It would look tidier if the footnote marker could be shifted after the full stop. “First use: sample.1” This can easily be achieved with a minor modification:
This document illustrates how to define your own acronym style if the predefined styles don’t suit your requirements.
pdflatex sample-custom-acronym
makeglossaries sample-custom-acronym
pdflatex sample-custom-acronym
In this case, a style is defined to show the short form in the text with the long form and description in a
footnote on first use. The long form is used for the sort value. The short form is displayed in small caps in the
main part of the document but in uppercase in the list of acronyms. (So it’s a slight variation of some of the
examples above.) The name is set to the long form (starting with an initial capital) followed by the all caps short
form in parentheses. The final requirement is that the inline form should show the long form followed by the
short form in parentheses.
glossaries-extraAs with sampleFnAcrDesc.tex, the short-sc-footnote-desc and short-sc-postfootnote-desc
abbreviation styles produce almost the required effect so one of those can be used as a starting point.
However the final requirement doesn’t fit. It’s now necessary to actually define a custom abbreviation
style, but it can mostly inherit from the short-sc-footnote-desc or short-sc-postfootnote-desc style:
This new custom style now needs to be set:
Remember that if you decide to use \newabbreviation instead of \newacronym then the category will be abbreviation not acronym: This custom style simply adjusts the inline full form. There are other adjustments to be made that apply to the inherited style. (The alternative is to design a new style from scratch.) The footnote contains the long form followed by the description. This is the same as the modification to an earlier example: As with sampleCustomAcr.tex, if you specifically want the singular long form then you can ignore the second argument. For example:The name now needs to be the long form followed by the short form in parentheses, but note the new requirement that the short form should now be in all capitals not small caps and the long form should start with a capital letter.
This document illustrates how to use the base post link hook to adjust the space factor after abbreviations.
pdflatex sample-dot-abbr
makeglossaries sampledot-abbrf
pdflatex sample-dot-abbr
This example creates a custom storage key that provides a similar function to glossaries-extra’s category
key.
glossaries-extraThis example is much simpler with glossaries-extra. The custom storage key, which is defined
using:
The category key is set to initials for the initialisms (which are defined with the custom \newacr command). The abbreviation styles can be set with:
The discardperiod attribute will discard any full stop (period) following commands like \gls: (If you want to use the noshortplural attribute then you will also need to set the pluraldiscardperiod attribute.)The first use is governed by the retainfirstuseperiod attribute. If set, the period won’t be discarded if it follows the first use of commands like \gls. This is useful for styles where the first use doesn’t end with the short form. In this case, the first use of the long-short style ends with a closing parenthesis, so the end of sentence might be clearer if the period is retained:
The insertdots attribute can automatically insert dots into the short form with a final space factor adjustment:
The custom helper command defined in the example needs to be slightly modified:
The definitions need to be slightly modified to work with the insertdots attribute:The “laser” definition remains unchanged:
The remaining code in the preamble must now be removed. (It will interfere with glossaries-extra’s category post-link hooks.) No change is required in the document body.
See the glossaries-extra user manual for further details about category attributes and post-link hooks.
This document illustrates how to have different fonts for abbreviations within the style. The document build is:
pdflatex sample-font-abbr
makeglossaries sample-font-abbr
pdflatex sample-font-abbr
The acronym mechanism provided by the base glossaries package isn’t well suited to having a mixture of styles.
This example provides a workaround that involves defining a new storage key with \glsaddstoragekey that’s
used to hold the font declaration (such as \em).
A new custom acronym style is defined that fetches the font information from this new key so that it can be applied to the abbreviation. Some helper commands are also provided to define the different types of abbreviation:
This makes the first use of \gls{eg} appear as “exempli gratia (e.g.)” whereas the first use of \gls{bsc} is “Bachelor of Science (BSc)”.
glossaries-extraThis example document is much simpler with glossaries-extra. First the \usepackage
command needs adjusting:
Finally, the \acrshort, \acrlong and \acrfull commands need to be replaced with \glsxtrshort, \glsxtrlong and \glsxtrfull.
You may notice that the spacing after “e.g.” and “i.e.” isn’t correct. This is similar to the sample-dot-abbr.tex example where the space factor needs adjusting. In this case I’ve inserted the dots manually (rather than relying on the insertdots attribute). You can either remove the dots and use insertdots with discardperiod:
You don’t have to use the acronym category. You may prefer a different label that fits better semantically. For example:
This document illustrates how to change the location to something other than the page number. In this case, the equation counter is used since all glossary entries appear inside an equation environment. To create the document do:
pdflatex sampleEq
makeglossaries sampleEq
pdflatex sampleEq
The glossaries package provides some location formats, such as \hyperrm and \hyperbf, that allow the
locations in the number list to hyperlink to the appropriate place in the document (if hyperref has
been used). Since it’s not possible to include the hyperlink name in the indexing information with
makeindex and xindy, the glossaries package has to reform the name from a prefix and the location
value.
Unfortunately it’s not always possible to split the link name into a prefix and location. That happens with the equation counter in certain classes, such as the report class (which is used in this example). This means that it’s necessary to redefine \theHequation so that it has a format that fits the requirement:
If you don’t do this, the equation locations in the glossary won’t form valid hyperlinks.
Each glossary entry represents a mathematical symbol. This means that with Options 1–3 it’s necessary to use the sort key. For example:
bib2glsIf you want to switch to using bib2gls, the first change you need to make is to switch from explicitly loading glossaries to loading glossaries-extra with the record package option. If record=only (or record without a value) is used, then the above redefinition of \theHequation is still required. If record=nameref is used instead then the redefinition of \theHequation isn’t required. You may also want to use the stylemods and postdot options:
convertgls2bib --preamble-only sampleEq.tex entries.bib
This will create a file called entries.bib that starts:
Note that the sort key has been omitted. This is because it typically shouldn’t be used. The difference between using @entry and @symbol is that with @entry the sort value will be obtained from the name but with @symbol the sort value will be obtained from the label. If you explicitly use the sort key then you will break this behaviour. (If you try this example out, notice the difference in the ordering if you switch between @entry and @symbol. See also bib2gls gallery: sorting.)
Next replace \makeglossaries with:
If you have used record=nameref then you can remove the redefinition of \theHequation. Next remove all the lines defining the glossary entries (since they’re now defined in the bib file).Finally, replace \printglossary with \printunsrtglossary:
The rest of the document remains unchanged (unless you want to use \glsxtrfmt as described in the following example).
This is similar to the previous example, but the number lists are a mixture of page numbers and equation numbers. This example adds the glossary to the table of contents, so an extra LaTeX run is required:
pdflatex sampleEqPg
makeglossaries sampleEqPg
pdflatex sampleEqPg
pdflatex sampleEqPg
As with the previous example, entries are defined like this:
The counter=equation package option is used to set the default indexing counter to equation. This means that it has to be changed for indexing outside of any numbered equation. For example:
I’ve set the format to hyperbf to indicate that this is a primary reference. (Note that I’m using \hyperbf not \textbf in order to include a hyperlink in the location.)
The link text here is almost identical to the description. The only difference is that the description starts with a capital. If it started with a lowercase character instead, I could simply use \glsdesc instead of \glslink. If I change the entry descriptions so that they all start with a lowercase letter then I would need to create a custom glossary style that used \Glossentrydesc instead of \glossentrydesc.
glossaries-extraIf I switch to using glossaries-extra I wouldn’t need a new glossary style. Instead I could just
use the glossdesc attribute to perform the case change. Remember that the first change to make is to replace
glossaries with glossaries-extra:
It’s a bit cumbersome typing [format=hyperbf,counter=page] for each primary reference, but glossaries-extra provides a convenient way of having a third modifier for commands like \gls and \glstext. This needs to be a single punctuation character (but not * or + which are already in use). For example:
Now \glsdesc!{Gamma} is equivalent to: So the text at the start of the “Gamma Functions” chapter is now just: which is much more compact. Similar changes can be made for the other instance of \glslink where the link text is just the description:There are three other instances of \glslink, such as:
If I just use \gls{Gamma} then I would get Γ(z) as the link text. For entries like this that represent functions with variable parameters it would be more convenient (and help with consistency) if a command was available to easily replace the parameters.With the base glossaries package, one simple solution that works for this example is to save just the function symbol in the symbol field, for example:
The glossaries-extra package provides another possibility. It requires a command that takes a single argument, for example:
The control sequence name (the command name without the leading backslash) is stored in the field identified by the command \GlsXtrFmtField (this should be the internal field name not the key name, see table 4.1). The default is useri which corresponds to the user1 key. This means that the Gamma entry would need to be defined with user1=Gammafunction. With this approach, each function entry would need a separate associated command.
Another approach is to store the parameterless function in the symbol key (as earlier) and have a more generic command that uses this symbol. This requires the entry label, which can be obtained with \glslabel within the link text:
(Obviously, this command can’t be used outside of the link text or post-link hooks since it uses \glslabel.)So the entry now needs the parameterless function in symbol and the control sequence name of this generic command in user1. For example:
You may want to consider providing helper commands to make the functions easier to define. For example:
The entries can now be defined using this custom \newfunc command. For example:
Note that in \newfunc the symbol key doesn’t have its value encapsulated with \ensuremath so \glssymbol will need to explicitly be placed in math mode. If you switch to a glossary style that displays the symbol, you will either need to adjust the definition of \newfunc to use \ensuremath in the symbol field or you can add the encapsulation with the glosssymbolfont attribute.
Now \glslink{Znu}{Z_\nu} can simply be replaced with \glssymbol{Znu} (no parameter is required in this case). For the other cases, where the parameter is different from that given in the text field (which is obtained from the name), you can use \glsxtrfmt. For example, \glslink{Gamma}{\Gamma(x+1)} can now be replaced with:
This effectively works like \glslink but omits the post-link hook. (See the glossaries-extra user manual for further details.)
Similarly \glslink{Gamma}{\Gamma(\alpha)} can now be replaced with:
Note that it’s still possible to use: You may prefer to define a helper command that makes it easier to switch between your preferred method. For example:or:
bib2glsIf you want to convert this example so that it works with bib2gls, first convert it to use glossaries-extra (as described above), and then follow the instructions from sampleEq.tex. The convertgls2bib application recognises \newcommand so it will be able to parse the custom \newfunc commands.
Note that bib2gls allows you to separate the locations in the number list into different groups according to the counter used for the location. This can be done with the loc-counters resource option. It’s also possible to identify primary formats (such as hyperbf used in this example) using the primary-location-formats option. The primary locations can then be given a more prominent position in the number list. See the bib2gls user manual for further details.
This document also illustrates how to change the location to something other than the page number. In this case, the section counter is used. This example adds the glossary to the table of contents, so an extra LaTeX run is required:
pdflatex sampleSec
makeglossaries sampleSec
pdflatex sampleSec
pdflatex sampleSec
Note that there are conflicting location formats, which trigger a warning from makeindex:
This is the result of indexing an entry multiple times for the same location19.1 with different values of the format key. In this case, it’s caused by three references to the ident entry in section 2.1:
If you use the makeglossaries Perl script it will detect the warnings in the makeindex transcript file and attempt to fix the conflict by removing entries from the glo file:
(Range formats have highest precedence. The default glsnumberformat has the lowest precedence.)
If you use makeglossaries-lite or call makeindex directly then the problem won’t be fixed and the glossary will end up with the rather odd number list for the identity matrix entry consisting of three references to section 2.1: the first in the default font, followed by bold (hyperbf) and then italic (hyperit), which results in 2.1, 2.1, 2.1. If you use makeglossaries then only the bold entry (2.1) will be present.
If you switch to xindy:
With bib2gls, you can supply rules to deal with location format conflicts, as illustrated below.
bib2glsIn order to switch to bib2gls, first replace glossaries with glossaries-extra, and add the record package option. Remember that glossaries-extra has a different set of defaults and you may also want to patch the predefined base styles. For example:
The entry definitions now need to be converted into bib2gls format and saved in a bib file (say, entries.bib). You can use convertgls2bib:
convertgls2bib --preamble-only sampleSec.tex entries.bib
Next replace \makeglossaries with:
and remove all the \newglossaryentry commands.Finally, replace \printglossaries with \printunsrtglossaries. The document build is now:
pdflatex sampleSec
bib2gls sampleSec
pdflatex sampleSec
As with the original example, there’s still a location format conflict, which bib2gls warns about:
This means that it has discarded the bold location and kept the italic one. (As with makeglossaries, range formats have the highest priority and glsnumberformat has the lowest.)
It would be better if the conflict could be merged into a single location that was both bold and italic. To achieve this, it’s first necessary to define a command that produces this effect:
Now bib2gls needs to be invoked with the appropriate mapping with the --map-format or -m switch:
bib2gls -m ”hyperbf:hyperbfit,hyperit:hyperbfit” sampleSec
If you are using arara the directive should be:
If you try out this example, notice the difference between record=only and record=nameref. If you use the latter, the locations will now be the section titles rather than the section numbers. If you use the nameref setting you can customize the location by defining the command:
In this case the counter is section, so the command should be \glsxtrsectionlocfmt. It takes two arguments: the first is the location and the second is the title. For example:
(The only command of this type that is defined by default is the one for the equation counter, \glsxtrequationlocfmt.) Make sure that you have at least version 1.42 of glossaries-extra.
See also sampleSort.tex in §19.5 Sorting, which has three glossaries.
This document illustrates how to create an additional glossary type. This example adds the glossary to the table of contents, so an extra LaTeX run is required:
pdflatex sampleNtn
makeglossaries sampleNtn
pdflatex sampleNtn
pdflatex sampleNtn
Note that if you want to call makeindex explicitly instead of using the makeglossaries or makeglossaries-lite
scripts then you need to call makeindex twice:
makeindex -s sampleNtn.ist -t sampleNtn.glg -o sampleNtn.gls sampleNtn.glo
makeindex -s sampleNtn.ist -t sampleNtn.nlg -o sampleNtn.not sampleNtn.ntn
This document creates a new glossary using:
This defines a glossary that can be identified with the label notation with the default title “Notation”. The other arguments are the file extensions required with Options 2 and 3. For those two options, the glossaries package needs to know the input and output files required by makeindex or xindy.(The optional argument is the file extension of the indexing transcript file, which glossaries doesn’t need to know about, but it writes the information to the aux file for the benefit of makeglossaries and makeglossaries-lite.)
If you switch to a different indexing option then these file extensions aren’t required, in which case it’s simpler to use the starred form:
This example uses a label prefixing system19.2 to differentiate between the different types of entries. For example, the term “set” is defined as:
and the set notation is defined as:
Notice that the latter description contains \gls. This means you shouldn’t use \glsdesc with this entry otherwise you will end up with nested links.
glossaries-extraThe glossaries-extra package provides a command for use in within field values to prevent
nested link text:
The glossaries-extra package provides a way of defining commands like \gls that automatically insert a prefix. For example:
(there’s no point providing commands for plural or case-changing with symbols). Now \gls{not:set} can be replaced with \sym{set} and \gls{gls:set} can be replaced with \term{set}.bib2glsThese two commands are primarily provided for the benefit of bib2gls as the information is written to the aux file. This allows bib2gls to recognise the custom commands if they have been used in the bib files. When combined with label-prefix and ext-prefixes (see below) this makes it much simpler to change the prefixes if necessary.
If you want to convert this document to use bib2gls, remember that you need the record or record=nameref option. For example:
convertgls2bib --split-on-type --preamble-only sampleNtn.tex entries.bib
This will create a file called entries.bib that contains the entries that didn’t have a type assigned in the
original file, such as:
Now you can replace \makeglossaries with:
Regardless of how many resource sets the document contains, only one bib2gls call is required:
pdflatex sampleNtn
bib2gls sampleNtn
pdflatex sampleNtn
You may notice that the ordering in the notations list has changed from the original. This is because the sort field was automatically removed by convertgls2bib, so the entries are now sorted according to the name field (since they are defined with @entry). You can use your text editor’s search and replace function to replace all instances of @entry with @symbol in the notations.bib file so that, for example, the set definition becomes:
Now these @symbol entries will be sorted according to their label. (The original label in the bib file, not the prefixed label.) This will put them in the same order as the original document. (See the “Examples” chapter of the bib2gls user manual for examples of varying the sorting and also bib2gls gallery: sorting.)
This document illustrates how to define an entry that both appears in the list of acronyms and in the main glossary. To create the document do:
pdflatex sample-dual
makeglossaries sample-dual
pdflatex sample-dual
This defines a custom command \newdualentry that defines two entries at once (a normal entry and
an abbreviation). It uses \glsadd to ensure that if one is used then the other is automatically
indexed:
A sample dual entry is defined with this command:
This defines an acronym with the label svm that can be referenced with \gls{svm} but it also defines an entry with the label main-svm. This isn’t used in the document with \gls but it’s automatically added from the \glsadd{main-svm} in the short form of svm.
For this trivial document, this kind of dual entry is redundant and unnecessarily leads the reader down a trail, first to the list of acronyms and from there the reader then has to go to the main glossary to look up the description. It’s better to simply include the description in the list of acronyms.
bib2glsIf you want to switch over to bib2gls, first change to glossaries-extra:
convertgls2bib --preamble-only sample-dual.tex entries.bib
then convertgls2bib will report the following:
This is because convertgls2bib has its own internal definition of \newdualentry, but if it encounters a new definition that will override its default. If you want to retain convertgls2bib’s definition (recommended) then just replace \newcommand with \providecommand in the document source and rerun convertgls2bib.
With \providecommand, the new entries.bib file created by convertgls2bib contains:
Assuming that your entries.bib file just contains @dualabbreviationentry, now replace \makeglossaries with:
Then remove the definition of \newdualentry and the entry definition. Finally, replace \printglossaries with \printunsrtglossaries. The document build is:
pdflatex sample-dual
bib2gls sample-dual
pdflatex sample-dual
If, instead, your entries.bib file contains separate @entry and @acronym, then you need:
If you need number lists, the document build is now
pdflatex sample-dual
bib2gls sample-dual
pdflatex sample-dual
bib2gls sample-dual
pdflatex sample-dual
and this time bib2gls complains about the use of \glsadd within the short and text fields as
this can be problematic. (The extra bib2gls and LaTeX calls are to ensure the number list is
up to date for the main-svm entry, which can only be indexed with \glsadd after svm has been
defined.)
Dual entries make much more sense when one entry is for a glossary with the description displayed but no number list, and the other is for the index without the description but with a number list. This can be created with by replacing @dualabbreviationentry with @dualindexabbreviation:
This document illustrates how to use the glossaries package to create English to French and French to English dictionaries. To create the document do:
pdflatex sample-langdict
makeglossaries sample-langdict
pdflatex sample-langdict
This example uses the nomain package option to prevent the creation of the main glossary. This means that the
document must provide its own glossaries:
This means that if you want to call makeindex explicitly you need to take these new extensions into account:
makeindex -s sample-langdict.ist -t sample-langdict.glg -o sample-langdict.gls sample-langdict.glo
makeindex -s sample-langdict.ist -t sample-langdict.flg -o sample-langdict.flx sample-langdict.flo
As with the previous example, this document provides a custom command that defines two related
entries:
This has the syntax:
is equivalent to:
Unlike the previous example (sample-dual.tex), there’s no link between these two entries. If the document only uses \gls{en-cat}, then the en-cat entry will appear in the english glossary but the fr-cat entry won’t appear in the french one.
bib2glsIf you want to switch to bib2gls then you first need to convert the document so that it uses glossaries-extra, but include the prefix option to ensure that glossaries-prefix is also loaded:
convertgls2bib --only-preamble sample-langdict.tex entries.bib
This creates the file entries.bib that contains entries defined like:
This would be more flexible, and much briefer, if these entries were defined using bib2gls’s dual entry system combined with the glossaries-prefix package:
Similarly for the “chair” entry:With @dualentry, the English and French terms are now automatically linked from bib2gls’s point of view. If only one is referenced in the document, the other will also be added by default.
Now that the determiner has been moved out of the description, it won’t show in the glossary. However, it’s possible to include it by providing a command to encapsulate the description (which can also apply the language change as well).
Remember to remove \makeglossaries, the definition of \newword and the entry definitions from the document preamble, and replace \printglossary with:
Other refinements that you might like to make include using \glsxtrnewglslike so you don’t have to worry about the label prefix (“en-” and “fr-”).
This document uses the glossaries package to create both a glossary and an index. This requires two makeglossaries (or makeglossaries-lite) calls to ensure the document is up to date:
pdflatex sample-index
makeglossaries sample-index
pdflatex sample-index
makeglossaries sample-index
pdflatex sample-index
This document illustrates how you can hook into the standard sort mechanism to adjust the way the sort key is set. This requires an additional run to ensure the table of contents is up-to-date:
pdflatex samplePeople
makeglossaries samplePeople
pdflatex samplePeople
pdflatex samplePeople
This provides two commands for typesetting a name:
where the first argument contains the forenames and the second is the surname. The first command is the one required for sorting the name and the second is the one required for displaying the name in the document. A synonym is then defined:
This command defaults to the display name command (\textname) but is temporarily redefined to the sort name command (\sortname) within the sort field assignment hook:
bib2glsIf you want to use bib2gls, you first need to convert the document to use glossaries-extra but make sure you include the record option:
convertgls2bib --preamble-only samplePeople people.bib
which will create a file called people.bib that contains definitions like:
convertgls2bib -i --preamble-only samplePeople people.bib
This will discard the description field and use @index instead of @entry if the description is either empty or
simply set to \nopostdesc or \glsxtrnopostpunc. The people.bib file now contains definitions like:
In the document (samplePeople.tex) you now need to delete \makeglossaries, the definitions of \sortname, \textname, \name, \glsprestandardsort, and all the entry definitions. Then add the following to the document preamble:
Next, use your text editor’s search and replace function to subsitute all instances of \glsentrytext in the chapter headings with \glsfmttext. For example: Finally, replace \printunsrtglossaries with: The document build is now:
pdflatex samplePeople
bib2gls samplePeople
pdflatex samplePeople
pdflatex samplePeople
The third LaTeX call is required to ensure that the PDF bookmarks are up to date, as the entries
aren’t defined until after the bib2gls run (which is why you have to use \glsfmttext instead of
\glsentrytext).
This again leads to a list sorted by surname. The reason this works is because bib2gls only sees the definition of \name provided in @preamble, but the document uses the definition of \name provided before \GlsXtrLoadResources. The use of \providecommand in @preamble prevents \name from being redefined within the document.
See also the “Examples” chapter of the bib2gls user manual, which provides another “people” example.
This is another document that illustrates how to hook into the standard sort mechanism. An additional run is required to ensure the table of contents is up-to-date:
pdflatex sampleSort
makeglossaries sampleSort
pdflatex sampleSort
pdflatex sampleSort
This document has three glossaries (main, acronym and a custom notation), so if you want to
use makeindex explicitly you will need to have three makeindex calls with the appropriate file
extensions:
pdflatex sampleSort
makeindex -s sampleSort.ist -t sampleSort.alg -o sampleSort.acr sampleSort.acn
makeindex -s sampleSort.ist -t sampleSort.glg -o sampleSort.gls sampleSort.glo
makeindex -s sampleSort.ist -t sampleSort.nlg -o sampleSort.not sampleSort.ntn
pdflatex sampleSort
pdflatex sampleSort
It’s much simpler to just use makeglossaries or makeglossaries-lite.
In this example, the sort hook is adjusted to ensure the list of notation is sorted according to the order of definition. A new counter is defined to keep track of the entry number:
The sort hook is then redefined to increment this counter and assign the sort key to that numerical value, but only for the notation glossary. The other two glossaries have their sort keys assigned as normal:
This means that makeindex will sort the notation in numerical order.
glossaries-extraIf you want to convert this document to use glossaries-extra, a much simpler approach is
available with its hybrid method. First change the package loading line to:
with:
The custom counter and redefinition of \glsprestandardsort can now be removed. The file extensions for the custom notation glossary are no longer relevant so the glossary definition can be changed to:
This means that makeindex only needs to process the main and acronym glossaries. No actual sorting is performed for the notation glossary because, when used with sort=def, \printnoidxglossary simply iterates over the list of entries that have been indexed.
The document build doesn’t need the third LaTeX call now (since none of the glossaries extend beyond a page break):
pdflatex sampleSort
makeglossaries sampleSort
pdflatex sampleSort
This time makeglossaries will include the message:
This means that although makeglossaries has noticed the notation glossary, it will be skipped.
If you are explicitly calling makeindex then you need to drop the call for the notation glossary:
pdflatex sampleSort
makeindex -s sampleSort.ist -t sampleSort.alg -o sampleSort.acr sampleSort.acn
makeindex -s sampleSort.ist -t sampleSort.glg -o sampleSort.gls sampleSort.glo
pdflatex sampleSort
bib2glsIf you prefer to use bib2gls, the package loading line needs to be changed to:
For this example, it’s simpler to split the entries into different files according to the glossary type. This can be done with the --split-on-type or -t switch:
convertgls2bib -t --preamble-only sampleSort.tex entries.bib
This will create three files:
After the definition of the notation glossary (\newglossary), add:
Finally, replace the lines that display the glossaries with:
The build process is now:
pdflatex sampleSort
bib2gls sampleSort
pdflatex sampleSort
In this case, I have one resource command that processes two glossaries (main and acronym) at the same time. The entries in these glossaries are ordered alphabetically. The second resource command processes the notation glossary but the entries in this glossary aren’t sorted (and so will appear in the order of definition within the bib file).
See also sampleNtn.tex, bib2gls gallery: sorting and the bib2gls user manual for more examples.
This document illustrates some of the basics, including how to create child entries that use the same name as the parent entry. This example adds the glossary to the table of contents and it also uses \glsrefentry, so an extra LaTeX run is required:
pdflatex sample
makeglossaries sample
pdflatex sample
pdflatex sample
You can see the difference between word and letter ordering if you add the package option order=letter. (Note
that this will only have an effect if you use makeglossaries or makeglossaries-lite. If you use makeindex
explicitly, you will need to use the -l switch to indicate letter ordering.)
One of the entries has its name encapsulated with a semantic command:
The homograph entries “glossary” and “bravo” are defined as sub-entries that inherit the name from the parent entry. The parent entry doesn’t have a description, but with the default nopostdot=false setting this will lead to a spurious dot. This can be removed by adding \nopostdesc to the description, which suppresses the post-description hook for that entry.
Since the child entries have the same name as the parent, this means that the child entries will have duplicate sort values unless the default is changed with the sort key:
glossaries-extraIf you switch to using glossaries-extra, remember that the default package options are different:
You may now want to consider replacing \nopostdesc in the descriptions with \glsxtrnopostpunc (using your text editor’s search and replace function). This suppresses the post-description punctuation but not the category post-description hook.
You may have noticed that some of the descriptions include the plural form, but it’s not done very consistently. For example:
which has the parenthetical material at the start of the description with emphasis,
which has the parenthetical material at the end of the description without emphasis even though it’s a regular plural,
which has the parenthetical material at the end of the description without emphasis, and
which doesn’t show the plural in the description.
With glossaries-extra, you can remove this parenthetical material and implement it using the category post-description hook instead. For example, the above definitions become:
The post-description hook for the general category can now be set:
The “bravo” homographs are an oddity where the singular form is identical but the plural is different (“bravos” and “bravoes”). In the original, both descriptions included the plural term. The above modifications drop the display of the regular “bravos” plural (for the bravocry term) and only show the “bravoes” plural (for the bravoruffian term). In this particular case it might be useful to show the regular plural in order to highlight the difference.
While it’s straightforward to access an entry’s parent label (with \glsentryparent) it’s much harder to access entry’s children or siblings. The \ifglshaschildren command has to iterate over all entries to determine if any have a parent that matches the given label. This is obviously very time-consuming if you have a large database of entries. It also doesn’t provide a way of determining whether or not the child entries have been indexed.
With bib2gls, it’s possible to save this information with the save-child-count and save-sibling-count, which not only save the total but also save the child or sibling labels in an etoolbox internal list. This makes the information much faster to access and also only includes the labels of those entries that have actually been indexed.
In the above, the comment line:
Note that this assumes that the parent entry hasn’t had the plural form explicitly set to “bravoes” instead of the default “bravos”. In that case, the parent entry would show the plural but the bravoruffian child entry wouldn’t show the plural (since this case would led to the empty code block identified with the comment “child and parent plurals the same”). The “bravoes” plural form would instead be shown for the parent, which wouldn’t look right.
If you don’t use bib2gls or if you use it without the save-sibling-count resource option then the sibling information won’t be available.
bib2glsIn order to switch to using bib2gls, it’s first necessary to switch to using glossaries-extra (as above). Remember that the record option is required:
The sort field typically shouldn’t be set when using bib2gls, so convertgls2bib strips it. If the sort field is missing, bib2gls will obtain it from the sort fallback for that entry type. In this case, @entry has the name field as the sort fallback. If this is also missing then its value is obtained from the parent’s name field (see bib2gls gallery: sorting for other examples).
Therefore the “Perl” entry is simply defined as:
This isn’t a problem for bib2gls. In this case, the command has been provided in the @preamble, but bib2gls strips font information so the sort value becomes Perl. If the definition isn’t placed in @preamble then bib2gls will simply ignore the command (as xindy does) so the sort value will still end up as Perl.The homograph entries have also had their sort fields omitted:
This means that the sort value for both these child entries is “glossary”. When bib2gls encounters identical sort values it acts according to its identical-sort-action setting. The default action is to sort by the label using a simple string comparison. In this case, it would put glossarycol before glossarylist. In the original document, the sort value was manually chosen to ensure that the entries are ordered according to first use. This ordering can easily be obtained by changing bib2gls’s identical sort action (requires at least bib2gls v2.0):
This command should replace \makeglossaries. If you want the sibling information (see earlier), then you need to remember to add save-sibling-count to the list of options.Note that this is a better solution than in the original example. If I edit the document so that glossarycol is used first, then the ordering will be updated accordingly, but with the original example, the sort keys would need to be manually changed.
The remainder of the preamble (that is, the definition of \scriptlang and all the entry definitions) should now be removed.
Finally, replace \printglossaries with \printunsrtglossaries. The document build is now:
pdflatex sample
bib2gls --group sample
pdflatex sample
pdflatex sample
Note use of the --group (or -g) switch, which is needed to support the treenonamegroup style. The third
LaTeX call is needed because the document contains \glsrefentry.
Note that you can’t use the order=letter package option with bib2gls. Instead use the break-at=none resource option:
This document is like sample.tex, above, but uses the inline glossary style to put the glossary in a footnote. The document build is:
pdflatex sample-inline
makeglossaries sample-inline
pdflatex sample-inline
pdflatex sample-inline
If you want to convert this document to glossaries-extra, follow the same procedure as above. If you want to use
bib2gls then you don’t need the --group switch since no letter groups are required.
This document illustrates a hierarchical glossary structure where child entries have different names to their corresponding parent entry. To create the document do:
pdflatex sampletree
makeglossaries sampletree
pdflatex sampletree
The document uses the alttreehypergroup glossary style, which needs to know the widest name for each
hierarchical level. This has been assigned manually in the preamble with \glssetwidest:
(Level 0 is the top-most level. That is, entries that don’t have a parent.) It’s possible to get glossaries to compute the widest top-level entry with \glsfindwidesttoplevelname but this will iterate over all top-level entries, regardless of whether or not they appear in the glossary. If you have a large database of entries, this will firstly take time and secondly the width may be too large due to an unindexed entry with a big name.
This sample document doesn’t require any of the tabular styles so I’ve prevented those packages from being loaded with nolong and nosuper. The reduces the overall package loading.
This is obviously a contrived example since it’s strange to have the symbol names (such as “Sigma”) in the glossary. The purpose is to demonstrate the alttreehypergroup with an entry that’s noticeably wider than the others in the same hierarchical level. A more sensible document would have the symbol in the name key.
glossaries-extraIf you want to switch to glossaries-extra, then you can instead use a combination of nostyles
and stylemods:
This example document is using top-level entries for topics without descriptions. This means that the descriptions simply contain \nopostdesc to prevent the post-description punctuation from being automatically inserted. For example:
With glossaries-extra, you can convert this to \glsxtrnopostpunc which will prevent the post-description punctuation without interfering with the category post-description hook.
In order to distinguish between the child entries, which are symbols, and the parent entries, which are topics, it’s useful to give these two different types of entries different categories. The topics can use the default general category, but the symbol entries can be assigned to a different category. The value of the category key must be a label. For example:
There is some redundancy caused by a parenthetical note after the first use in some of the symbol entries. For example:
With glossaries-extra this can be dealt with through the category post-link hook:
With glossaries-extra, it’s now possible to use the topic styles provided with the glossary-topic package:
Since there’s no description for the top-level entries, the topic style ignores the widest name setting for the top-level, so I can just have the level 1 setting:
bib2glsIf you want to convert this document so that it uses bib2gls, you first need to convert it to using glossaries-extra, as described above, but remember that you now need the record option.
convertgls2bib --preamble-only sampletree.tex entries.bib
Now replace \makeglossaries with:
This means that the \glssetwidest commands can now be removed completely. All the \newglossaryentry commands also need to be removed from the preamble. Finally, \printunsrtglossaries needs to be replaced with \printunsrtglossaries. The document build is now:
pdflatex sampletree
bib2gls sampletree
pdflatex sampletree
This produces the same result as with just glossaries-extra and makeglossaries. However, there are some modifications that can be made to the bib file to make it neater.
The top-level entries are defined as:
Now let’s assume that the symbol entries are defined in a more rational manner, with the actual symbol in the name field. For example:
If you make these changes and rebuild the document, you’ll find that the order has changed. Now the sigma entry is before the pi entry. This is because bib2gls is obtaining the sort values from the name field, which is the sort fallback for @entry. This means that the sort values end up as Σ and π (bib2gls recognises the commands \Sigma and \pi and converts them to the Unicode characters 0x1D6F4 and 0x1D70B).
If you change @entry to @symbol then you will once again get the order from the original example (pi before Sigma). This is because the sort fallback for @symbol is the label not the name. (Remember that the sort fallback is only used if the sort field isn’t set. If you explicitly set the sort field then no fallback is required. See bib2gls gallery: sorting.)
You can further tidy the bib file by removing the category fields. For example:
You can make the bib files even more flexible by introducing field and entry aliases with field-aliases and entry-type-aliases. See the bib2gls manual for further details.
This document illustrates how to cross-reference entries in the glossary.
pdflatex sample-crossref
makeglossaries sample-crossref
pdflatex sample-crossref
The document provides a command \alsoname to produce some fixed text, which can be changed as
appropriate (usually within a language hook):
I’ve used \providecommand as some packages define this command. This is used to create a “see also” cross-reference with the see key:
Note that “marrow” is included in the glossary even though it hasn’t been referenced in the text. This is because the see key automatically triggers \glssee which indexes the term. This behaviour is intended for documents where only the terms that are actually required in the document are defined. It’s not suitable for a large database of terms shared across multiple documents that may or may not be used in a particular document. In that case, you may want to consider using glossaries-extra (see below).
glossaries-extraThis example is quite simple to convert to glossaries-extra. If you want the dot after the
description, you need the nopostdot=false or postdot package option. You may also want to consider using the
stylemods option.
In order to prevent the “marrow” entry from being automatically being added to the glossary as a result of the cross-reference, you can use autoseeindex=false to prevent the automatic indexing triggered by the see key (or the seealso key provided by glossaries-extra).
Note that the “fruit” entry is still included even though it hasn’t been used in the document. This is because it was explicitly indexed with \glssee not via the see key.
The entries that contains see=[\alsoname] can be converted to use the seealso key:
The original example redefines the cross-referencing format to use small caps:
This will still produce the desired effect with glossaries-extra for this simple example but, as with sampleAcrDesc.tex, this redefinition isn’t necessary if you have at least glossaries-extra v1.42.bib2glsIf you want to switch to bib2gls then you first need to switch to glossaries-extra, as described above, but you now need the record option but no longer need the autoseeindex=false option:
convertgls2bib sample-crossref.tex entries.bib
If you have at least v2.0 then convertgls2bib will absorb the cross-referencing information supplied
by:
into the fruit definition:
pdflatex sample-crossref
bib2gls sample-crossref
pdflatex sample-crossref
The glossary now contains: apple, banana, courgette and pear. Note that it doesn’t contain fruit, zucchini or
marrow.
Now change the selection criteria:
The glossary now includes fruit, zucchini and marrow.The fruit and zucchini use the see key which is a simple redirection for the reader. There’s no number list for either of these entries. Whereas marrow uses the seealso key, which is typically intended as a supplement to a number list but in this case there are no locations as marrow hasn’t been used in the text.
With at least v2.0, there’s an alternative:
In this case, the glossary includes fruit and zucchini but not marrow.
This document illustrates how add custom keys (using \glsaddkey). There are two custom keys ed, where the default value is the text field with “ed” appended, and ing, where the default value is the text field with “ing” appended. Since the default value in both cases references the text field, the starred version \glsaddkey* is required to ensure that the default value is expanded on definition if no alternative has been provided.
The entries are then defined as follows:
Each custom key is provided a set of commands analogous to \glsentrytext, that allows the key value to be accessed, and \glstext that allows the key value to be access with indexing and hyperlinking (where applicable).
If you find yourself wanting to create a lot of custom keys that produce minor variations of existing keys (such as different tenses) you may find it simpler to just use \glsdisp. When editing the document source, it’s usually simpler to read:
than
bib2glsIf you want to convert this document to use bib2gls, you first need to switch to glossaries-extra, but remember that you need the record option:
convertgls2bib --index-conversion --preamble-only sample-newkeys.tex entries.bib
The --index-conversion switch requires at least v2.0 and will convert entries without a description (or where
the description is simply \nopostdesc or \glsxtrnopostpunc) to @index instead of @entry. This means that
the new entries.bib file will contain:
The document build is now:
pdflatex sample-newkeys
bib2gls sample-newkeys
pdflatex sample-newkeys
Note that there’s no need for the nonumberlist package option when you don’t use bib2gls’s --group
switch.
This document illustrates how add custom storage keys (using \glsaddstoragekey). The document build is:
pdflatex sample-storage-abbr
makeglossaries sample-storage-abbr
pdflatex sample-storage-abbr
The custom storage key is called abbrtype which defaults to word if not explicitly set. Its value can be accessed with the provided custom command \abbrtype.
A custom abbreviation style is then defined that checks the value of this key and makes certain adjustments depending on whether or not its value is the default word.This essentially forms a very similar function to the glossaries-extra package’s category key, which is also defined as a storage key:
glossaries-extraThis document is much simpler with the glossaries-extra package:
An extension of the previous example where the user needs to provide a description.
This document illustrates how to add a custom key using \glsaddstoragekey and hook into the \gls-like and \glstext-like mechanism used to determine whether or not to hyperlink an entry. The document build is:
pdflatex sample-chap-hyperfirst
makeglossaries sample-chap-hyperfirst
pdflatex sample-chap-hyperfirst
This example creates a storage key called chapter used to store the chapter number.
glossaries-extraIf you want to switch to glossaries-extra you need to change the package loading line:
Most of the earlier makeindex sample files can be adapted to use xindy instead by adding the xindy package option. Situations that you need to be careful about are when the sort value (obtained from the name if the sort key is omitted) contains commands (such as name={\pi}) or is identical to another value (or is identical after xindy has stripped all commands and braces). This section describes sample documents that use features which are unavailable with makeindex.
The document uses UTF8 encoding (with the inputenc package). This is information that needs to be passed to xindy, so the encoding is picked up by makeglossaries from the aux file.
By default, this document will create a xindy style file called samplexdy.xdy, but if you uncomment the lines
it will set the style file to samplexdy-mc.xdy instead. This provides an additional letter group for entries starting with “Mc” or “Mac”. If you use makeglossaries or makeglossaries-lite, you don’t need to supply any additional information. If you don’t use makeglossaries, you will need to specify the required information. Note that if you set the style file to samplexdy-mc.xdy you must also specify \noist, otherwise the glossaries package will overwrite samplexdy-mc.xdy and you will lose the “Mc” letter group.
To create the document do:
pdflatex samplexdy
makeglossaries samplexdy
pdflatex samplexdy
If you don’t have Perl installed then you can’t use makeglossaries, but you also can’t use xindy! However, if
for some reason you want to call xindy explicitly instead of using makeglossaries (or makeglossaries-lite):
xindy -L english -C utf8 -I xindy -M samplexdy -t samplexdy.glg -o samplexdy.gls samplexdy.glo
xindy -I xindy -M samplexdy-mc -t samplexdy.glg -o samplexdy.gls samplexdy.glo
This document creates a new command to use with the format key in the optional argument of commands like \gls to format the location in the number list. The usual type of definition when a hyperlinked location is required should use one of the \hyper⟨xx⟩ commands listed in table 6.1:
Unfortunately, this definition doesn’t work for this particular document and some adjustments are needed (see below). As a result of the adjustments, this command doesn’t actually get used by TeX, even though hyperbfit is used in the format key. It does, however, need to be identified as an attribute so that xindy can recognise it:
This will add information to the xdy file when it’s created by \makeglossaries. If you prevent the creation of this file with \noist then you will need to add the attribute to your custom xdy file (see the provided samplexdy-mc.xdy file).
In order to illustrate unusual location formats, this sample document provides a command called \tallynum{⟨n⟩} that represents its numerical argument with a die or dice where the dots add up to ⟨n⟩:
This command needs to be robust to prevent it from being expanded when it’s written to any of the auxiliary files. The \dicei, …, \dicevi commands are provided by the stix package, so that needs to be loaded.
An associated command \tally{⟨counter⟩} is defined that formats the value of the named ⟨counter⟩ according to \tallynum:
(This shouldn’t be robust as it needs the counter value to expand.) The page numbers are altered to use this format (by redefining \thepage).
This custom location format also needs to be identified in the xdy file so that xindy can recognise it and determine how to form ranges if required.
Again this information is written to the xdy file by \makeglossaries so if you use \noist then you need to manually add it to your custom xdy file.
When xindy creates the associated glossary files, the locations will be written using:
In this case:Remember that in both cases, the second argument #2 is in the form \tally{⟨n⟩}:
These need a command that can grab the actual number and correctly encapsulate it:
If you want to try out the samplexdy-mc.xdy file, the entries starting with “Mac” or “Mc” will be placed in their own “Mc” letter group. Ideally it should be possible to do this simply with \GlsAddLetterGroup (and not require a custom xdy file) but unfortunately the “M” letter group will have already been defined and take precedence over “Mc”, which is why a custom file is required and the normal language module must be suppressed:
This “Mc” group is suitable for names like “Maclaurin” but not for “Mach”. To prevent this, the sort key for that value is set to lower case:
bib2glsIf you want to convert this document so that it uses bib2gls, you first need to switch to glossaries-extra and use the record package option:
The definitions of \hyperbfit should be retained (as well as \tallynum, \tally and the redefinition of \thepage).
The entries all need to be converted to the bib format required by bib2gls.
convertgls2bib --preamble-only samplexdy.tex entries.bib
Next replace \makeglossaries with:
Finally, replace \printglossaries with \printunsrtglossaries. The document build is now:
pdflatex samplexdy
bib2gls --group samplexdy
pdflatex samplexdy
This results in a slightly different ordering from the original document (without the “Mc” letter group). In the original example, “Mach number” was listed before “Mach, Ernest”. The modified document now has “Mach, Ernest” before “Mach number”. This difference is due to bib2gls’s default break-at=word setting, which marks word boundaries with the pipe (|) character, so the sort values for bib2gls are Mach|Earnest| and Mach|number|. See the bib2gls manual for further details of this option, and also see the examples chapter of that manual for alternative approaches when creating entries that contain people’s names.
If you want the “Mc” letter group, it can be obtained by providing a custom sort rule:
One way to get around this problem is to define a custom command to help identify genuine “Mc”/“Mac” prefixes with names that happen to start with “Mac”. For example:
However, when bib2gls works out the sort value, it needs to be defined with something unique that won’t happen to occur at the start of another term. For example:
(Remember that break-at=word will strip spaces and punctuation so don’t include them unless you switch to break-at=none.)
So add the first definition of \Mac to the tex file and modify entries.bib so that it includes the second definition:
Then modify the “Mc”/“Mac” entries as appropriate (see the above “McAdam” and “Maclaurin” examples).The custom sort rule needs to be modified:
Other alternatives include moving @preamble into a separate bib file, so that you can choose whether or not to include it. See the “Examples” chapter of the bib2gls user manual for further examples.
This document illustrates how to use the glossaries package where the location numbers don’t follow a standard format. This example will only work with xindy. To create the document do:
pdflatex samplexdy2
makeglossaries samplexdy2
pdflatex samplexdy2
The explicit xindy call is:
xindy -L english -C utf8 -I xindy -M samplexdy2 -t samplexdy2.glg -o samplexdy2.gls samplexdy2.glo
This example uses the section counter with xindy:
The document employs an eccentric section numbering system for illustrative purposes. The section numbers are prefixed by the chapter number in square brackets:
Parts use Roman numerals:
The section hyperlink name includes the part:
This custom numbering scheme needs to be identified in the xdy file:
If the part is 0 then \thepart will be empty (there isn’t a zero Roman numeral). An extra case is needed to catch this:
Note that this will stop xindy giving a warning, but the location hyperlinks will be invalid if no \part is used.
bib2glsIf you want to switch to bib2gls, you first need to switch to glossaries-extra but remember to use record instead of xindy:
convertgls2bib --preamble-only samplexdy2.tex entries.bib
Now replace \makeglossaries with:
The document build is:
pdflatex samplexdy2
bib2gls samplexdy2
pdflatex samplexdy2
With unusual numbering systems, it’s sometimes better to use record=nameref:
This document is very similar to samplexdy.tex but uses the command \Numberstring from the fmtcount package to format the page numbers instead of the \tally command from the earlier example.
This is another example that uses xindy. Unlike makeindex, xindy can cope with non-Latin characters. This document uses UTF-8 encoding. To create the document do:
pdflatex sampleutf8
makeglossaries sampleutf8
pdflatex sampleutf8
The explicit xindy call is (no line breaks):
xindy
-L
english
-C
utf8
-I
xindy
-M
sampleutf8
-t
sampleutf8.glg
-o
sampleutf8.gls
sampleutf8.glo
If you remove the xindy option from sampleutf8.tex and do:
pdflatex sampleutf8
makeglossaries sampleutf8
pdflatex sampleutf8
or
pdflatex sampleutf8
makeglossaries-lite sampleutf8
pdflatex sampleutf8
you will see that the entries that start with an extended Latin character now appear in the symbols group, and
the word “manœuvre” is now after “manor” instead of before it. If you want to explicitly call makeindex (no
line breaks):
makeindex -s sampleutf8.ist -t sampleutf8.glg -o sampleutf8.gls sampleutf8.glo
bib2glsIf you want to switch to bib2gls, you first need to switch to glossaries-extra but replace xindy with record:
The entries need to be converted to the bib format required by bib2gls:
convertgls2bib --preamble-only --texenc UTF-8 --bibenc UTF-8 sampleutf8.tex entries.bib
Note the first line of the entries.bib file:
Next replace \makeglossaries with:
and remove all the \newglossaryentry commands.Iterative commands like \glsaddall don’t work with bib2gls. Instead, you can select all entries using the selection=all option. This is actually better than \glsaddall, which enforces the selection of all entries by indexing each entry. As a result, with makeindex and xindy (and Option 1), every entry will have the same location (which is the location of the \glsaddall command, in this case page 1). With selection=all, bib2gls will automatically selection all entries even if they don’t have any records (indexing information) so in this case there are no number lists.
Finally, replace \printglossaries with \printunsrtglossaries. The build process is now:
pdflatex sampleutf8
bib2gls --group sampleutf8
pdflatex sampleutf8
bib2gls picks up the encoding of the tex file from the aux file:
The document language, if it has been set, is also added to the aux file when the record option is used. In this case, no language package has been used, so bib2gls will fallback on the system’s default locale. If no sort method is set, the entries will be sorted according to the document language, if set, or the default locale. You can specify a specific locale using the sort key with a locale tag identifier. For example:
(Swiss German new orthography) or: (Icelandic).
This document illustrates how to use the glossaries package without an external indexing application (Option 1). To create the complete document, you need to do:
pdflatex sample-noidxapp
pdflatex sample-noidxapp
Note the need to group the accent command that occurs at the start of the name:
The larger the list of entries, the longer the document build time. This method is very inefficient for large glossaries. See Gallery: glossaries performance for a comparison.
As the previous example, except that it uses the inputenc package. To create the complete document, you need to do:
pdflatex sample-noidxapp-utf8
pdflatex sample-noidxapp-utf8
This method is unsuitable for sorting languages with extended Latin alphabets or non-Latin alphabets. Use
Options 3 or 4 instead.
This document illustrates a four column glossary where the entries have a symbol in addition to the name and description. To create the complete document, you need to do:
pdflatex sample4col
makeglossaries sample4col
pdflatex sample4col
or
pdflatex sample4col
makeglossaries-lite sample4col
pdflatex sample4col
The vertical gap between entries is the gap created at the start of each group. This can be suppressed using the
nogroupskip package option. (If you switch to bib2gls, simply omit the --group command line
option.)
This example uses the long4colheaderborder. This style doesn’t allow multi-line descriptions. You may prefer to use altlong4colheaderborder with long descriptions. However, in either case a style that uses booktabs is preferable. For example, long4col-booktabs or altlongragged4col-booktabs. Note that this requires glossary-longbooktabs, which needs to be explicitly loaded. The style can only be set once this package has been loaded:
glossaries-extraThe glossaries-extra package provides a more compact way of doing this with the stylemods
option:
This document illustrates how to reference the number list in the document text. This requires an additional LaTeX run:
pdflatex sample-numberlist
makeglossaries sample-numberlist
pdflatex sample-numberlist
pdflatex sample-numberlist
This uses the savenumberlist package option, which enables \glsentrynumberlist and \glsdisplaynumberlist
(with limitations). The location counter is set to chapter, so the number list refers to the chapter
numbers.
The number list can’t be obtained until makeindex (or xindy) has created the glossary file. The number list is picked up when this file is input by \printglossary and is then saved in the aux file so that it’s available on the next LaTeX run.
This document contains both commands:
Note that you can’t use \glsdisplaynumberlist with hyperref and Options 2 or 3. If you do, you will get the warning:
Now both lists show as “1–3, 5, 6”.
If you switch to Option 1 (replace \makeglossaries with \makenoidxglossaries and replace \printglossaries with \printnoidxglossaries), then the document build is simply:
pdflatex sample-numberlist
pdflatex sample-numberlist
Now \glsdisplaynumberlist works with hyperref, however there are no ranges, so the first list shows as “1, 2,
3, 5, & 6” and the second list shows as “1, 2, 3, 4, 5, 6”.
bib2glsIf you want to switch to bib2gls, you first need to switch to glossaries-extra (at least v1.42) but remember to include the record option:
convertgls2bib sample-numberlist.tex entries.bib
Replace \makeglossaries with:
pdflatex sample-numberlist
bib2gls sample-numberlist
pdflatex sample-numberlist
Now both ranges and hyperlinks work. The first list shows “1–3, 5, & 6” and the second list shows “1–3, 5, 6”.
You can also use:
This method works much better than using the savenumberlist option because bib2gls saves the formatted number list in the location field (which is an internal field provided by glossaries-extra for the benefit of bib2gls) and the unformatted number list in the loclist internal field (which is also used by Option 1).
With Options 2 and 3, both makeindex and xindy simply create a file containing the commands to typeset the glossary, which is input by \printglossary. This means that it’s quite hard to gather information obtained by the indexing application.
bib2gls, on the other hand, doesn’t write a file containing the glossary. It writes a file containing the entry definitions and uses internal fields to save the indexing information. The glossary is then displayed with \printunsrtglossary, which simply iterates over all defined entries and fetches the required information from those internal fields.
The \glsdisplaynumberlist and \glsentrynumberlist commands are redefined by glossaries-extra-bib2gls to simply access the location field. However, if you want a complete list without ranges you can use:
In this example, this produces “1, 2, 3, 5 & 6”.Note the difference if you use the record=nameref package option instead of just record.
This document illustrates how to selectively enable and disable entry hyperlinks in \glsentryfmt. The document build is:
pdflatex sample-nomathhyper
makeglossaries sample-nomathhyper
pdflatex sample-nomathhyper
This disables the hyperlinks for the main glossary with:
glossaries-extraIf you want to switch to glossaries-extra, then you can instead use the hook that comes before
the keys are set. The preamble is much simpler:
This document illustrates how to change the way an entry is displayed in the text. (This is just a test document. For a real document, I recommend you use the siunitx package to typeset units.) The document build is:
pdflatex sample-entryfmt
makeglossaries sample-entryfmt
pdflatex sample-entryfmt
This redefines \glsentryfmt to add the symbol on first use:
glossaries-extraIf you want to switch to the glossaries-extra package, you can make use of the category
post-link hook instead:
This document illustrates the use of the glossaries-prefix package. An additional run is required to ensure the table of contents is up-to-date:
pdflatex sample-prefix
makeglossaries sample-prefix
pdflatex sample-prefix
pdflatex sample-prefix
Remember that the default separator between the prefix and \gls (or one of its variants) is empty, so if a space
is required it must be inserted at the end of the prefix. However, the xkeyval package (which is used to parse the
⟨key⟩=⟨value⟩ lists) trims leading and trailing space from the values, so an ordinary space character will be lost.
glossaries-extraIf you want to convert this example to use glossaries-extra, then (as from v1.42) you can use
the prefix option:
bib2glsIf you want to switch to bib2gls, first switch to glossaries-extra (as above) but make sure you include the record package option:
convertgls2bib --preamble-only sample-prefix.tex entries.bib
Replace \makeglossaries with
pdflatex sample-prefix
bib2gls sample-prefix
pdflatex sample-prefix
With bib2gls v2.0+, you don’t need to manually insert the spaces at the end of the prefixes. Instead you can instruct bib2gls to insert them. To try this out, remove the trailing ~ and \space from the entries.bib file:
This document uses the glossaries-accsupp package (see §18 Accessibility Support). That package automatically loads glossaries and passes all options to the base package. So you can load both packages at once with just:
This provides additional keys that aren’t available with just the base package, which may be used to provide replacement text. The replacement text is inserted using accsupp’s \BeginAccSupp and \EndAccSupp commands. See the accsupp package for further details of those commands.
Note that this example document is provided to demonstrate glossaries-accsupp as succinctly as possible. The resulting document isn’t fully accessible as it’s not tagged. See the accessibility and tagpdf packages for further information about tagging documents.
It’s not essential to use glossaries-accsupp. You can simply insert the replacement text directly into the field values. For example:
However, this can cause interference (especially with case-changing). With glossaries-accsupp it’s possible to obtain the field values without the accessibility information if required. (If in the future \includegraphics is given extra options to provide replacement text then the image example here won’t be necessary. However, the example can be adapted for images created with TeX code.)
The acronym style is set using:
The first abbreviation is straightforward:
The shortaccess replacement text is automatically set to the long form. The next abbreviation is awkward as the long form contains formatting commands which can’t be included in the replacement text. This means that the shortaccess key must be supplied:
By way of comparison, there are some entries that are technically abbreviations but are defined using \newglossaryentry instead of \newacronym. The replacement text is provided in the access key:
The next entry is a symbol (the integration symbol ∫ ). This could be defined simply as:
and then referenced in the text like this:
This results in the text “Symbol: integral (∫ ).” However if you copy and paste this from the PDF you will find the resulting text is “Symbol: int (R).” This is what’s actually read out by the text-to-speech system.
It would be better if the actual text was the Unicode character 0x222B. This would not only assist the text-to-speech system but also make it easier to copy and paste the text. The simplest method is to identify the character by its hexadecimal code, but in order to do this the \BeginAccSupp command needs to have the options adjusted.
In order to determine whether to use “E”, “ActualText” or “Alt” for a particular field, glossaries-accsupp will check if the command \gls⟨field⟩accsupp exists (where ⟨field⟩ is the internal field label, see table 4.1). Only two of these commands are predefined: \glsshortaccsupp and \glsshortplaccsupp, which is why the shortaccess field uses “E”. If the given command doesn’t exist then the generic \glsaccsupp command is used instead.
This means that in order to simply set symbolaccess to the hexadecimal character code, I need to provide a command called \glssymbolaccsupp:
Now I can adjust the definition of the int entry:The final entry has an image stored in the user1 key. (The image file is provided with the mwe package.) This should use “Alt” instead of “ActualText” so I need to define \glsuseriaccsupp:
The image description is provided in the user1access key:If you try this example and inspect the PDF19.4 then you will find content like:
This shows that “ActualText” was used for \gls{Doctor}. The integral symbol (∫ ) created with \glssymbol{int} is:
Again, “ActualText” has been used, but the character code has been supplied. The image created with \glsuseri{sampleimage} is:
This shows that “Alt” has been used.
The first use of \gls{eg} produces the long form (not reproduced here) followed by the short form:
The subsequent use also has the “E” element:
Similarly for \acrshort{eg}. You can also use the debug=showaccsupp package option. This will show the replacement text in the document, but note that this is the content before it’s processed by \BeginAccSupp.
If the \setacronymstyle command is removed (or commented out) then the result would be different. The first use of \gls uses “E” for the short form but the subsequent use has “ActualText” instead. This is because without \setacronymstyle the original acronym mechanism is used, which is less sophisticated than the newer acronym mechanism that’s triggered with \setacronymstyle.
glossaries-extraIf you want to convert this example so that it uses glossaries-extra, you need to replace the
explicit loading of glossaries-accsupp with an implicit load through the accsupp package option:
The style command \setacronymstyle{long-short} needs to be replaced with:
This is actually the default so you can simply delete the \setacronymstyle line. Substitute the two instances of \newacronym with \newabbreviation. For example: Note that for the tikz entry you can now remove the explicit assignment of shortaccess with glossaries-extra v1.42 as it will strip formatting commands like \emph: It’s also necessary to replace \acrshort, \acrlong and \acrfull with \glsxtrshort, \glsxtrlong and \glsxtrfull.You may notice a slight difference from the original example. The shortaccess field now shows ⟨long⟩ (⟨short⟩) instead of just ⟨long⟩. This is because glossaries-extra redefines \glsdefaultshortaccess to include the short form.
Now that the extension package is being used, there are some other modifications that would tidy up the code and fix a few issues.
The “Doctor” and “Drive” entries should really be defined as abbreviations but they shouldn’t be expanded on first use. The short-nolong style can achieve this and it happens to be the default style for the acronym category. This means that you can simply replace the “Doctor” definition with:
The first use of \gls{Doctor} is just “Dr”. This means that the “E” element will be used instead of “ActualText”. Now I don’t need to supply the accessibility text as its obtained from the long form.The “Drive” entry can be similarly defined but it has the awkward terminating full stop. This means that I had to omit the end of sentence terminator in:
This looks odd when reading the document source and it’s easy to forgot. This is very similar to the situation in the sample-dot-abbr.tex example. I can again use the discardperiod attribute, but I need to assign a different category so that it doesn’t interfere with the “Doctor” entry.
The category is simply a label that’s used in the construction of some internal command names. This means that it must be fully expandable, but I can choose whatever label I like (general, abbreviation, acronym, index, symbol and number are used by various commands provided by glossaries-extra).
In this case, I’ve decided to have a category called shortdotted to indicate an abbreviation that ends with a dot but only the short form is shown on first use:
(The spacing is more noticeable if you first switch to a monospaced font with \ttfamily.)
The “e.g.” abbreviation similarly ends with a dot. It’s not usual to write “for example (e.g.)” in a document, so it really ought to have the same shortdotted category, but it has a long-short form for illustrative purposes in this test document. In this case I need to choose another category so that I can apply a different style. For example:
To further illustrate categories, let’s suppose the symbol and image should be in the name field instead of the symbol and user1 fields. Now the \glssymbolaccsupp and \glsuseriaccsupp commands won’t be used. I can’t deal with both cases if I just provide \glsnameaccsupp.
I could provide category-field versions, such as \glsxtrsymbolnameaccsupp, but remember that this only covers accessing the name field, which is typically only done in the glossary. I would also need similar commands for the first, firstplural, text and plural keys. This is quite complicated, but since I don’t need to worry about any of the other fields it’s simpler to just provide the \glsxtr⟨category⟩accsupp version:
This document defines an ignored glossary for common terms that don’t need a definition. The document build is:
pdflatex sample-ignored
makeglossaries sample-ignored
pdflatex sample-ignored
A new “ignored” glossary is defined with:
Note that the description key isn’t required. This term may be referenced with \gls (which is useful for consistent formatting) but it won’t be indexed.
This document uses \glsenableentrycount and \cgls (described in §14.1 Counting the Number of Times an Entry has been Used (First Use Flag Unset)) so that acronyms only used once don’t appear in the list of acronyms. The document build is:
pdflatex sample-entrycount
pdflatex sample-entrycount
makeglossaries sample-entrycount
pdflatex sample-entrycount
Note the need to call LaTeX twice before makeglossaries, and then a final LaTeX call is required at the
end.
In addition to the sample files listed in §19 Sample Documents, the glossaries package comes with some minimal example files, minimalgls.tex, mwe-gls.tex, mwe-acr.tex and mwe-acr-desc.tex, which can be used for testing. These should be located in the samples subdirectory (folder) of the glossaries documentation directory. The location varies according to your operating system and TeX installation. For example, on my Linux partition it can be found in /usr/local/texlive/2014/texmf-dist/doc/latex/glossaries/. The makeglossariesgui application can also be used to test for various problems. Further information on debugging LaTeX code is available at http://www.dickimaw-books.com/latex/minexample/.
If you have any problems, please first consult the glossaries FAQ. If that doesn’t help, try posting your query to somewhere like the comp.text.tex newsgroup, the LaTeX Community Forum or TeX on StackExchange. Bug reports can be submitted via my package bug report form.
A
\AA 16
†abbreviation styles:
footnote 17
long-short 18, 19, 20
long-short-sc 21
long-short-sc-desc 22
postfootnote 23
short-nolong 24, 25
short-sc-footnote 26
short-sc-footnote-desc 27, 28, 29, 30
short-sc-postfootnote-desc 31, 32, 33, 34
\Ac 35
\ac 36
accessibility package 37, 38, 39
accsupp package 40, 41, 42, 43, 44
\Acf 45
\acf 46
\Acfp 47
\acfp 48
\Acl 49
\acl 50
\Aclp 51
\aclp 52
\Acp 53
\acp 54
\ACRfull 55
\Acrfull 56, 57
\acrfull 58, 59, 60, 61, 62, 63, 64, 65, 66
\acrfullfmt 67, 68, 69
\acrfullformat 70, 71
\ACRfullpl 72
\Acrfullpl 73, 74
\acrfullpl 75, 76
\ACRlong 77
\Acrlong 78, 79
\acrlong 80, 81, 82, 83, 84
\ACRlongpl 85
\Acrlongpl 86, 87
\acrlongpl 88, 89
acronym styles:
dua 90, 91, 92, 93
dua-desc 94, 95
footnote 96, 97, 98
footnote-desc 99
footnote-sc 100
footnote-sc-desc 101, 102, 103, 104, 105
footnote-sm 106
footnote-sm-desc 107
long-sc-short 108, 109, 110, 111, 112
long-sc-short-desc 113, 114
long-short 115, 116, 117, 118, 119, 120
long-short-desc 121, 122, 123
long-sm-short 124, 125, 126
long-sm-short-desc 127
long-sp-short 128, 129, 130
long-sp-short-desc 131
sc-short-long 132
sc-short-long-desc 133
short-long 134
short-long-desc 135
sm-short-long 136
sm-short-long-desc 137
\acronymentry 138, 139, 140, 141, 142, 143
\acronymfont 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154
\acronymname 155, 156
\acronymsort 157, 158, 159, 160, 161
\acronymtype 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174
\ACRshort 175
\Acrshort 176, 177
\acrshort 178, 179, 180, 181, 182, 183, 184
\ACRshortpl 185
\Acrshortpl 186, 187
\acrshortpl 188, 189
\Acs 190
\acs 191
\Acsp 192
\acsp 193
\addcontentsline 194
\alsoname 195
\altnewglossary 196
amsgen package 197, 198, 199, 200, 201
amsmath package 202, 203
\andname 204
arara 205, 206, 207, 208, 209, 210, 211, 212, 213
array package 214, 215
\AtBeginDocument 216
atom 217
auto-completion 218
B
\babel 219
babel package 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249
beamer class 250, 251, 252, 253
beamer package 254
\BeginAccSupp 255, 256, 257, 258
†bib2gls 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480
--group 481, 482, 483, 484, 485
--map-format 486
-g 487
-m 488
†bib2gls entry types
@abbreviation 489, 490, 491, 492, 493, 494, 495
@acronym 496, 497, 498, 499, 500, 501, 502, 503
@dualabbreviationentry 504, 505, 506
@dualentry 507, 508, 509
@dualindexabbreviation 510, 511
@entry 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552
@index 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563
@indexplural 564, 565, 566, 567
@preamble 568, 569, 570, 571, 572, 573, 574, 575
@symbol 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589
booktabs package 590, 591, 592, 593
\bottomrule 594
C
†categories
abbreviation 595, 596, 597, 598, 599, 600, 601, 602, 603
acronym 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616
general 617, 618, 619, 620
index 621
number 622
symbol 623, 624, 625
†category attributes 626
discardperiod 627, 628, 629, 630, 631
glossdesc 632, 633, 634, 635, 636
glossdescfont 637
glossname 638
glosssymbolfont 639
hyperoutside 640
indexonlyfirst 641
insertdots 642, 643, 644, 645, 646
nohyperfirst 647
noshortplural 648
pluraldiscardperiod 649
retainfirstuseperiod 650
textformat 651
\cGls 652
\cgls 653, 654
\cGlsformat 655
\cglsformat 656
\cGlspl 657
\cglspl 658
\cGlsplformat 659
\cglsplformat 660
\chapter 661, 662
\chapter* 663, 664
classicthesis package 665, 666, 667, 668, 669
†convertgls2bib 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687
\currentglossary 688
D
datatool package 689, 690, 691, 692, 693
datatool-base package 694
\DeclareAcronymList 695, 696, 697, 698
\defentryfmt 699
\defglsentry 700, 701
\defglsentryfmt 702, 703, 704, 705, 706, 707, 708, 709, 710
\DefineAcronymSynonyms 711
\delimN 712
\delimR 713
\descriptionname 714
†\dgls 715
\dicei 716
doc package 717, 718, 719, 720
\dtlcompare 721
\dtlicompare 722
\dtlletterindexcompare 723
\dtlwordindexcompare 724
E
\edef 725
\emph 726
encap 727
\EndAccSupp 728, 729
\ensuremath 730, 731
entry location 732
\entryname 733
environments:
theglossary 734
etoolbox package 735, 736, 737, 738, 739, 740, 741, 742
Extended Latin Alphabet 743
extended Latin character 744, 745, 746, 747, 748, 749, 750
F
file types
alg 751
aux 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777
bib 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824
dict 825
docdefs 826, 827, 828
glg 829, 830, 831, 832
glg2 833
glo 834, 835, 836, 837, 838, 839, 840
glo2 841
gls 842, 843
gls2 844
glsdefs 845, 846, 847, 848, 849
glslabels 850
glstex 851, 852
ist 853, 854, 855, 856, 857, 858, 859
ldf 860
lua 861
tex 862, 863, 864, 865, 866, 867, 868, 869, 870
toc 871, 872
xdy 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888
first use 889
flag 890
text 891
\firstacronymfont 892, 893, 894, 895, 896, 897, 898
flowfram package 899
fmtcount package 900, 901, 902, 903
fontspec package 904, 905
\footnote 906, 907, 908, 909, 910, 911, 912, 913, 914, 915
\forallacronyms 916
\forallglossaries 917
\forallglsentries 918
\foreignlanguage 919, 920
\forglsentries 921
G
\Genacrfullformat 922
\genacrfullformat 923, 924, 925, 926, 927, 928
\GenericAcronymFields 929, 930, 931
\Genplacrfullformat 932
\genplacrfullformat 933, 934
\glolinkprefix 935, 936
glossaries package 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953
glossaries-accsupp package 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969
glossaries-babel package 970, 971
glossaries-extra-bib2gls package 972
glossaries-extra-stylemods package 973, 974, 975
glossaries-polyglossia package 976
glossaries-prefix package 977, 978, 979, 980, 981, 982, 983, 984, 985, 986
glossary counters:
glossaryentry 987
glossarysubentry 988
glossary package 989, 990, 991, 992, 993
glossary styles:
altlist 994, 995, 996, 997, 998, 999
altlistgroup 1000, 1001
altlisthypergroup 1002
altlong4col 1003, 1004, 1005
altlong4col-booktabs 1006
altlong4colborder 1007
altlong4colheader 1008, 1009
altlong4colheaderborder 1010, 1011
altlongragged4col 1012, 1013, 1014
altlongragged4col-booktabs 1015, 1016
altlongragged4colborder 1017
altlongragged4colheader 1018, 1019, 1020
altlongragged4colheaderborder 1021
altsuper4col 1022, 1023, 1024
altsuper4colborder 1025
altsuper4colheader 1026
altsuper4colheaderborder 1027
altsuperragged4col 1028, 1029, 1030
altsuperragged4colborder 1031
altsuperragged4colheader 1032
altsuperragged4colheaderborder 1033
alttree 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043
alttreegroup 1044, 1045, 1046
alttreehypergroup 1047, 1048, 1049, 1050
†bookindex 1051, 1052, 1053
index 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065
indexgroup 1066, 1067, 1068
indexhypergroup 1069, 1070, 1071
inline 1072, 1073, 1074
list 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087
listdotted 1088, 1089, 1090, 1091, 1092
listgroup 1093, 1094, 1095, 1096
listhypergroup 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104
long 1105, 1106, 1107, 1108, 1109, 1110
long-booktabs 1111, 1112
†long-name-desc-sym-loc 1113
long3col 1114, 1115, 1116, 1117, 1118
long3col-booktabs 1119
long3colborder 1120, 1121
long3colheader 1122, 1123, 1124, 1125
long3colheaderborder 1126, 1127
long4col 1128, 1129, 1130, 1131, 1132
long4col-booktabs 1133, 1134
long4colborder 1135, 1136
long4colheader 1137, 1138, 1139, 1140
long4colheaderborder 1141, 1142, 1143
longborder 1144
longheader 1145, 1146, 1147, 1148
longheaderborder 1149, 1150
longragged 1151, 1152, 1153, 1154
longragged-booktabs 1155
longragged3col 1156, 1157, 1158, 1159
longragged3col-booktabs 1160
longragged3colborder 1161
longragged3colheader 1162, 1163, 1164
longragged3colheaderborder 1165
longraggedborder 1166
longraggedheader 1167, 1168, 1169
longraggedheaderborder 1170
mcolalttree 1171
mcolalttreegroup 1172
mcolalttreehypergroup 1173
mcolalttreespannav 1174
mcolindex 1175, 1176
mcolindexgroup 1177
mcolindexhypergroup 1178
mcolindexspannav 1179
mcoltree 1180
mcoltreegroup 1181
mcoltreehypergroup 1182, 1183
mcoltreenoname 1184
mcoltreenonamegroup 1185
mcoltreenonamehypergroup 1186
mcoltreenonamespannav 1187
mcoltreespannav 1188
super 1189, 1190, 1191, 1192
super3col 1193, 1194, 1195, 1196
super3colborder 1197
super3colheader 1198, 1199
super3colheaderborder 1200
super4col 1201, 1202, 1203, 1204, 1205
super4colborder 1206, 1207
super4colheader 1208, 1209, 1210
super4colheaderborder 1211, 1212
superborder 1213
superheader 1214, 1215
superheaderborder 1216, 1217
superragged 1218, 1219, 1220, 1221
superragged3col 1222, 1223, 1224, 1225
superragged3colborder 1226
superragged3colheader 1227
superragged3colheaderborder 1228
superraggedborder 1229
superraggedheader 1230, 1231
superraggedheaderborder 1232
†topic 1233, 1234, 1235, 1236
tree 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244
treegroup 1245, 1246, 1247
treehypergroup 1248, 1249, 1250
treenoname 1251, 1252, 1253, 1254
treenonamegroup 1255, 1256, 1257, 1258
treenonamehypergroup 1259, 1260
glossary-bookindex package 1261, 1262, 1263
glossary-inline package 1264, 1265
glossary-list package 1266, 1267, 1268, 1269, 1270, 1271
glossary-long package 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280
glossary-longbooktabs package 1281, 1282, 1283, 1284
†glossary-longextra package 1285, 1286
glossary-longnoloc package 1287
glossary-longragged package 1288, 1289, 1290, 1291
glossary-mcols package 1292, 1293, 1294, 1295, 1296, 1297, 1298
glossary-ragged package 1299
glossary-super package 1300, 1301, 1302, 1303, 1304, 1305
glossary-superragged package 1306, 1307, 1308
†glossary-topic package 1309, 1310
glossary-topic package 1311, 1312
glossary-tree package 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324
glossaryentry (counter) 1325, 1326, 1327, 1328
\glossaryentrynumbers 1329, 1330, 1331, 1332
\glossaryheader 1333, 1334, 1335
\glossaryname 1336, 1337
\glossarypostamble 1338, 1339
\glossarypreamble 1340, 1341, 1342, 1343
\glossarysection 1344
\glossarystyle 1345
glossarysubentry (counter) 1346
\glossentry 1347, 1348, 1349
\Glossentrydesc 1350, 1351
\glossentrydesc 1352, 1353, 1354, 1355, 1356, 1357
\Glossentryname 1358, 1359
\glossentryname 1360, 1361, 1362
†\glossentrynameother 1363
\Glossentrysymbol 1364
\glossentrysymbol 1365, 1366, 1367, 1368, 1369, 1370
\GLS 1371, 1372, 1373, 1374
\Gls 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386
\gls 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419
\gls* 1420
†\glsabbrvfont 1421
\glsaccessibility 1422, 1423, 1424, 1425, 1426
†\Glsaccesslong 1427
†\glsaccesslong 1428
†\Glsaccesslongpl 1429
†\glsaccesslongpl 1430
†\glsaccessshort 1431, 1432
†\glsaccessshortpl 1433, 1434
\glsaccsupp 1435, 1436
\glsacrpluralsuffix 1437
\glsacspace 1438
\glsadd 1439, 1440, 1441, 1442, 1443, 1444, 1445
\glsaddall 1446, 1447, 1448, 1449
\glsaddall options
types 1450
\glsaddallunused 1451
\glsaddkey 1452, 1453, 1454, 1455, 1456
\GlsAddLetterGroup 1457
\glsaddprotectedpagefmt 1458
\glsaddstoragekey 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466
\GlsAddXdyAttribute 1467, 1468, 1469
\GlsAddXdyCounters 1470, 1471
\GlsAddXdyLocation 1472, 1473
\glsautoprefix 1474
\glsbackslash 1475
\glscapscase 1476, 1477, 1478
†\glscategory 1479
\glsclearpage 1480
\glsclosebrace 1481
\glscurrententrylabel 1482, 1483, 1484, 1485, 1486, 1487, 1488
\glscurrentfieldvalue 1489, 1490, 1491
\glscustomtext 1492, 1493, 1494
\GlsDeclareNoHyperList 1495, 1496, 1497
\glsdefaultshortaccess 1498, 1499
\glsdefaulttype 1500, 1501, 1502, 1503, 1504, 1505
†\glsdefpostdesc 1506, 1507, 1508
†\glsdefpostlink 1509, 1510, 1511, 1512, 1513
\GLSdesc 1514
\Glsdesc 1515
\glsdesc 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524
\glsdescwidth 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536
\glsdisablehyper 1537, 1538, 1539, 1540, 1541
\glsdisp 1542, 1543, 1544, 1545, 1546, 1547
\glsdisplay 1548, 1549
\glsdisplayfirst 1550, 1551
\glsdisplaynumberlist 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559
\glsdoifexists 1560
\glsdoifexistsordo 1561
\glsdoifexistsorwarn 1562
\glsdoifnoexists 1563
\glsdoifnoexistsordo 1564
\glsdosanitizesort 1565, 1566
\glsenableentrycount 1567, 1568
\glsenablehyper 1569
\glsentrycounterlabel 1570
\GlsEntryCounterLabelPrefix 1571
\glsentrycurrcount 1572
\Glsentrydesc 1573, 1574, 1575, 1576, 1577
\glsentrydesc 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587
\Glsentrydescplural 1588
\glsentrydescplural 1589
\Glsentryfirst 1590
\glsentryfirst 1591, 1592
\Glsentryfirstplural 1593
\glsentryfirstplural 1594
\glsentryfmt 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606
\Glsentryfull 1607
\glsentryfull 1608, 1609, 1610, 1611, 1612, 1613
\Glsentryfullpl 1614
\glsentryfullpl 1615
\glsentryitem 1616, 1617
\Glsentrylong 1618, 1619, 1620, 1621
\glsentrylong 1622, 1623, 1624
\Glsentrylongpl 1625, 1626
\glsentrylongpl 1627, 1628
\Glsentryname 1629, 1630
\glsentryname 1631, 1632, 1633, 1634, 1635
\glsentrynumberlist 1636, 1637, 1638, 1639, 1640
\glsentryparent 1641, 1642
\Glsentryplural 1643
\glsentryplural 1644, 1645, 1646
\Glsentryprefix 1647
\glsentryprefix 1648, 1649
\Glsentryprefixfirst 1650
\glsentryprefixfirst 1651
\Glsentryprefixfirstplural 1652
\glsentryprefixfirstplural 1653
\Glsentryprefixplural 1654
\glsentryprefixplural 1655
\glsentryprevcount 1656
\Glsentryshort 1657
\glsentryshort 1658
\Glsentryshortpl 1659
\glsentryshortpl 1660
\glsentrysort 1661
\Glsentrysymbol 1662
\glsentrysymbol 1663, 1664, 1665, 1666, 1667, 1668
\Glsentrysymbolplural 1669
\glsentrysymbolplural 1670
\Glsentrytext 1671, 1672, 1673, 1674, 1675
\glsentrytext 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684
\glsentrytitlecase 1685, 1686
\glsentrytype 1687
\Glsentryuseri 1688
\glsentryuseri 1689, 1690
\Glsentryuserii 1691
\glsentryuserii 1692
\Glsentryuseriii 1693
\glsentryuseriii 1694
\Glsentryuseriv 1695
\glsentryuseriv 1696
\Glsentryuserv 1697
\glsentryuserv 1698
\Glsentryuservi 1699
\glsentryuservi 1700
\glsexpandfields 1701
\glsfieldaccsupp 1702
\glsfielddef 1703
\glsfieldedef 1704
\glsfieldfetch 1705
\glsfieldgdef 1706
\glsfieldxdef 1707, 1708, 1709, 1710
\glsfindwidesttoplevelname 1711, 1712
†\glsFindWidestUsedLevelTwo 1713
†\glsFindWidestUsedTopLevelName 1714
\GLSfirst 1715
\Glsfirst 1716
\glsfirst 1717
†\glsfirstabbrvscfont 1718, 1719, 1720, 1721
†\glsfirstlongfootnotefont 1722, 1723, 1724, 1725, 1726
\GLSfirstplural 1727
\Glsfirstplural 1728
\glsfirstplural 1729
†\glsfmtfirst 1730
†\Glsfmtlong 1731, 1732
†\glsfmtname 1733, 1734, 1735
†\glsfmtshort 1736
†\glsfmttext 1737, 1738, 1739, 1740
\glsgenacfmt 1741, 1742, 1743, 1744, 1745, 1746, 1747
\glsgenentryfmt 1748, 1749, 1750, 1751, 1752
\glsgetgrouptitle 1753
\glsglossarymark 1754, 1755, 1756, 1757, 1758
\glsgroupheading 1759, 1760
\glsgroupskip 1761, 1762, 1763
\glshyperlink 1764, 1765, 1766
\glshypernavsep 1767
\glsifhyper 1768
\glsifhyperon 1769, 1770, 1771
\glsIfListOfAcronyms 1772
\glsifplural 1773, 1774, 1775, 1776
\glsignore 1777
\glsinlinedescformat 1778
\glsinlineemptydescformat 1779
\glsinlinenameformat 1780
\glsinlineparentchildseparator 1781, 1782
\glsinlineseparator 1783, 1784
\glsinlinesubdescformat 1785
\glsinlinesubnameformat 1786
\glsinlinesubseparator 1787, 1788
\glsinsert 1789, 1790
\glslabel 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804
\glslabeltok 1805, 1806
\glsletentryfield 1807
\glslink 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1815, 1816, 1817
\glslink options
counter 1818, 1819
format 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1830, 1831, 1832, 1833
hyper 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841
†hyperoutside 1842
local 1843
†noindex 1844
†prefix 1845
†textformat 1846
†theHvalue 1847
†thevalue 1848
†wrgloss 1849
\glslinkcheckfirsthyperhook 1850
\glslinkpostsetkeys 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859
\glslinkprefix 1860
†\glslinkpresetkeys 1861
\glslinkvar 1862
\glslistdottedwidth 1863
\glslistnavigationitem 1864
\glslocalreset 1865
\glslocalresetall 1866
\glslocalunset 1867
\glslocalunsetall 1868
†\glslongfont 1869
\glslongtok 1870, 1871, 1872, 1873, 1874
\glsmcols 1875
\glsmoveentry 1876
\GLSname 1877
\Glsname 1878
\glsname 1879
\glsnamefont 1880, 1881, 1882
\glsnavhypertarget 1883
\glsnavigation 1884
\glsnoexpandfields 1885
\glsnoidxdisplayloc 1886
\glsnumberformat 1887, 1888, 1889, 1890, 1891, 1892
\glsnumberlistloop 1893
\glsnumbersgroupname 1894
\glsnumbersgrouptitle 1895
\glsnumlistlastsep 1896
\glsnumlistsep 1897
\glsopenbrace 1898
\glspagelistwidth 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906
\glspar 1907
\glspatchtabularx 1908
\glspercentchar 1909
\GLSpl 1910, 1911, 1912, 1913, 1914
\Glspl 1915, 1916, 1917, 1918, 1919, 1920, 1921
\glspl 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932
\GLSplural 1933
\Glsplural 1934
\glsplural 1935
\glspluralsuffix 1936, 1937, 1938, 1939, 1940, 1941
\glspostdescription 1942, 1943, 1944
\glspostinline 1945, 1946
\glspostlinkhook 1947, 1948, 1949, 1950, 1951
\glsprefixsep 1952
\glsprestandardsort 1953, 1954, 1955
†\glsps 1956
†\glspt 1957, 1958, 1959, 1960, 1961
\glsquote 1962
\glsrefentry 1963, 1964, 1965, 1966, 1967, 1968
\glsreset 1969, 1970, 1971
\glsresetall 1972
\glsresetentrycounter 1973
\glsrestoreLToutput 1974
\glssee 1975, 1976, 1977, 1978, 1979, 1980
\glsseeformat 1981, 1982
\glsseeitemformat 1983, 1984, 1985, 1986, 1987, 1988, 1989
\glsseelastsep 1990
\glsseelist 1991
\glsseesep 1992
\glsSetAlphaCompositor 1993, 1994
†\glssetcategoryattribute 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014
\glsSetCompositor 2015, 2016
\glssetexpandfield 2017
\glssetnoexpandfield 2018
\GlsSetQuote 2019, 2020
\glsSetSuffixF 2021
\glsSetSuffixFF 2022
\glssetwidest 2023, 2024, 2025, 2026, 2027
\GlsSetWriteIstHook 2028
\GlsSetXdyCodePage 2029, 2030, 2031
\GlsSetXdyFirstLetterAfterDigits 2032
\GlsSetXdyLanguage 2033, 2034, 2035, 2036
\GlsSetXdyLocationClassOrder 2037
\GlsSetXdyMinRangeLength 2038, 2039
\GlsSetXdyNumberGroupOrder 2040
\glsshortaccsupp 2041, 2042
\glsshortplaccsupp 2043, 2044
\glsshorttok 2045, 2046, 2047
\glsshowaccsupp 2048
\glsshowtarget 2049, 2050
\glsshowtargetfont 2051
\glsshowtargetouter 2052
\glssortnumberfmt 2053
\glssubentrycounterlabel 2054
\glssubentryitem 2055, 2056
\GLSsymbol 2057
\Glssymbol 2058
\glssymbol 2059, 2060, 2061, 2062, 2063, 2064
\glssymbolaccsupp 2065
\glssymbolsgroupname 2066, 2067
\glstarget 2068, 2069
\GLStext 2070, 2071
\Glstext 2072, 2073
\glstext 2074, 2075, 2076, 2077
\glstextformat 2078, 2079, 2080, 2081, 2082, 2083
\glstextup 2084
\glstildechar 2085
\glstocfalse 2086
\glstoctrue 2087
\glstreechildpredesc 2088
\glstreegroupheaderfmt 2089
\glstreeindent 2090
\glstreeitem 2091
\glstreenamebox 2092
\glstreenamefmt 2093
\glstreenavigationfmt 2094
\glstreepredesc 2095
\glstreesubitem 2096
\glstreesubsubitem 2097
\glstype 2098, 2099, 2100
\glsunset 2101
\glsunsetall 2102, 2103
\GlsUseAcrEntryDispStyle 2104
\GlsUseAcrStyleDefs 2105
\GLSuseri 2106
\Glsuseri 2107
\glsuseri 2108
\glsuseriaccsupp 2109
\GLSuserii 2110
\Glsuserii 2111
\glsuserii 2112
\GLSuseriii 2113
\Glsuseriii 2114
\glsuseriii 2115
\GLSuseriv 2116
\Glsuseriv 2117
\glsuseriv 2118
\GLSuserv 2119
\Glsuserv 2120
\glsuserv 2121
\GLSuservi 2122
\Glsuservi 2123
\glsuservi 2124
\glswrallowprimitivemodsfalse 2125
\glswrite 2126
\glswriteentry 2127
†\glsxtr@makeglossaries 2128
†\glsxtr@record 2129
†\glsxtr@record@nameref 2130
†\glsxtr@recordsee 2131
†\glsxtr@resource 2132, 2133
†\glsxtr@texencoding 2134
†\glsxtrabbrvfootnote 2135, 2136, 2137, 2138, 2139
†\glsxtrabbrvtype 2140, 2141, 2142
†\glsxtrbookindexname 2143
†\glsxtrcombiningdiacriticrules 2144, 2145
†\glsxtrcontrolrules 2146, 2147
†\glsxtrdigitrules 2148, 2149
†\glsxtrdopostpunc 2150, 2151
†\glsxtrequationlocfmt 2152
†\glsxtrfieldforlistloop 2153
†\glsxtrfieldformatlist 2154, 2155
†\glsxtrfmt 2156, 2157, 2158, 2159, 2160, 2161, 2162
†\GlsXtrFmtField 2163
†\glsxtrfootnotedescname 2164, 2165
†\glsxtrfootnotedescsort 2166, 2167
†\glsxtrfull 2168, 2169, 2170, 2171
†\glsxtrfullsep 2172, 2173, 2174, 2175, 2176
†\glsxtrgeneralpuncrules 2177, 2178
†\glsxtrglossentry 2179, 2180, 2181
†\glsxtrhyphenrules 2182, 2183
†\GlsXtrIfFieldEqNum 2184
†\GlsXtrIfFieldNonZero 2185
†\glsxtrifhasfield 2186, 2187
†\glsxtrifwasfirstuse 2188, 2189, 2190, 2191
†\GlsXtrIfXpFieldEqXpStr 2192, 2193, 2194
†\Glsxtrinlinefullformat 2195
†\glsxtrinlinefullformat 2196
†\Glsxtrinlinefullplformat 2197
†\glsxtrinlinefullplformat 2198
†\GlsXtrLoadResources 2199, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226, 2227, 2228, 2229, 2230, 2231, 2232, 2233, 2234, 2235, 2236, 2237, 2238, 2239, 2240, 2241, 2242
†\GlsXtrLoadResources options
abbreviation-sort-fallback 2243
append-prefix-field 2244
break-at 2245, 2246, 2247, 2248, 2249
category 2250
combine-dual-locations 2251
dual-category 2252
dual-prefix 2253, 2254, 2255
dual-sort 2256
dual-type 2257, 2258, 2259
entry-type-aliases 2260
ext-prefixes 2261
field-aliases 2262
identical-sort-action 2263
ignore-fields 2264
label-prefix 2265
loc-counters 2266
name-case-change 2267
primary-location-formats 2268
replicate-fields 2269, 2270
save-child-count 2271
save-locations 2272, 2273, 2274
save-loclist 2275
save-sibling-count 2276, 2277, 2278, 2279
save-locations 2280, 2281
selection 2282, 2283, 2284, 2285, 2286, 2287, 2288
set-widest 2289
sort 2290, 2291, 2292, 2293, 2294, 2295, 2296, 2297, 2298, 2299, 2300, 2301
sort-rule 2302
src 2303, 2304, 2305, 2306, 2307, 2308, 2309, 2310, 2311, 2312, 2313, 2314, 2315, 2316, 2317, 2318, 2319, 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2327, 2328, 2329, 2330, 2331, 2332, 2333, 2334, 2335, 2336, 2337, 2338, 2339, 2340, 2341, 2342, 2343, 2344
type 2345, 2346, 2347
†\glsxtrlong 2348, 2349, 2350, 2351
†\glsxtrnewgls 2352
†\glsxtrnewglslike 2353, 2354, 2355, 2356
†\glsxtrnewnumber 2357
†\glsxtrnewsymbol 2358, 2359, 2360, 2361
†\glsxtrnonprintablerules 2362, 2363
†\glsxtrnopostpunc 2364, 2365, 2366, 2367, 2368, 2369, 2370, 2371
†\glsxtrp 2372
†\glsxtrparen 2373, 2374, 2375, 2376, 2377
†\glsxtrpostlinkAddSymbolOnFirstUse 2378
†\glsxtrsectionlocfmt 2379, 2380, 2381
†\GlsXtrSetAltModifier 2382, 2383
†\glsxtrshort 2384, 2385, 2386, 2387, 2388
†\glsxtrspacerules 2389, 2390
†\GlsXtrUseAbbrStyleFmts 2391
†\GlsXtrUseAbbrStyleSetup 2392
H
html package 2393
\hyperbf 2394, 2395, 2396, 2397, 2398, 2399
\hyperbfit 2400
\hyperbsf 2401
\hyperemph 2402
\hyperit 2403, 2404, 2405
\hyperlink 2406, 2407
\hypermd 2408
\hyperpage 2409
hyperref package 2410, 2411, 2412, 2413, 2414, 2415, 2416, 2417, 2418, 2419, 2420, 2421, 2422, 2423, 2424, 2425, 2426, 2427, 2428, 2429, 2430, 2431, 2432, 2433, 2434, 2435, 2436, 2437, 2438, 2439, 2440, 2441, 2442
\hyperrm 2443, 2444, 2445
\hypersc 2446
\hypersf 2447
\hypersl 2448
\hypertarget 2449
\hypertt 2450
\hyperup 2451
I
\ifglossaryexists 2452
\ifglsdescsuppressed 2453
\ifglsentryexists 2454
\ifglsfieldcseq 2455
\ifglsfielddefeq 2456
\ifglsfieldeq 2457, 2458
\ifglshaschildren 2459, 2460
\ifglshasdesc 2461
\ifglshasfield 2462
\ifglshaslong 2463, 2464, 2465, 2466, 2467
\ifglshasparent 2468
\ifglshasprefix 2469
\ifglshasprefixfirst 2470
\ifglshasprefixfirstplural 2471
\ifglshasprefixplural 2472
\ifglshasshort 2473, 2474, 2475
\ifglshassymbol 2476, 2477, 2478
\ifglsucmark 2479
\ifglsused 2480, 2481, 2482, 2483, 2484, 2485, 2486, 2487, 2488, 2489
†\ifglsxtrinsertinside 2490, 2491, 2492, 2493, 2494, 2495, 2496, 2497
\ifignoredglossary 2498
imakeidx package 2499
\include 2500
\includegraphics 2501, 2502
\index 2503, 2504, 2505, 2506
index package 2507
\indexname 2508
\indexspace 2509, 2510, 2511, 2512
\input 2513, 2514
inputenc package 2515, 2516, 2517, 2518, 2519, 2520, 2521
\inputencodingname 2522
internal fields:
†location 2523, 2524, 2525
loclist 2526
†siblingcount 2527, 2528
useri 2529
\item 2530, 2531
L
\label 2534
latex 2535, 2536
latexmk 2537, 2538, 2539
Latin alphabet 2540, 2541, 2542
Latin character 2543, 2544, 2545, 2546, 2547, 2548, 2549
link text 2550, 2551, 2552, 2553, 2554, 2555, 2556, 2557, 2558, 2559, 2560, 2561, 2562, 2563, 2564, 2565, 2566, 2567, 2568, 2569, 2570, 2571, 2572, 2573, 2574, 2575, 2576, 2577, 2578, 2579, 2580, 2581, 2582, 2583, 2584, 2585, 2586, 2587, 2588, 2589, 2590, 2591, 2592, 2593, 2594, 2595, 2596, 2597, 2598, 2599, 2600, 2601, 2602, 2603, 2604, 2605, 2606, 2607, 2608, 2609, 2610, 2611, 2612, 2613, 2614, 2615, 2616
\listbreak 2617
\loadglsentries 2618, 2619, 2620, 2621, 2622, 2623, 2624, 2625, 2626
location list see number list
\longnewglossaryentry 2628, 2629, 2630, 2631
\longprovideglossaryentry 2632
longtable package 2633, 2634
M
\makeatletter 2635
\makeatother 2636
\makefirstuc 2637, 2638, 2639, 2640
makeglossaries 2641, 2642, 2643, 2644, 2645, 2646, 2647, 2648, 2649, 2650, 2651, 2652, 2653, 2654, 2655, 2656, 2657, 2658, 2659, 2660, 2661, 2662, 2663, 2664, 2665, 2666, 2667, 2668, 2669, 2670, 2671, 2672, 2673, 2674, 2675, 2676, 2677, 2678, 2679, 2680, 2681, 2682, 2683, 2684, 2685, 2686, 2687, 2688, 2689, 2690, 2691, 2692, 2693, 2694, 2695, 2696, 2697, 2698, 2699, 2700, 2701, 2702, 2703, 2704, 2705, 2706, 2707, 2708, 2709, 2710, 2711, 2712, 2713, 2714, 2715, 2716, 2717, 2718, 2719, 2720, 2721, 2722, 2723, 2724, 2725, 2726, 2727, 2728, 2729, 2730, 2731, 2732, 2733, 2734, 2735, 2736, 2737, 2738, 2739, 2740
-d 2741
-k 2742
-m 2743
-Q 2744
-q 2745
-x 2746
\makeglossaries 2747, 2748, 2749, 2750, 2751, 2752, 2753, 2754, 2755, 2756, 2757, 2758, 2759, 2760, 2761, 2762, 2763, 2764, 2765, 2766, 2767, 2768, 2769, 2770, 2771, 2772, 2773, 2774, 2775, 2776, 2777, 2778, 2779, 2780, 2781, 2782, 2783
makeglossaries-lite 2784, 2785, 2786, 2787, 2788, 2789, 2790, 2791, 2792, 2793, 2794, 2795, 2796, 2797, 2798, 2799, 2800, 2801, 2802, 2803, 2804, 2805, 2806, 2807, 2808, 2809, 2810
makeglossariesgui 2811, 2812, 2813
makeidx package 2814
makeindex 2815, 2816, 2817, 2818, 2819, 2820, 2821, 2822, 2823, 2824, 2825, 2826, 2827, 2828, 2829, 2830, 2831, 2832, 2833, 2834, 2835, 2836, 2837, 2838, 2839, 2840, 2841, 2842, 2843, 2844, 2845, 2846, 2847, 2848, 2849, 2850, 2851, 2852, 2853, 2854, 2855, 2856, 2857, 2858, 2859, 2860, 2861, 2862, 2863, 2864, 2865, 2866, 2867, 2868, 2869, 2870, 2871, 2872, 2873, 2874, 2875, 2876, 2877, 2878, 2879, 2880, 2881, 2882, 2883, 2884, 2885, 2886, 2887, 2888, 2889, 2890, 2891, 2892, 2893, 2894, 2895, 2896, 2897, 2898, 2899, 2900, 2901, 2902, 2903, 2904, 2905, 2906, 2907, 2908, 2909, 2910, 2911, 2912, 2913, 2914, 2915, 2916, 2917, 2918, 2919, 2920, 2921, 2922, 2923, 2924, 2925, 2926, 2927, 2928, 2929, 2930, 2931, 2932, 2933, 2934, 2935, 2936, 2937, 2938, 2939, 2940, 2941, 2942, 2943, 2944, 2945, 2946, 2947, 2948, 2949, 2950, 2951, 2952, 2953, 2954, 2955, 2956, 2957, 2958, 2959, 2960, 2961, 2962, 2963
-g 2964, 2965, 2966
-l 2967, 2968, 2969, 2970, 2971
\makenoidxglossaries 2972, 2973, 2974, 2975, 2976, 2977, 2978, 2979, 2980, 2981, 2982
\MakeTextUppercase 2983, 2984
\markboth 2985
memoir class 2986, 2987, 2988, 2989
\memUChead 2990
mfirstuc package 2991, 2992, 2993, 2994, 2995, 2996, 2997
\mfirstucMakeUppercase 2998
\midrule 2999
multicol package 3000
mwe package 3001, 3002
N
nameref package 3003
†\newabbreviation 3004, 3005, 3006, 3007, 3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015, 3016, 3017, 3018, 3019, 3020, 3021, 3022, 3023, 3024, 3025, 3026, 3027, 3028, 3029, 3030, 3031, 3032, 3033, 3034, 3035
†\newabbreviationstyle 3036
\newacronym 3037, 3038, 3039, 3040, 3041, 3042, 3043, 3044, 3045, 3046, 3047, 3048, 3049, 3050, 3051, 3052, 3053, 3054, 3055, 3056, 3057, 3058, 3059, 3060, 3061, 3062, 3063, 3064, 3065, 3066, 3067, 3068, 3069, 3070, 3071, 3072, 3073, 3074, 3075, 3076, 3077, 3078, 3079, 3080, 3081, 3082, 3083, 3084, 3085, 3086, 3087, 3088, 3089, 3090, 3091, 3092, 3093, 3094, 3095, 3096, 3097, 3098, 3099
\newacronymstyle 3100, 3101, 3102
\newdualentry 3103, 3104
\newglossary 3105, 3106, 3107, 3108, 3109, 3110, 3111
\newglossary* 3112, 3113, 3114, 3115
\newglossaryentry 3116, 3117, 3118, 3119, 3120, 3121, 3122, 3123, 3124, 3125, 3126, 3127, 3128, 3129, 3130, 3131, 3132, 3133, 3134, 3135, 3136, 3137, 3138, 3139, 3140, 3141, 3142, 3143, 3144, 3145, 3146, 3147, 3148
\newglossaryentry options
access 3149, 3150
†alias 3151, 3152, 3153, 3154
†category 3155, 3156, 3157, 3158, 3159, 3160, 3161, 3162, 3163, 3164, 3165, 3166, 3167, 3168, 3169
description 3170, 3171, 3172, 3173, 3174, 3175, 3176, 3177, 3178, 3179, 3180, 3181, 3182, 3183, 3184, 3185, 3186, 3187, 3188, 3189, 3190, 3191, 3192
descriptionaccess 3193
descriptionplural 3194, 3195, 3196, 3197
descriptionpluralaccess 3198
entrycounter 3199, 3200
first 3201, 3202, 3203, 3204, 3205, 3206, 3207, 3208, 3209, 3210, 3211, 3212, 3213, 3214, 3215, 3216, 3217, 3218, 3219, 3220, 3221, 3222, 3223, 3224, 3225, 3226, 3227, 3228
firstaccess 3229
firstplural 3230, 3231, 3232, 3233, 3234, 3235, 3236, 3237, 3238, 3239, 3240, 3241, 3242, 3243, 3244, 3245, 3246, 3247, 3248, 3249
firstpluralaccess 3250
long 3251, 3252, 3253, 3254, 3255, 3256, 3257, 3258, 3259, 3260, 3261, 3262, 3263, 3264
longaccess 3265
longplural 3266, 3267, 3268, 3269, 3270, 3271, 3272, 3273, 3274, 3275, 3276
longpluralaccess 3277
name 3278, 3279, 3280, 3281, 3282, 3283, 3284, 3285, 3286, 3287, 3288, 3289, 3290, 3291, 3292, 3293, 3294, 3295, 3296, 3297, 3298, 3299, 3300, 3301, 3302, 3303, 3304, 3305, 3306, 3307, 3308, 3309, 3310, 3311, 3312, 3313, 3314, 3315, 3316, 3317, 3318, 3319, 3320, 3321, 3322, 3323, 3324, 3325, 3326, 3327, 3328, 3329, 3330, 3331, 3332, 3333, 3334, 3335, 3336, 3337, 3338
nonumberlist 3339
parent 3340, 3341, 3342, 3343
plural 3344, 3345, 3346, 3347, 3348, 3349, 3350, 3351, 3352, 3353, 3354, 3355, 3356, 3357, 3358, 3359, 3360, 3361, 3362, 3363, 3364, 3365, 3366
pluralaccess 3367
prefix 3368, 3369, 3370, 3371, 3372, 3373, 3374, 3375, 3376
prefixfirst 3377, 3378, 3379, 3380, 3381
prefixfirstplural 3382, 3383, 3384, 3385
prefixplural 3386, 3387, 3388, 3389, 3390, 3391, 3392, 3393
see 3394, 3395, 3396, 3397, 3398, 3399, 3400, 3401, 3402, 3403, 3404, 3405, 3406, 3407, 3408, 3409, 3410, 3411, 3412, 3413, 3414, 3415, 3416, 3417, 3418, 3419, 3420, 3421, 3422
†seealso 3423, 3424, 3425, 3426, 3427, 3428, 3429, 3430, 3431, 3432
short 3433, 3434, 3435, 3436, 3437, 3438, 3439, 3440, 3441, 3442, 3443, 3444, 3445, 3446, 3447, 3448
shortaccess 3449, 3450, 3451, 3452, 3453, 3454, 3455
shortplural 3456, 3457, 3458, 3459, 3460, 3461, 3462, 3463, 3464, 3465, 3466, 3467, 3468
shortpluralaccess 3469
sort 3470, 3471, 3472, 3473, 3474, 3475, 3476, 3477, 3478, 3479, 3480, 3481, 3482, 3483, 3484, 3485, 3486, 3487, 3488, 3489, 3490, 3491, 3492, 3493, 3494, 3495, 3496, 3497, 3498, 3499, 3500, 3501, 3502, 3503, 3504, 3505, 3506, 3507, 3508, 3509, 3510, 3511, 3512, 3513, 3514, 3515, 3516, 3517, 3518, 3519, 3520, 3521, 3522, 3523, 3524, 3525, 3526, 3527, 3528, 3529, 3530, 3531
subentrycounter 3532
symbol 3533, 3534, 3535, 3536, 3537, 3538, 3539, 3540, 3541, 3542, 3543, 3544, 3545, 3546, 3547, 3548, 3549, 3550, 3551, 3552
symbolaccess 3553, 3554
symbolplural 3555, 3556, 3557
symbolpluralaccess 3558
text 3559, 3560, 3561, 3562, 3563, 3564, 3565, 3566, 3567, 3568, 3569, 3570, 3571, 3572, 3573, 3574, 3575, 3576, 3577, 3578, 3579, 3580, 3581, 3582, 3583, 3584, 3585, 3586, 3587, 3588, 3589, 3590, 3591, 3592
textaccess 3593
type 3594, 3595, 3596, 3597, 3598, 3599, 3600, 3601, 3602
user1 3603, 3604, 3605, 3606, 3607, 3608, 3609, 3610, 3611, 3612, 3613, 3614, 3615, 3616, 3617, 3618, 3619
user1access 3620, 3621
user2 3622, 3623, 3624, 3625, 3626
user2access 3627
user3 3628, 3629, 3630, 3631
user3access 3632
user4 3633, 3634, 3635, 3636
user4access 3637
user5 3638, 3639, 3640, 3641
user5access 3642
user6 3643, 3644, 3645, 3646, 3647
user6access 3648
\newglossarystyle 3649, 3650, 3651, 3652
\newignoredglossary 3653, 3654, 3655, 3656, 3657, 3658
\newline 3659, 3660
\newterm 3661, 3662
ngerman package 3663, 3664, 3665, 3666
\nohyperpage 3667
\noist 3668, 3669, 3670, 3671, 3672, 3673, 3674, 3675, 3676, 3677, 3678, 3679
Non-Latin Alphabet 3680
non-Latin character 3681, 3682, 3683, 3684, 3685, 3686, 3687, 3688, 3689, 3690, 3691
\nopostdesc 3692, 3693, 3694, 3695, 3696, 3697, 3698, 3699, 3700, 3701, 3702, 3703, 3704
\nopostdot 3705
\null 3706, 3707
\number 3708
number list 3709, 3710, 3711, 3712, 3713, 3714, 3715, 3716, 3717, 3718, 3719, 3720, 3721, 3722, 3723, 3724, 3725, 3726, 3727, 3728, 3729, 3730, 3731, 3732, 3733, 3734, 3735, 3736, 3737, 3738, 3739, 3740, 3741, 3742, 3743, 3744, 3745, 3746, 3747, 3748, 3749, 3750, 3751, 3752, 3753, 3754, 3755, 3756, 3757, 3758, 3759, 3760, 3761, 3762, 3763, 3764, 3765, 3766, 3767, 3768, 3769, 3770, 3771, 3772, 3773, 3774, 3775, 3776, 3777, 3778, 3779, 3780, 3781, 3782, 3783, 3784, 3785, 3786, 3787, 3788, 3789, 3790, 3791, 3792, 3793, 3794, 3795, 3796
\numberline 3797
P
package options:
†abbreviations 3800, 3801, 3802, 3803, 3804, 3805, 3806, 3807
†accsupp 3808, 3809, 3810
acronym 3811, 3812, 3813, 3814, 3815, 3816, 3817, 3818, 3819, 3820, 3821, 3822, 3823, 3824, 3825, 3826, 3827, 3828, 3829, 3830, 3831, 3832, 3833, 3834, 3835, 3836, 3837, 3838, 3839, 3840, 3841, 3842, 3843, 3844, 3845
true 3846, 3847
acronymlists 3848, 3849, 3850, 3851, 3852, 3853, 3854
acronyms 3855, 3856, 3857
automake 3858, 3859, 3860, 3861
false 3862
immediate 3863, 3864, 3865
true 3866, 3867
†autoseeindex 3868
false 3869, 3870
compatible-2.07 3871, 3872, 3873
compatible-3.07 3874, 3875, 3876
counter 3877, 3878, 3879, 3880, 3881
equation 3882
page 3883
counterwithin 3884, 3885, 3886, 3887, 3888
debug 3889, 3890, 3891, 3892
†all 3893
false 3894, 3895
showaccsupp 3896, 3897, 3898
showtargets 3899
†showwrgloss 3900
true 3901
description (deprecated) 3902, 3903, 3904, 3905, 3906, 3907, 3908, 3909, 3910
disablemakegloss 3911, 3912
†docdef 3913
atom 3914, 3915
false 3916
restricted 3917, 3918, 3919, 3920
true 3921, 3922
dua (deprecated) 3923, 3924
entrycounter 3925, 3926, 3927, 3928, 3929
false 3930
true 3931
†equations 3932
esclocations 3933
false 3934, 3935, 3936
true 3937
†floats 3938
footnote (deprecated) 3939, 3940, 3941, 3942, 3943, 3944
hyperfirst 3945, 3946, 3947, 3948
false 3949, 3950, 3951, 3952, 3953, 3954, 3955
true 3956, 3957
index 3958, 3959, 3960, 3961, 3962, 3963, 3964
†indexcounter 3965
†indexcrossrefs 3966
indexonlyfirst 3967, 3968, 3969, 3970
false 3971
kernelglossredefs 3972
false 3973
makeindex 3974, 3975, 3976
noglossaryindex 3977
nogroupskip 3978, 3979, 3980, 3981, 3982, 3983, 3984, 3985
false 3986
nohyperfirst 3987
nohypertypes 3988, 3989, 3990, 3991, 3992, 3993, 3994, 3995, 3996
index 3997
nolangwarn 3998, 3999
nolist 4000, 4001, 4002
nolong 4003, 4004, 4005, 4006, 4007
nomain 4008, 4009, 4010, 4011, 4012, 4013, 4014, 4015, 4016, 4017, 4018, 4019
†nomissingglstext 4020
nonumberlist 4021, 4022, 4023, 4024, 4025, 4026, 4027, 4028, 4029, 4030, 4031, 4032, 4033
nopostdot 4034, 4035
false 4036, 4037, 4038, 4039, 4040, 4041
true 4042, 4043, 4044, 4045
noredefwarn 4046
nostyles 4047, 4048, 4049, 4050, 4051, 4052, 4053, 4054, 4055, 4056, 4057, 4058
nosuper 4059, 4060, 4061, 4062, 4063
notranslate 4064, 4065, 4066
notree 4067, 4068, 4069, 4070
nowarn 4071, 4072, 4073
numberedsection 4074, 4075, 4076, 4077, 4078, 4079
autolabel 4080, 4081, 4082
false 4083
nameref 4084
nolabel 4085
numberline 4086, 4087
numbers 4088, 4089, 4090
order 4091, 4092, 4093, 4094
letter 4095, 4096, 4097, 4098, 4099, 4100
word 4101, 4102
†postdot 4103, 4104, 4105, 4106, 4107, 4108
†postpunc 4109
†prefix 4110, 4111, 4112, 4113
†record 4114, 4115, 4116, 4117, 4118, 4119, 4120, 4121, 4122, 4123, 4124, 4125, 4126, 4127, 4128, 4129, 4130, 4131, 4132, 4133, 4134
alsoindex 4135, 4136
nameref 4137, 4138, 4139, 4140, 4141, 4142, 4143, 4144, 4145, 4146, 4147
only 4148, 4149, 4150, 4151, 4152, 4153
record 4154, 4155
restoremakegloss 4156, 4157
sanitizesort 4158, 4159, 4160
false 4161, 4162, 4163, 4164, 4165, 4166
true 4167, 4168, 4169, 4170, 4171, 4172, 4173, 4174, 4175
savenumberlist 4176, 4177, 4178, 4179, 4180
false 4181
savewrites 4182, 4183, 4184
false 4185
section 4186, 4187
seeautonumberlist 4188, 4189, 4190, 4191
seenoindex 4192, 4193
ignore 4194
warn 4195
shortcuts 4196, 4197
smallcaps (deprecated) 4198, 4199, 4200, 4201, 4202, 4203
smaller (deprecated) 4204, 4205, 4206, 4207, 4208
sort 4209, 4210
def 4211, 4212, 4213, 4214, 4215, 4216, 4217, 4218, 4219, 4220, 4221
none 4222, 4223, 4224, 4225, 4226, 4227
standard 4228, 4229, 4230
use 4231, 4232, 4233, 4234, 4235, 4236, 4237, 4238, 4239, 4240, 4241
style 4242, 4243, 4244, 4245, 4246, 4247, 4248, 4249
index 4250
list 4251
†stylemods 4252, 4253, 4254, 4255, 4256, 4257, 4258, 4259, 4260, 4261, 4262, 4263
subentrycounter 4264, 4265, 4266, 4267, 4268, 4269
false 4270
symbols 4271, 4272, 4273, 4274, 4275, 4276, 4277, 4278
toc 4279, 4280, 4281, 4282, 4283, 4284, 4285
false 4286
true 4287, 4288
translate 4289, 4290, 4291, 4292
babel 4293, 4294, 4295, 4296, 4297, 4298, 4299, 4300
false 4301, 4302, 4303, 4304
true 4305, 4306, 4307, 4308
ucmark 4309, 4310, 4311
false 4312
true 4313
†undefaction 4314
writeglslabels 4315, 4316
xindy 4317, 4318, 4319, 4320, 4321, 4322, 4323, 4324, 4325, 4326, 4327, 4328, 4329, 4330, 4331, 4332, 4333
xindygloss 4334, 4335
xindynoglsnumbers 4336, 4337
page (counter) 4338, 4339
page type precedence 4340
\pagelistname 4341
pdflatex 4342, 4343
\PGLS 4344
\Pgls 4345
\pgls 4346, 4347
\PGLSpl 4348
\Pglspl 4349
\pglspl 4350
\pi 4351
polyglossia package 4352, 4353, 4354, 4355, 4356, 4357, 4358
\primary 4359
\printacronyms 4360, 4361, 4362
\printglossaries 4363, 4364, 4365, 4366, 4367, 4368, 4369, 4370, 4371
\printglossary 4372, 4373, 4374, 4375, 4376, 4377, 4378, 4379, 4380, 4381, 4382, 4383, 4384, 4385, 4386, 4387
\printglossary options
entrycounter 4388
†label 4389
nogroupskip 4390
nonumberlist 4391
nopostdot 4392
numberedsection 4393
†prefix 4394
style 4395, 4396, 4397, 4398, 4399
subentrycounter 4400
†target 4401, 4402
†targetnameprefix 4403
title 4404, 4405, 4406, 4407, 4408
toctitle 4409
type 4410, 4411
\printindex 4412
\printnoidxglossaries 4413, 4414
\printnoidxglossary 4415, 4416, 4417, 4418, 4419, 4420, 4421, 4422, 4423, 4424, 4425, 4426, 4427
\printnoidxglossary options
sort 4428, 4429, 4430, 4431, 4432
\printnumbers 4433
\printsymbols 4434
†\printunsrtacronyms 4435
†\printunsrtglossaries 4436, 4437, 4438, 4439, 4440, 4441, 4442, 4443, 4444, 4445, 4446, 4447, 4448, 4449, 4450, 4451, 4452
†\printunsrtglossary 4453, 4454, 4455, 4456, 4457, 4458, 4459, 4460, 4461, 4462, 4463, 4464, 4465, 4466
\providecommand 4467, 4468
\provideglossaryentry 4469, 4470
†\provideignoredglossary 4471
R
relsize package 4472, 4473, 4474
\Roman 4475
S
\S 4476
sanitize 4477, 4478, 4479, 4480, 4481
scrwfile package 4482
\section* 4483, 4484
†\seealsoname 4485, 4486
\seename 4487, 4488, 4489
†\setabbreviationstyle 4490, 4491, 4492, 4493, 4494, 4495, 4496, 4497, 4498, 4499, 4500, 4501, 4502, 4503, 4504, 4505, 4506, 4507, 4508, 4509, 4510, 4511, 4512, 4513, 4514, 4515, 4516, 4517, 4518, 4519, 4520, 4521, 4522
\setabbreviationstyle 4523
\SetAcronymLists 4524
\setacronymstyle 4525, 4526, 4527, 4528, 4529, 4530, 4531, 4532, 4533, 4534
\setentrycounter 4535, 4536
\setglossarypreamble 4537, 4538
\setglossarysection 4539, 4540
\setglossarystyle 4541, 4542, 4543, 4544, 4545, 4546, 4547
\setStyleFile 4548, 4549, 4550
\setupglossaries 4551
\Sigma 4552
siunitx package 4553, 4554
small caps 4555, 4556, 4557, 4558, 4559, 4560, 4561, 4562, 4563, 4564
\space 4565
standard LaTeX extended Latin character 4566, 4567
stix package 4568, 4569
\subglossentry 4570
supertabular package 4571, 4572, 4573
\symbolname 4574
T
tabularx package 4575, 4576, 4577, 4578
tagpdf package 4579, 4580, 4581
\texorpdfstring 4582, 4583
\textbf 4584, 4585
textcase package 4586, 4587, 4588
\textrm 4589
\textsc 4590, 4591, 4592, 4593, 4594, 4595, 4596
\textsmaller 4597, 4598, 4599, 4600
\textulc 4601
\textup 4602
\the 4603, 4604
theglossary (environment) 4605
\theHequation 4606
\thepage 4607, 4608
\toprule 4609
tracklang package 4610, 4611, 4612
translator package 4613, 4614, 4615, 4616, 4617, 4618, 4619, 4620, 4621, 4622, 4623, 4624, 4625, 4626, 4627, 4628, 4629, 4630, 4631, 4632, 4633, 4634, 4635, 4636, 4637
U
\usepackage 4638
W
\write18 4639, 4640
\writeist 4641
X
xfor package 4642
†\xGlsXtrSetField 4643
xindy 4644, 4645, 4646, 4647, 4648, 4649, 4650, 4651, 4652, 4653, 4654, 4655, 4656, 4657, 4658, 4659, 4660, 4661, 4662, 4663, 4664, 4665, 4666, 4667, 4668, 4669, 4670, 4671, 4672, 4673, 4674, 4675, 4676, 4677, 4678, 4679, 4680, 4681, 4682, 4683, 4684, 4685, 4686, 4687, 4688, 4689, 4690, 4691, 4692, 4693, 4694, 4695, 4696, 4697, 4698, 4699, 4700, 4701, 4702, 4703, 4704, 4705, 4706, 4707, 4708, 4709, 4710, 4711, 4712, 4713, 4714, 4715, 4716, 4717, 4718, 4719, 4720, 4721, 4722, 4723, 4724, 4725, 4726, 4727, 4728, 4729, 4730, 4731, 4732, 4733, 4734, 4735, 4736, 4737, 4738, 4739, 4740, 4741, 4742, 4743, 4744, 4745, 4746, 4747, 4748, 4749, 4750, 4751, 4752, 4753, 4754, 4755, 4756, 4757, 4758, 4759, 4760, 4761, 4762, 4763, 4764, 4765, 4766, 4767, 4768, 4769, 4770, 4771, 4772, 4773, 4774, 4775, 4776, 4777, 4778, 4779, 4780, 4781, 4782, 4783, 4784, 4785, 4786, 4787, 4788, 4789, 4790, 4791, 4792, 4793, 4794, 4795, 4796, 4797, 4798, 4799, 4800, 4801, 4802, 4803, 4804, 4805, 4806, 4807, 4808, 4809, 4810, 4811, 4812, 4813, 4814, 4815, 4816, 4817, 4818, 4819, 4820, 4821, 4822, 4823, 4824, 4825, 4826, 4827, 4828
-C 4829, 4830, 4831, 4832, 4833
-I 4834, 4835
-L 4836, 4837, 4838, 4839
-M 4840
xindy attributes 4841, 4842, 4843, 4844, 4845
:locref 4846
xkeyval package 4847, 4848, 4849
\xspace 4850
xspace package 4851, 4852, 4853, 4854, 4855, 4856, 4857
1.1That is, if the entry has been referenced using any of the commands described in §6 Links to Glossary Entries and §7 Adding an Entry to the Glossary Without Generating Text or via \glssee (or the see key) or commands such as \acrshort or \glsxtrshort.
1.2Except for Klingon, which is supported by xindy, but not by the CLDR.
1.3You can just use the base glossaries package for the first case, but it’s less convenient. You’d have to manually insert the entry target before the sectioning command and use \glsentryname{⟨label⟩} or \Glsentryname{⟨label⟩} to display the entry name.
1.4\glossentrysymbol is defined by the base glossaries package but is redefined by glossaries-extra.
1.5deprecated, use babel instead
1.6Added to version makeglossaries 2.18.
1.7As from v3.01 \gls is no longer fragile and doesn’t need protecting.
1.8The batch file makeglossaries.bat has been removed since the TeX distributions for Windows provide makeglossaries.exe.
2.1These figures don’t include standard files and registers provided by the kernel or hyperref, such as aux and out.
2.2unless memoir is loaded, which case it uses \markboth
2.3Actually it uses \mfirstucMakeUppercase which is set to textcase’s \MakeTextUppercase by the glossaries package. This makes it consistent with \makefirstuc. (The textcase package is automatically loaded by glossaries.)
2.4bug fix in v4.16 has corrected the code to ensure this.
2.5Actually it sets \acronymtype to \glsdefaulttype if the acronym package option is not used, but \glsdefaulttype usually has the value main unless the nomain option has been used.
4.1This is because \acronymtype is set to \glsdefaulttype if the acronym package option is not used.
6.1See also “Displaying the glossary” in the documented code, glossaries-code.pdf.
6.2I’ve used \MakeUppercase in all the examples for clarity, but it will actually use \mfirstucMakeUppercase.
6.3\glsdisplayfirst and \glsdisplay are now deprecated. Backwards compatibility should be preserved but you may need to use the compatible-3.07 option
8.1makeindex will always assign a location number, even if it’s not needed, so it needs to be discarded.
8.2If you redefine \glsseeformat, keep the default value of the optional argument as \seename as both see and \glssee explicitly write [\seename] in the output file if no optional argument is given.
8.3In versions before 3.0, \glsentryname was used, but this could cause problems when the name key was sanitized.
9.1versions before 3.0 used \glsentryname as the default, but this could cause problems when name had been sanitized.
10.1you can’t use the longheaderborder style for this example as you can’t use the longtable environment in two column mode.
11.1see \glsSetCompositor described in §3 Setting Up
11.2see \glsSetAlphaCompositor described in §3 Setting Up
11.3With glossaries-extra seealso is appended to the end of the list.
13.1as from version 1.18
13.2See David Carlisle’s explanation in Drawbacks of xspace
15.1These lengths will not be available if you use both the nolong and nosuper package options or if you use the nostyles package option unless you explicitly load the relevant package.
15.2This style was supplied by Axel Menzel.
15.3e.g. with the flowfram package.
17.1Single letter words, such as “a” and “I” should typically not appear at the end of a line, hence the non-breakable space after “a” in the prefix field.
17.2The earlier caveats about initial non-Latin characters apply.
19.1makeindex assumes that the location is a page number
19.2If you use babel with a language that makes the colon character : active you will need to change the prefix.
19.3Requires at least bib2gls v2.0.
19.4You can either uncompress the PDF file and view it in a text editor or you can use a tool such as the PDFDebugger provided with PDFBox.