Package texlive-bib2gls

Convert .bib files to glossaries-extra.sty resource files

http://tug.org/texlive/

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: selects entries according to
records found in the .aux file (similar to bibtex),
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.

Version: svn65104

General Commands

bib2gls bib2gls is designed to work with the glossaries-extra LaTeX package. (The record package option is required.)
convertgls2bib Converts a .tex file containing glossary definitions using commands like \newglossaryentry and \newacronym to a .bib file in the format required for bib2gls.