convertgls2bib (1) Linux Manual Page
SYNOPSIS
convertgls2bib [option]+ auxfile
DESCRIPTION
Converts a .tex file containing glossary definitions using commands like "
ewglossaryentry" and "
ewacronym" to a .bib file in the format required for bib2gls.
OPTIONS
–helpor-h- Display help message and exit.
–versionor-v- Display version information and exit.
–silent- Suppress all messages except for errors.
–verbose- Display messages.
–debug- Display debugging messages.
–texencname- Set the character encoding to name for the input
.texfiles. –bibencname- Set the character encoding to name for the output
.bibfiles. –ignore-sort- Ignore the
sortfield (default). –no-ignore-sort- Don’t ignore the
sortfield. –ignore-type- Omit the
typefield. Default if–split-on-type. –no-ignore-type- Don’t omit the
typefield. Default unless–split-on-type. –split-on-typeor-t- Split the entries into separate files according to the
typefield. This option automatically implements–ignore-typeand–no-overwrite. –no-split-on-type- Don’t split the entries into separate files according to the
typefield (default). –ignore-category- Omit the
categoryfield. Default if–split-on-category. –no-ignore-category- Don’t omit the
categoryfield. Default unless–split-on-category. –split-on-categoryor-t- Split the entries into separate files according to the
categoryfield. This option automatically implements–ignore-categoryand–no-overwrite. –no-split-on-category- Don’t split the entries into separate files according to the
categoryfield (default). –ignore-fieldslist or-flist- Ignore all the fields in the comma-separated list. If the list includes
sort,typeorcategoryit will automatically implement the corresponding–ignore-sort,–ignore-typeor–ignore—categoryoption.This option isn’t cumulative. An empty list will clear a previously set list but won’t undo the sort, type or category ignore options.
–overwrite- Overwrite existing .bib files. Default unless
–split-on-typeused. –no-overwrite- Don’t overwrite existing .bib files. Default if
–split-on-typeused. –index-conversionor-i- Any entries that would normally be converted to @entry that don’t have a description or just have the description set to "
opostdesc" or "\glsxtrnopostpunc" will be converted to @index and thedescriptionfield will be omitted. –no-index-conversion- Don’t use @index instead of @entry if the description is empty or just "
opostdesc" or "\glsxtrnopostpunc" (default). –absorb-see- Absorb "\glssee" and "\glsxtrindexseealso" into the data (default).
–no-absorb-see- Don’t absorb "\glssee" and "\glsxtrindexseealso" into the data.
–preamble-onlyor-p- Only parse the document preamble.
–no-preamble-only- Parse the entire document (default).
–space-subvalue or-svalue- Substitute spaces in labels with value.
–localelang tag- Use the language resource files associated with the given language tag lang tag. If there isn’t an appropriate file, the
en(English) file will be used.
REQUIRES
Java 8 and a TeX distribution.
LICENSE
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
RECOMMENDED READING
The bib2gls manual:
texdoc bib2gls
The glossaries-extra manual:
texdoc glossaries-extra
The glossaries manual:
texdoc glossaries
AUTHOR
Nicola L. C. Talbot, <http://www.dickimaw-books.com/>
