1CONVERTGLS2BIB(1) convertgls2bib CONVERTGLS2BIB(1)
2
3
4
6 convertgls2bib [option]+ auxfile
7
9 Converts a .tex file containing glossary definitions using commands
10 like "\newglossaryentry" and "\newacronym" to a .bib file in the format
11 required for bib2gls.
12
14 --help or -h
15 Display help message and exit.
16
17 --version or -v
18 Display version information and exit.
19
20 --silent
21 Suppress all messages except for errors.
22
23 --verbose
24 Display messages.
25
26 --debug
27 Display debugging messages.
28
29 --texenc name
30 Set the character encoding to name for the input .tex files.
31
32 --bibenc name
33 Set the character encoding to name for the output .bib files.
34
35 --ignore-sort
36 Ignore the sort field (default).
37
38 --no-ignore-sort
39 Don't ignore the sort field.
40
41 --ignore-type
42 Omit the type field. Default if --split-on-type.
43
44 --no-ignore-type
45 Don't omit the type field. Default unless --split-on-type.
46
47 --split-on-type or -t
48 Split the entries into separate files according to the type field.
49 This option automatically implements --ignore-type and
50 --no-overwrite.
51
52 --no-split-on-type
53 Don't split the entries into separate files according to the type
54 field (default).
55
56 --ignore-category
57 Omit the category field. Default if --split-on-category.
58
59 --no-ignore-category
60 Don't omit the category field. Default unless --split-on-category.
61
62 --split-on-category or -t
63 Split the entries into separate files according to the category
64 field. This option automatically implements --ignore-category and
65 --no-overwrite.
66
67 --no-split-on-category
68 Don't split the entries into separate files according to the
69 category field (default).
70
71 --ignore-fields list or -f list
72 Ignore all the fields in the comma-separated list. If the list
73 includes sort, type or category it will automatically implement the
74 corresponding --ignore-sort, --ignore-type or --ignore--category
75 option.
76
77 This option isn't cumulative. An empty list will clear a previously
78 set list but won't undo the sort, type or category ignore options.
79
80 --overwrite
81 Overwrite existing .bib files. Default unless --split-on-type used.
82
83 --no-overwrite
84 Don't overwrite existing .bib files. Default if --split-on-type
85 used.
86
87 --index-conversion or -i
88 Any entries that would normally be converted to @entry that don't
89 have a description or just have the description set to
90 "\nopostdesc" or "\glsxtrnopostpunc" will be converted to @index
91 and the description field will be omitted.
92
93 --no-index-conversion
94 Don't use @index instead of @entry if the description is empty or
95 just "\nopostdesc" or "\glsxtrnopostpunc" (default).
96
97 --absorb-see
98 Absorb "\glssee" and "\glsxtrindexseealso" into the data (default).
99
100 --no-absorb-see
101 Don't absorb "\glssee" and "\glsxtrindexseealso" into the data.
102
103 --preamble-only or -p
104 Only parse the document preamble.
105
106 --no-preamble-only
107 Parse the entire document (default).
108
109 --space-sub value or -s value
110 Substitute spaces in labels with value.
111
112 --locale lang tag
113 Use the language resource files associated with the given language
114 tag lang tag. If there isn't an appropriate file, the en (English)
115 file will be used.
116
118 Java 8 and a TeX distribution.
119
121 License GPLv3+: GNU GPL version 3 or later
122 <http://gnu.org/licenses/gpl.html> This is free software: you are free
123 to change and redistribute it. There is NO WARRANTY, to the extent
124 permitted by law.
125
127 The bib2gls manual:
128
129 texdoc bib2gls
130
131 The glossaries-extra manual:
132
133 texdoc glossaries-extra
134
135 The glossaries manual:
136
137 texdoc glossaries
138
140 Nicola L. C. Talbot, <http://www.dickimaw-books.com/>
141
142
143
144perl v5.34.1 2020-02-11 CONVERTGLS2BIB(1)