bib2gls icon indicating copy to clipboard operation
bib2gls copied to clipboard

Command line application to convert .bib files to glossaries-extra.sty resource file

Results 4 bib2gls issues
Sort by recently updated
recently updated
newest added

I'm using `bib2gls` version 3.9 (2024-01-30) and found a situation where I can't execute `bib2gls` from a certain directory. I've tested this with the following structure: ``` ├── out │  ...

I am using latexmk with bib2gls via this script ``` add_cus_dep('aux', 'glstex', 0, 'run_bib2gls'); sub run_bib2gls { my ($base, $path) = fileparse( $_[0] ); my $silent_command = $silent ? "--silent"...

Hi. Using `*hypergroup` styles, there are no issues if the TeX file is compiled once after calling `bib2gls file`, but compiling it twice duplicates all navigation menus for the custom...

There seems to be a problem with large (or many) aux files/entries with some installations: I have a large latex project consisting of a main tex file which includes one...