summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/bib2gls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-02-25 21:29:39 +0000
committerKarl Berry <karl@freefriends.org>2018-02-25 21:29:39 +0000
commit9a8a1754a015e59822d1282bc58a93625aad626b (patch)
treeba2de184c48d63121e0c0f8ea1658b93a8dca771 /Master/texmf-dist/doc/support/bib2gls
parentc866cc1cc9d403e1ea81bea28950da1ac62494a7 (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')
-rw-r--r--Master/texmf-dist/doc/support/bib2gls/CHANGES24
-rw-r--r--Master/texmf-dist/doc/support/bib2gls/README.md3
-rw-r--r--Master/texmf-dist/doc/support/bib2gls/bib2gls.122
-rw-r--r--Master/texmf-dist/doc/support/bib2gls/bib2gls.pdfbin2879671 -> 2929990 bytes
-rw-r--r--Master/texmf-dist/doc/support/bib2gls/examples/sample-authors.pdfbin49004 -> 49003 bytes
-rw-r--r--Master/texmf-dist/doc/support/bib2gls/examples/sample-bacteria.pdfbin50456 -> 50456 bytes
-rw-r--r--Master/texmf-dist/doc/support/bib2gls/examples/sample-chemical.pdfbin50245 -> 50245 bytes
-rw-r--r--Master/texmf-dist/doc/support/bib2gls/examples/sample-constants.pdfbin89404 -> 89404 bytes
-rw-r--r--Master/texmf-dist/doc/support/bib2gls/examples/sample-languages.pdfbin56140 -> 56140 bytes
-rw-r--r--Master/texmf-dist/doc/support/bib2gls/examples/sample-maths.pdfbin110945 -> 110945 bytes
-rw-r--r--Master/texmf-dist/doc/support/bib2gls/examples/sample-media.pdfbin160799 -> 160799 bytes
-rw-r--r--Master/texmf-dist/doc/support/bib2gls/examples/sample-msymbols.pdfbin103808 -> 103808 bytes
-rw-r--r--Master/texmf-dist/doc/support/bib2gls/examples/sample-multi1.pdfbin240375 -> 240375 bytes
-rw-r--r--Master/texmf-dist/doc/support/bib2gls/examples/sample-multi2.pdfbin317942 -> 317933 bytes
-rw-r--r--Master/texmf-dist/doc/support/bib2gls/examples/sample-multi2.tex2
-rw-r--r--Master/texmf-dist/doc/support/bib2gls/examples/sample-people.pdfbin47747 -> 47749 bytes
-rw-r--r--Master/texmf-dist/doc/support/bib2gls/examples/sample-people.tex3
-rw-r--r--Master/texmf-dist/doc/support/bib2gls/examples/sample-textsymbols.pdfbin69791 -> 69791 bytes
-rw-r--r--Master/texmf-dist/doc/support/bib2gls/examples/sample-units1.pdfbin53002 -> 53002 bytes
-rw-r--r--Master/texmf-dist/doc/support/bib2gls/examples/sample-units2.pdfbin54745 -> 54745 bytes
-rw-r--r--Master/texmf-dist/doc/support/bib2gls/examples/sample-units3.pdfbin41119 -> 41119 bytes
-rw-r--r--Master/texmf-dist/doc/support/bib2gls/examples/sample-usergroups.pdfbin23918 -> 23919 bytes
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
index bdb0a64d8da..dbe8b39442b 100644
--- a/Master/texmf-dist/doc/support/bib2gls/bib2gls.pdf
+++ b/Master/texmf-dist/doc/support/bib2gls/bib2gls.pdf
Binary files 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 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
Binary files 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 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
Binary files 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 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
Binary files 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 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
Binary files differ
diff --git a/Master/texmf-dist/doc/support/bib2gls/examples/sample-languages.pdf b/Master/texmf-dist/doc/support/bib2gls/examples/sample-languages.pdf
index 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
Binary files 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 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
Binary files 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 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
Binary files 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 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
Binary files 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 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
Binary files 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 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
Binary files differ
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
index 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
Binary files differ
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
index 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
Binary files 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 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
Binary files 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 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
Binary files 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 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
Binary files 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 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
Binary files differ