From 192f4c66a71d440fb0b417aeddadc3d90b6fae38 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 23 Nov 2021 22:41:27 +0000 Subject: bib2gls (23nov21) git-svn-id: svn://tug.org/texlive/trunk@61134 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/man/man1/bib2gls.1 | 7 ++++++- Master/texmf-dist/doc/man/man1/bib2gls.man1.pdf | Bin 37709 -> 38355 bytes .../doc/man/man1/convertgls2bib.man1.pdf | Bin 28664 -> 28664 bytes Master/texmf-dist/doc/support/bib2gls/CHANGES | 20 ++++++++++++++++++++ .../doc/support/bib2gls/bib2gls-begin.pdf | Bin 726640 -> 726657 bytes Master/texmf-dist/doc/support/bib2gls/bib2gls.pdf | Bin 4926320 -> 4985737 bytes .../support/bib2gls/examples/sample-authors.pdf | Bin 51554 -> 51554 bytes .../support/bib2gls/examples/sample-bacteria.pdf | Bin 54223 -> 54223 bytes .../support/bib2gls/examples/sample-chemical.pdf | Bin 54005 -> 54005 bytes .../support/bib2gls/examples/sample-citations.pdf | Bin 49744 -> 49744 bytes .../support/bib2gls/examples/sample-constants.pdf | Bin 97787 -> 97787 bytes .../bib2gls/examples/sample-hierarchical.pdf | Bin 52507 -> 52507 bytes .../bib2gls/examples/sample-markuplanguages.pdf | Bin 61070 -> 61070 bytes .../doc/support/bib2gls/examples/sample-maths.pdf | Bin 121232 -> 121290 bytes .../doc/support/bib2gls/examples/sample-media.pdf | Bin 166498 -> 166498 bytes .../support/bib2gls/examples/sample-msymbols.pdf | Bin 109213 -> 109213 bytes .../doc/support/bib2gls/examples/sample-multi1.pdf | Bin 255317 -> 255317 bytes .../doc/support/bib2gls/examples/sample-multi2.pdf | Bin 330725 -> 330725 bytes .../doc/support/bib2gls/examples/sample-nested.pdf | Bin 52519 -> 52519 bytes .../doc/support/bib2gls/examples/sample-people.pdf | Bin 50318 -> 50318 bytes .../bib2gls/examples/sample-textsymbols.pdf | Bin 73043 -> 73043 bytes .../bib2gls/examples/sample-textsymbols2.pdf | Bin 70258 -> 70258 bytes .../doc/support/bib2gls/examples/sample-units1.pdf | Bin 57346 -> 57346 bytes .../doc/support/bib2gls/examples/sample-units2.pdf | Bin 59077 -> 59077 bytes .../doc/support/bib2gls/examples/sample-units3.pdf | Bin 44644 -> 44644 bytes .../support/bib2gls/examples/sample-usergroups.pdf | Bin 23850 -> 23851 bytes 26 files changed, 26 insertions(+), 1 deletion(-) (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/man/man1/bib2gls.1 b/Master/texmf-dist/doc/man/man1/bib2gls.1 index 61572af24b0..71c14c4da10 100644 --- a/Master/texmf-dist/doc/man/man1/bib2gls.1 +++ b/Master/texmf-dist/doc/man/man1/bib2gls.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "BIB2GLS 1" -.TH BIB2GLS 1 "2021-11-05" "perl v5.32.1" "bib2gls" +.TH BIB2GLS 1 "2021-11-06" "perl v5.32.1" "bib2gls" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -150,6 +150,11 @@ according to information found in the \fIauxfile\fR (similar to \&\fBbibtex\fR); (2) hierarchically sorts entries and collates location lists (similar to \fBmakeindex\fR and \fBxindy\fR). The .aux extension may be omitted from \fIauxfile\fR. +.PP +The \fIauxfile\fR (and corresponding .log file) should either be in the +current directory or in the directory specified by \fB\-\-dir\fR. Bib files can +either be relative to the directory the \fIauxfile\fR is in +or in a location that can be found by kpsewhich. .SH "OPTIONS" .IX Header "OPTIONS" .IP "\fB\-\-help\fR or \fB\-h\fR" 4 diff --git a/Master/texmf-dist/doc/man/man1/bib2gls.man1.pdf b/Master/texmf-dist/doc/man/man1/bib2gls.man1.pdf index 3fa9a668fb2..f014d79769a 100644 Binary files a/Master/texmf-dist/doc/man/man1/bib2gls.man1.pdf and b/Master/texmf-dist/doc/man/man1/bib2gls.man1.pdf differ diff --git a/Master/texmf-dist/doc/man/man1/convertgls2bib.man1.pdf b/Master/texmf-dist/doc/man/man1/convertgls2bib.man1.pdf index 80df2d02864..d59449d4d7a 100644 Binary files a/Master/texmf-dist/doc/man/man1/convertgls2bib.man1.pdf and b/Master/texmf-dist/doc/man/man1/convertgls2bib.man1.pdf differ diff --git a/Master/texmf-dist/doc/support/bib2gls/CHANGES b/Master/texmf-dist/doc/support/bib2gls/CHANGES index 36e8039ff4a..dc10b362cfc 100644 --- a/Master/texmf-dist/doc/support/bib2gls/CHANGES +++ b/Master/texmf-dist/doc/support/bib2gls/CHANGES @@ -1,3 +1,23 @@ +v2.9 (2021-11-22): + + * Support for \multiglossaryentry (new to glossaries-extra v1.48) + This has led to new resource options: + + - compound-dependent + - compound-add-hierarchy + - compound-has-records + - compound-adjust-name + - compound-write-defs + - compound-options-global + - compound-main-type + - compound-other-type + - compound-type-override + + * added -q and --quiet as synonyms for --silent + + * issue #14: bib2gls breaks hypergroup styles + https://github.com/nlct/bib2gls/issues/14 + v2.8 (2021-11-05): * Support for new features of mfirstuc v2.07: diff --git a/Master/texmf-dist/doc/support/bib2gls/bib2gls-begin.pdf b/Master/texmf-dist/doc/support/bib2gls/bib2gls-begin.pdf index c178684a171..4530c0ab114 100644 Binary files a/Master/texmf-dist/doc/support/bib2gls/bib2gls-begin.pdf and b/Master/texmf-dist/doc/support/bib2gls/bib2gls-begin.pdf differ diff --git a/Master/texmf-dist/doc/support/bib2gls/bib2gls.pdf b/Master/texmf-dist/doc/support/bib2gls/bib2gls.pdf index 05aefcaeac1..960690a83f7 100644 Binary files a/Master/texmf-dist/doc/support/bib2gls/bib2gls.pdf and b/Master/texmf-dist/doc/support/bib2gls/bib2gls.pdf differ diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-authors.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-authors.pdf index 2a10f78927c..6e94e887796 100644 Binary files a/Master/texmf-dist/doc/support/bib2gls/examples/sample-authors.pdf and b/Master/texmf-dist/doc/support/bib2gls/examples/sample-authors.pdf differ diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-bacteria.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-bacteria.pdf index de566d69c14..a6111d93fcc 100644 Binary files a/Master/texmf-dist/doc/support/bib2gls/examples/sample-bacteria.pdf and b/Master/texmf-dist/doc/support/bib2gls/examples/sample-bacteria.pdf differ diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-chemical.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-chemical.pdf index b381b12c759..62435a4122b 100644 Binary files a/Master/texmf-dist/doc/support/bib2gls/examples/sample-chemical.pdf and b/Master/texmf-dist/doc/support/bib2gls/examples/sample-chemical.pdf differ diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-citations.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-citations.pdf index 90e5404aeff..97d8c21fea0 100644 Binary files a/Master/texmf-dist/doc/support/bib2gls/examples/sample-citations.pdf and b/Master/texmf-dist/doc/support/bib2gls/examples/sample-citations.pdf differ diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-constants.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-constants.pdf index ee514e61517..ed1c86af426 100644 Binary files a/Master/texmf-dist/doc/support/bib2gls/examples/sample-constants.pdf and b/Master/texmf-dist/doc/support/bib2gls/examples/sample-constants.pdf differ diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-hierarchical.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-hierarchical.pdf index 366652cbd4a..70066a4711f 100644 Binary files a/Master/texmf-dist/doc/support/bib2gls/examples/sample-hierarchical.pdf and b/Master/texmf-dist/doc/support/bib2gls/examples/sample-hierarchical.pdf differ diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-markuplanguages.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-markuplanguages.pdf index a4b0ae09f6e..dbb85e0a38f 100644 Binary files a/Master/texmf-dist/doc/support/bib2gls/examples/sample-markuplanguages.pdf and b/Master/texmf-dist/doc/support/bib2gls/examples/sample-markuplanguages.pdf differ diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-maths.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-maths.pdf index 2d7536bb36a..7b1acca9661 100644 Binary files a/Master/texmf-dist/doc/support/bib2gls/examples/sample-maths.pdf and b/Master/texmf-dist/doc/support/bib2gls/examples/sample-maths.pdf differ diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-media.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-media.pdf index 8198faa965b..d717cc23205 100644 Binary files a/Master/texmf-dist/doc/support/bib2gls/examples/sample-media.pdf and b/Master/texmf-dist/doc/support/bib2gls/examples/sample-media.pdf differ diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-msymbols.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-msymbols.pdf index 58f79abc4d4..3f81f8ade5c 100644 Binary files a/Master/texmf-dist/doc/support/bib2gls/examples/sample-msymbols.pdf and b/Master/texmf-dist/doc/support/bib2gls/examples/sample-msymbols.pdf differ diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-multi1.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-multi1.pdf index ef7feb79b1a..fb856e32ed1 100644 Binary files a/Master/texmf-dist/doc/support/bib2gls/examples/sample-multi1.pdf and b/Master/texmf-dist/doc/support/bib2gls/examples/sample-multi1.pdf differ diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-multi2.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-multi2.pdf index 851f2ada1e3..ab3e061d8a5 100644 Binary files a/Master/texmf-dist/doc/support/bib2gls/examples/sample-multi2.pdf and b/Master/texmf-dist/doc/support/bib2gls/examples/sample-multi2.pdf differ diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-nested.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-nested.pdf index a8f7e6120cd..a2ed986e441 100644 Binary files a/Master/texmf-dist/doc/support/bib2gls/examples/sample-nested.pdf and b/Master/texmf-dist/doc/support/bib2gls/examples/sample-nested.pdf differ diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-people.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-people.pdf index a03261b14f1..1d4d6593ac1 100644 Binary files a/Master/texmf-dist/doc/support/bib2gls/examples/sample-people.pdf and b/Master/texmf-dist/doc/support/bib2gls/examples/sample-people.pdf differ diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-textsymbols.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-textsymbols.pdf index a38d38b85c6..77503e53204 100644 Binary files a/Master/texmf-dist/doc/support/bib2gls/examples/sample-textsymbols.pdf and b/Master/texmf-dist/doc/support/bib2gls/examples/sample-textsymbols.pdf differ diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-textsymbols2.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-textsymbols2.pdf index ec8afd2eac5..aa6adc72f54 100644 Binary files a/Master/texmf-dist/doc/support/bib2gls/examples/sample-textsymbols2.pdf and b/Master/texmf-dist/doc/support/bib2gls/examples/sample-textsymbols2.pdf differ diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-units1.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-units1.pdf index 0348d38a526..d72f037be3c 100644 Binary files a/Master/texmf-dist/doc/support/bib2gls/examples/sample-units1.pdf and b/Master/texmf-dist/doc/support/bib2gls/examples/sample-units1.pdf differ diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-units2.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-units2.pdf index 3db5447a91e..3839db7130f 100644 Binary files a/Master/texmf-dist/doc/support/bib2gls/examples/sample-units2.pdf and b/Master/texmf-dist/doc/support/bib2gls/examples/sample-units2.pdf differ diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-units3.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-units3.pdf index e89abd84ef8..f117b81eb30 100644 Binary files a/Master/texmf-dist/doc/support/bib2gls/examples/sample-units3.pdf and b/Master/texmf-dist/doc/support/bib2gls/examples/sample-units3.pdf differ diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-usergroups.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-usergroups.pdf index 35debd6fa83..2955f76401e 100644 Binary files a/Master/texmf-dist/doc/support/bib2gls/examples/sample-usergroups.pdf and b/Master/texmf-dist/doc/support/bib2gls/examples/sample-usergroups.pdf differ -- cgit v1.2.3