diff options
author | Karl Berry <karl@freefriends.org> | 2021-11-06 20:40:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-11-06 20:40:33 +0000 |
commit | 64faaa94313d41b577b70c12355e292b265426f0 (patch) | |
tree | 82b7c301dd3e421e37e5b28f1bf05e2ca50085fc /Master/texmf-dist/doc/support | |
parent | 5c835cb7fc402dcaf0f66aad522767cb5d078237 (diff) |
bib2gls (6nov21)
git-svn-id: svn://tug.org/texlive/trunk@60978 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support')
25 files changed, 83 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/support/bib2gls/CHANGES b/Master/texmf-dist/doc/support/bib2gls/CHANGES index 78da3cb3798..36e8039ff4a 100644 --- a/Master/texmf-dist/doc/support/bib2gls/CHANGES +++ b/Master/texmf-dist/doc/support/bib2gls/CHANGES @@ -1,3 +1,65 @@ +v2.8 (2021-11-05): + + * Support for new features of mfirstuc v2.07: + + - sentence case (firstuc) and title case now recognise \MFUskippunc. + (This should be used to skip leading punctuation.) + + - title case now recognises \MFUwordbreak. + + * new dual field 'dualdescription' + + * new selection option 'selected before' + + * new resource options: + + - save-from-alias + - save-from-see + - save-from-seealso + - save-crossref-tail + - save-definition-index + - save-use-index + - format-integer-fields + - format-decimal-fields + - secondary-match-action + - secondary-match-op + - secondary-match + - secondary-not-match + - encapsulate-sort + - prefix-only-existing + - save-principal-locations (synonym for save-primary-locations) + - principal-location-formats (synonym for primary-location-formats) + + * issue #10: explicit ranges with identical start and end should + collapse to a normal location + https://github.com/nlct/bib2gls/issues/10 + + This has led to new switches: + + --collapse-same-location-range (default) + --no-collapse-same-location-range + + * issue #12 Primary locations need to be retained not merged (save-primary-locations=remove) + https://github.com/nlct/bib2gls/issues/12 + + This has led to new switches: + + --retain-formats + --no-retain-formats + + * bug fix: @entry missing required name/description results in "null" + saved in the field value. This has been changed to an empty + string (but the warning about the missing field remains). + + * bug fix: selection=all doesn't show see and seealso lists in + locations https://github.com/nlct/bib2gls/issues/9 + + * bug fix: integer sort method should cast to int + https://github.com/nlct/bib2gls/issues/11 + + * bug fix: indexplural default name incorrect when parent field set + https://github.com/nlct/bib2gls/issues/13 + v2.7 (2020-07-11): * save-original-entrytype option now allows the name of a field diff --git a/Master/texmf-dist/doc/support/bib2gls/README.md b/Master/texmf-dist/doc/support/bib2gls/README.md index ee84f7c8b09..0d1f8b13f97 100644 --- a/Master/texmf-dist/doc/support/bib2gls/README.md +++ b/Master/texmf-dist/doc/support/bib2gls/README.md @@ -9,7 +9,7 @@ Application Home Page: https://www.dickimaw-books.com/software/bib2gls # Licence -Copyright (C) 2017-2020 Nicola L. C. Talbot (www.dickimaw-books.com) +Copyright (C) 2017-2021 Nicola L. C. Talbot (www.dickimaw-books.com) License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html @@ -124,6 +124,17 @@ pdflatex myDoc (Replace `pdflatex` with `latex`, `xelatex` or `lualatex` as appropriate.) +# Related Resources + + - [bib2gls FAQ](https://www.dickimaw-books.com/faq.php?category=bib2gls). + - [bib2gls gallery](https://www.dickimaw-books.com/gallery/#bib2gls). + +TUGboat articles: + + - [Glossaries with bib2gls](http://tug.org/TUGboat/tb40-1/tb124talbot-bib2gls.pdf), issue [40:1, 2019](http://tug.org/TUGboat/Contents/contents40-1.html). + - [bib2gls: selection, cross-references and locations](http://tug.org/TUGboat/tb41-3/tb129talbot-bib2gls-more.pdf), issue [41:3, 2020](http://tug.org/TUGboat/Contents/contents41-3.html). + - bib2gls: sorting, issue [42:2, 2021](http://tug.org/TUGboat/Contents/contents42-2.html). + # Installation The files should be installed as follows where *TEXMF* indicates diff --git a/Master/texmf-dist/doc/support/bib2gls/bib2gls-begin.pdf b/Master/texmf-dist/doc/support/bib2gls/bib2gls-begin.pdf Binary files differindex df6e596b1c7..c178684a171 100644 --- a/Master/texmf-dist/doc/support/bib2gls/bib2gls-begin.pdf +++ b/Master/texmf-dist/doc/support/bib2gls/bib2gls-begin.pdf diff --git a/Master/texmf-dist/doc/support/bib2gls/bib2gls.pdf b/Master/texmf-dist/doc/support/bib2gls/bib2gls.pdf Binary files differindex c0d7b2843ff..05aefcaeac1 100644 --- a/Master/texmf-dist/doc/support/bib2gls/bib2gls.pdf +++ b/Master/texmf-dist/doc/support/bib2gls/bib2gls.pdf diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-authors.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-authors.pdf Binary files differindex d40ca8cf46e..2a10f78927c 100644 --- a/Master/texmf-dist/doc/support/bib2gls/examples/sample-authors.pdf +++ b/Master/texmf-dist/doc/support/bib2gls/examples/sample-authors.pdf diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-bacteria.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-bacteria.pdf Binary files differindex ad8ff4bda3c..de566d69c14 100644 --- a/Master/texmf-dist/doc/support/bib2gls/examples/sample-bacteria.pdf +++ b/Master/texmf-dist/doc/support/bib2gls/examples/sample-bacteria.pdf diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-chemical.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-chemical.pdf Binary files differindex 918483c6b8f..b381b12c759 100644 --- a/Master/texmf-dist/doc/support/bib2gls/examples/sample-chemical.pdf +++ b/Master/texmf-dist/doc/support/bib2gls/examples/sample-chemical.pdf diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-citations.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-citations.pdf Binary files differindex c94eb54f6ef..90e5404aeff 100644 --- a/Master/texmf-dist/doc/support/bib2gls/examples/sample-citations.pdf +++ b/Master/texmf-dist/doc/support/bib2gls/examples/sample-citations.pdf diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-constants.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-constants.pdf Binary files differindex 92daecdfdee..ee514e61517 100644 --- a/Master/texmf-dist/doc/support/bib2gls/examples/sample-constants.pdf +++ b/Master/texmf-dist/doc/support/bib2gls/examples/sample-constants.pdf diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-hierarchical.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-hierarchical.pdf Binary files differindex c8deb3f5b33..366652cbd4a 100644 --- a/Master/texmf-dist/doc/support/bib2gls/examples/sample-hierarchical.pdf +++ b/Master/texmf-dist/doc/support/bib2gls/examples/sample-hierarchical.pdf diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-markuplanguages.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-markuplanguages.pdf Binary files differindex d93796579a7..a4b0ae09f6e 100644 --- a/Master/texmf-dist/doc/support/bib2gls/examples/sample-markuplanguages.pdf +++ b/Master/texmf-dist/doc/support/bib2gls/examples/sample-markuplanguages.pdf diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-maths.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-maths.pdf Binary files differindex 2f9fedbb6a9..2d7536bb36a 100644 --- a/Master/texmf-dist/doc/support/bib2gls/examples/sample-maths.pdf +++ b/Master/texmf-dist/doc/support/bib2gls/examples/sample-maths.pdf diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-media.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-media.pdf Binary files differindex a28a071a60a..8198faa965b 100644 --- a/Master/texmf-dist/doc/support/bib2gls/examples/sample-media.pdf +++ b/Master/texmf-dist/doc/support/bib2gls/examples/sample-media.pdf diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-msymbols.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-msymbols.pdf Binary files differindex bf2430cc1e7..58f79abc4d4 100644 --- a/Master/texmf-dist/doc/support/bib2gls/examples/sample-msymbols.pdf +++ b/Master/texmf-dist/doc/support/bib2gls/examples/sample-msymbols.pdf diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-multi1.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-multi1.pdf Binary files differindex 439094626bf..ef7feb79b1a 100644 --- a/Master/texmf-dist/doc/support/bib2gls/examples/sample-multi1.pdf +++ b/Master/texmf-dist/doc/support/bib2gls/examples/sample-multi1.pdf diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-multi2.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-multi2.pdf Binary files differindex 3548567094a..851f2ada1e3 100644 --- a/Master/texmf-dist/doc/support/bib2gls/examples/sample-multi2.pdf +++ b/Master/texmf-dist/doc/support/bib2gls/examples/sample-multi2.pdf diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-multi2.tex b/Master/texmf-dist/doc/support/bib2gls/examples/sample-multi2.tex index bec2301f0c3..75733933b38 100644 --- a/Master/texmf-dist/doc/support/bib2gls/examples/sample-multi2.tex +++ b/Master/texmf-dist/doc/support/bib2gls/examples/sample-multi2.tex @@ -300,7 +300,7 @@ \glsadd[format=hyperbf]{#1}% } -\newcommand{\unit}{\glssymbol} +\newcommand{\Unit}{\glssymbol} \newcommand{\measurement}{\gls} \glsxtrnewgls{film.}{\film} \glsxtrnewglslike{idx.}{\idx}{\idxpl}{\Idx}{\Idxpl} @@ -364,14 +364,14 @@ This section is about \idxpl{chemical}. \gls{Zr3PO44} (\glsdesc{Zr3PO44}), \gls{ZnF2} (\glsdesc{ZnF2}). \section{SI Units} -\Idxpl{baseunit}: \unit{ampere} (measures \measurement{ampere}), -\unit{kilogram} (measures \measurement{kilogram}), \unit{metre}, -\unit{second}, \unit{kelvin}, \unit{mole}, \unit{candela}. - -\Idxpl{derivedunit}: \unit{area}, \unit{volume}, -\unit{velocity}, -\unit{acceleration}, \unit{density}, \unit{luminance}, -\unit{specificvolume}, \unit{concentration}, \unit{wavenumber}. +\Idxpl{baseunit}: \Unit{ampere} (measures \measurement{ampere}), +\Unit{kilogram} (measures \measurement{kilogram}), \Unit{metre}, +\Unit{second}, \Unit{kelvin}, \Unit{mole}, \Unit{candela}. + +\Idxpl{derivedunit}: \Unit{area}, \Unit{volume}, +\Unit{velocity}, +\Unit{acceleration}, \Unit{density}, \Unit{luminance}, +\Unit{specificvolume}, \Unit{concentration}, \Unit{wavenumber}. \section{Books and Films} \Idxpl{book}: \gls{ataleoftwocities} (by \gls{dickens}), diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-nested.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-nested.pdf Binary files differindex f61387651f3..a8f7e6120cd 100644 --- a/Master/texmf-dist/doc/support/bib2gls/examples/sample-nested.pdf +++ b/Master/texmf-dist/doc/support/bib2gls/examples/sample-nested.pdf diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-people.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-people.pdf Binary files differindex a9e74241a2f..a03261b14f1 100644 --- a/Master/texmf-dist/doc/support/bib2gls/examples/sample-people.pdf +++ b/Master/texmf-dist/doc/support/bib2gls/examples/sample-people.pdf diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-textsymbols.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-textsymbols.pdf Binary files differindex 4f4af52d4bc..a38d38b85c6 100644 --- a/Master/texmf-dist/doc/support/bib2gls/examples/sample-textsymbols.pdf +++ b/Master/texmf-dist/doc/support/bib2gls/examples/sample-textsymbols.pdf diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-textsymbols2.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-textsymbols2.pdf Binary files differindex ba846037df2..ec8afd2eac5 100644 --- a/Master/texmf-dist/doc/support/bib2gls/examples/sample-textsymbols2.pdf +++ b/Master/texmf-dist/doc/support/bib2gls/examples/sample-textsymbols2.pdf diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-units1.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-units1.pdf Binary files differindex fec5a07613e..0348d38a526 100644 --- a/Master/texmf-dist/doc/support/bib2gls/examples/sample-units1.pdf +++ b/Master/texmf-dist/doc/support/bib2gls/examples/sample-units1.pdf diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-units2.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-units2.pdf Binary files differindex 9f94f62e3d6..3db5447a91e 100644 --- a/Master/texmf-dist/doc/support/bib2gls/examples/sample-units2.pdf +++ b/Master/texmf-dist/doc/support/bib2gls/examples/sample-units2.pdf diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-units3.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-units3.pdf Binary files differindex 15947b9d508..e89abd84ef8 100644 --- a/Master/texmf-dist/doc/support/bib2gls/examples/sample-units3.pdf +++ b/Master/texmf-dist/doc/support/bib2gls/examples/sample-units3.pdf diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-usergroups.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-usergroups.pdf Binary files differindex c946b1758fe..35debd6fa83 100644 --- a/Master/texmf-dist/doc/support/bib2gls/examples/sample-usergroups.pdf +++ b/Master/texmf-dist/doc/support/bib2gls/examples/sample-usergroups.pdf |