summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-01-30 21:07:31 +0000
committerKarl Berry <karl@freefriends.org>2024-01-30 21:07:31 +0000
commit4cd5a13cada0c802764cd845fe52db78b87634b5 (patch)
treebd6986bf7488eff234df34d007d5e7d89a1738ca /Master/texmf-dist/scripts
parent41a331fa8fa1fd9dcd8bf9aa032c5472ef597b15 (diff)
bib2gls (29jan24)
git-svn-id: svn://tug.org/texlive/trunk@69635 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-xMaster/texmf-dist/scripts/bib2gls/bib2gls.jarbin418999 -> 419576 bytes
-rwxr-xr-xMaster/texmf-dist/scripts/bib2gls/convertgls2bib.jarbin40826 -> 40825 bytes
-rw-r--r--Master/texmf-dist/scripts/bib2gls/resources/bib2gls-en.xml3
-rwxr-xr-xMaster/texmf-dist/scripts/bib2gls/texparserlib.jarbin1767901 -> 1780212 bytes
4 files changed, 3 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/bib2gls/bib2gls.jar b/Master/texmf-dist/scripts/bib2gls/bib2gls.jar
index e14df563b71..2af7facd1d9 100755
--- a/Master/texmf-dist/scripts/bib2gls/bib2gls.jar
+++ b/Master/texmf-dist/scripts/bib2gls/bib2gls.jar
Binary files differ
diff --git a/Master/texmf-dist/scripts/bib2gls/convertgls2bib.jar b/Master/texmf-dist/scripts/bib2gls/convertgls2bib.jar
index 4fd2eb4232c..801adc2d10b 100755
--- a/Master/texmf-dist/scripts/bib2gls/convertgls2bib.jar
+++ b/Master/texmf-dist/scripts/bib2gls/convertgls2bib.jar
Binary files differ
diff --git a/Master/texmf-dist/scripts/bib2gls/resources/bib2gls-en.xml b/Master/texmf-dist/scripts/bib2gls/resources/bib2gls-en.xml
index 1d337157905..7cb62e290a9 100644
--- a/Master/texmf-dist/scripts/bib2gls/resources/bib2gls-en.xml
+++ b/Master/texmf-dist/scripts/bib2gls/resources/bib2gls-en.xml
@@ -84,6 +84,7 @@ file is in or in a location that can be found by kpsewhich.</entry>
<entry key="syntax.trim.except.fields">{0} &lt;list&gt; Trim leading and trailing spaces from all fields except those listed. (Cumulative.)</entry>
<entry key="syntax.expand.fields">{0} Allow field expansion to occur when LaTeX inputs the glstex file.</entry>
<entry key="syntax.provide.glossaries">{0} Define any unknown glossaries with \provideignoredglossary*.</entry>
+<entry key="syntax.date_in_header">{0} Include date in header comment.</entry>
<!-- These are messages used by the TeX Parser Library -->
<entry key="message.reading">Reading {0}</entry>
@@ -273,6 +274,7 @@ Defaulting to: {0}.
<entry key="message.etc"> ETC... </entry>
<entry key="comment.header">% This file was created by {0} v{1} on {2}.</entry>
+<entry key="comment.header.no_date">% This file was created by {0} v{1}.</entry>
<entry key="comment.no_edit">% DO NOT edit this file. Any changes made will be lost next time {0} is run.</entry>
<entry key="comment.source_list">% This file was generated from data obtained from the following files:</entry>
<entry key="comment.list.and">{0,choice,2# and |2&gt;, and }</entry>
@@ -390,6 +392,7 @@ Aliased entries must be in the same resource set as their target entries with op
<entry key="warning.blockers.unknown.token">Unknown token in blocker list: {0}</entry>
<entry key="warning.mappings.cant.parse">Can''t parse mapping list: {0}</entry>
<entry key="warning.mismatched.sty">Mismatching versions of packages {0} ({1}) and {2} ({3}). Please upgrade {2}</entry>
+<entry key="warning.get.entry.no.data">Entry ''{0}'' referenced before data initialised.</entry>
<entry key="error.title">Error: {0}</entry>
<entry key="error.no_log">File {0} not found. Remember to run LaTeX before {1}.
diff --git a/Master/texmf-dist/scripts/bib2gls/texparserlib.jar b/Master/texmf-dist/scripts/bib2gls/texparserlib.jar
index 1bc9a255962..1474e3c3610 100755
--- a/Master/texmf-dist/scripts/bib2gls/texparserlib.jar
+++ b/Master/texmf-dist/scripts/bib2gls/texparserlib.jar
Binary files differ