diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-25 21:29:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-25 21:29:39 +0000 |
commit | 9a8a1754a015e59822d1282bc58a93625aad626b (patch) | |
tree | ba2de184c48d63121e0c0f8ea1658b93a8dca771 /Master/texmf-dist/doc/support/bib2gls | |
parent | c866cc1cc9d403e1ea81bea28950da1ac62494a7 (diff) |
bib2gls (25feb18)
git-svn-id: svn://tug.org/texlive/trunk@46742 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/bib2gls')
22 files changed, 49 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/support/bib2gls/CHANGES b/Master/texmf-dist/doc/support/bib2gls/CHANGES index dab2da42a4b..db762113cb2 100644 --- a/Master/texmf-dist/doc/support/bib2gls/CHANGES +++ b/Master/texmf-dist/doc/support/bib2gls/CHANGES @@ -1,3 +1,27 @@ +v1.2 (2018-02-25): + + * New resource options: + + - group-formation + - secondary-group-formation + - dual-group-formation + - labelify + - labelify-list + - labelify-replace + + * New command line switches: + + - --force-cross-resource-refs (-x) + - --no-force-cross-resource-refs + - --support-unicode-script + - --no-support-unicode-script + + * Bug fix: replicate-fields now parsed correctly + + * Bug fix: corrected hierarchical sorting + + * Bug fix: fixed sort=none + v1.1 (2017-11-25): * New resource options: diff --git a/Master/texmf-dist/doc/support/bib2gls/README.md b/Master/texmf-dist/doc/support/bib2gls/README.md index 4fb99b7e2c0..93b3e94103a 100644 --- a/Master/texmf-dist/doc/support/bib2gls/README.md +++ b/Master/texmf-dist/doc/support/bib2gls/README.md @@ -9,6 +9,7 @@ Application Home Page: http://www.dickimaw-books.com/software/bib2gls # Licence +Copyright (C) 2017-2018 Nicola L. C. Talbot (www.dickimaw-books.com) 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. @@ -154,7 +155,7 @@ below. The source is also available on GitHub, but that may be for a newer experimental version. - https://github.com/nlct/bib2gls - - https://github.com/nlct/texparserlib + - https://github.com/nlct/texparser ## User Manual (bib2gls.pdf) diff --git a/Master/texmf-dist/doc/support/bib2gls/bib2gls.1 b/Master/texmf-dist/doc/support/bib2gls/bib2gls.1 index 6bdfc1318ff..6579989a335 100644 --- a/Master/texmf-dist/doc/support/bib2gls/bib2gls.1 +++ b/Master/texmf-dist/doc/support/bib2gls/bib2gls.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "BIB2GLS 1" -.TH BIB2GLS 1 "2017-11-25" "perl v5.18.4" "bib2gls" +.TH BIB2GLS 1 "2018-02-25" "perl v5.18.4" "bib2gls" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -205,6 +205,24 @@ Interpret tilde character as a normal space. .IP "\fB\-\-no\-break\-space\fR" 4 .IX Item "--no-break-space" Interpret tilde as a non-breaking space (default). +.IP "\fB\-\-force\-cross\-resource\-refs\fR or \fB\-x\fR" 4 +.IX Item "--force-cross-resource-refs or -x" +Force cross-resource referencing mode on. +.IP "\fB\-\-no\-force\-cross\-resource\-refs\fR" 4 +.IX Item "--no-force-cross-resource-refs" +Don't force cross-resource referencing mode on (default). +.IP "\fB\-\-support\-unicode\-script\fR" 4 +.IX Item "--support-unicode-script" +Text superscript (\etextsuperscript) or subscripts (\etextsubscript) +will use Unicode superscript/subscript characters if available. +For example, \etextsuperscript{2} will be converted to U+00B2 +(superscript two). +.IP "\fB\-\-no\-support\-unicode\-script\fR" 4 +.IX Item "--no-support-unicode-script" +Text superscript (\etextsuperscript) or subscripts (\etextsubscript) +won't be converted to Unicode superscript/subscript characters. +For example, \etextsuperscript{2} will be converted to <sup>2</sup> +and the markup will be stripped leaving just the character 2. .IP "\fB\-\-packages\fR \fIlist\fR (or \fB\-p\fR \fIlist\fR)" 4 .IX Item "--packages list (or -p list)" Instruct the TeX parser library to pretend the packages listed @@ -284,7 +302,7 @@ Don't write \fB\eglsnoexpandfields\fR to the \fB.glstex\fR file. Write \fB\eglsnoexpandfields\fR to the \fB.glstex\fR file (default). .SH "REQUIRES" .IX Header "REQUIRES" -Java 7 and a TeX distribution. +Java 7 or later and a TeX distribution. .SH "LICENSE" .IX Header "LICENSE" License GPLv3+: \s-1GNU GPL\s0 version 3 or later diff --git a/Master/texmf-dist/doc/support/bib2gls/bib2gls.pdf b/Master/texmf-dist/doc/support/bib2gls/bib2gls.pdf Binary files differindex bdb0a64d8da..dbe8b39442b 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 fb1756e4143..510cd199b8d 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 b18ceaa7528..1b7cf09e7c1 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 c2b09d4cac5..0a815e12732 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-constants.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-constants.pdf Binary files differindex 9f33a84c0f7..1dc2ab903d7 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-languages.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-languages.pdf Binary files differindex 56209bb316e..2cd64e23f5e 100644 --- a/Master/texmf-dist/doc/support/bib2gls/examples/sample-languages.pdf +++ b/Master/texmf-dist/doc/support/bib2gls/examples/sample-languages.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 db4869d08ad..0a5aecc7ee2 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 4d399fc309f..536c44cd526 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 24a6881c3f9..d86febb2414 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 3ac7c10e494..f72f0384782 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 e53f34efeb1..66453f7fc6d 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 2919981b566..77c20456e15 100644 --- a/Master/texmf-dist/doc/support/bib2gls/examples/sample-multi2.tex +++ b/Master/texmf-dist/doc/support/bib2gls/examples/sample-multi2.tex @@ -331,7 +331,7 @@ This section is about \idxpl{markuplanguage}. \section{Vegetables} This section is about \idxpl{vegetable}. -\gls{cabbage}, \gls{brussels-sprout}, \gls{artichoke}, +\Gls{cabbage}, \gls{brussels-sprout}, \gls{artichoke}, \gls{cauliflower}, \gls{courgette}, \gls{spinach}. \section{Minerals} 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 873c5cb6041..bcb2a5385a7 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-people.tex b/Master/texmf-dist/doc/support/bib2gls/examples/sample-people.tex index d7c6c0b2a78..289e7a2d203 100644 --- a/Master/texmf-dist/doc/support/bib2gls/examples/sample-people.tex +++ b/Master/texmf-dist/doc/support/bib2gls/examples/sample-people.tex @@ -31,7 +31,8 @@ category={people}, replicate-fields={name={first}}, field-aliases={born=user1,died=user2,othername=user3}, - secondary={date:user1:bybirth} + secondary={date:user1:bybirth}, + secondary-date-sort-format={d MMM YYYY G} ] \GlsXtrLoadResources[ 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 e880fd94f05..e76039c30ac 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-units1.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-units1.pdf Binary files differindex 8c71c72d4ce..0dba6b4b051 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 2d8a6359cd0..f02c68b5eb1 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 8e1cc3cfde3..3a181db17a8 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 7d81159db74..39d4154313b 100644 --- a/Master/texmf-dist/doc/support/bib2gls/examples/sample-usergroups.pdf +++ b/Master/texmf-dist/doc/support/bib2gls/examples/sample-usergroups.pdf |