This Java command line application may be used to extract glossary information stored in a .bib
file and convert it into glossary entry definition commands. This application should be used with glossaries-extra.sty
's record package option. It performs two functions in one: it selects entries according to records found in the .aux
file (similar to BibTeX), and hierarchically sorts entries and collates location lists (similar to MakeIndex or Xindy). The glossary entries can then be managed in a system such as JabRef, and only the entries that are actually required will be defined, reducing the resources required by TeX.
The supplementary application convertgls2bib
can be used to convert existing .tex
files containing definitions (\newglossaryentry
etc.)#: to the .bib
format required by bib2gls
.