diff options
author | Karl Berry <karl@freefriends.org> | 2025-02-07 22:14:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2025-02-07 22:14:04 +0000 |
commit | b6b03db1b34751504c8fdf854b8952e1e4c36641 (patch) | |
tree | df682316642fcbdf99a061371b30e6df7adeadd8 /Master/texmf-dist/source/support/bib2gls | |
parent | 8ff7d31c7b4c528e839e7c266bc53205125efade (diff) |
bib2gls (7feb25)
git-svn-id: svn://tug.org/texlive/trunk@73758 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/support/bib2gls')
-rw-r--r-- | Master/texmf-dist/source/support/bib2gls/bib2gls.pod | 12 | ||||
-rw-r--r-- | Master/texmf-dist/source/support/bib2gls/bib2gls.tex | 14 | ||||
-rw-r--r-- | Master/texmf-dist/source/support/bib2gls/version.tex | 4 |
3 files changed, 24 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/support/bib2gls/bib2gls.pod b/Master/texmf-dist/source/support/bib2gls/bib2gls.pod index 9baa010f2f8..6b9960d1982 100644 --- a/Master/texmf-dist/source/support/bib2gls/bib2gls.pod +++ b/Master/texmf-dist/source/support/bib2gls/bib2gls.pod @@ -67,6 +67,13 @@ Instruct the TeX parser library to attempt to parse the packages listed in I<list>. This is intended for simple custom packages that don't contain complex code. +=item B<--datatool-sort-markers> + +The interpreter will use the F<datatool-base.sty> marker commands to match their +localised definitions within C<\DTLsortwordlist> (F<datatool> v3.0+). +You will need a sort method that doesn't ignore the control +characters used by those commands. + =item B<--date-in-header> (or B<-D>) The header comment at the start of the F<.glstex> file will include @@ -274,6 +281,11 @@ Don't check for instances of C<\citation> in the F<.aux> file (default). Don't collapse an explicit range that has a duplicate start and end location into a normal record. +=item B<--no-datatool-sort-markers> + +The interpreter will use the normal definition of the +F<datatool-base.sty> sort marker commands. + =item B<--no-date-in-header> The header comment at the start of the F<.glstex> file will not include diff --git a/Master/texmf-dist/source/support/bib2gls/bib2gls.tex b/Master/texmf-dist/source/support/bib2gls/bib2gls.tex index 2a7be1a0aae..73e89a2a22b 100644 --- a/Master/texmf-dist/source/support/bib2gls/bib2gls.tex +++ b/Master/texmf-dist/source/support/bib2gls/bib2gls.tex @@ -5269,6 +5269,12 @@ corresponding to entries that \emph{have already been defined}. One element in the set is considered the \gls{compmainlabel}. Entry labels may appear in multiple sets. +\begin{important} +Although the \sty{glossaries-extra} package allows the same label to +be used for a regular entry and a compound entry, the \ext{bib} +format doesn't allow this. +\end{important} + A \gls{compoundentry} provides a convenient way to apply commands like \ics{gls} to multiple entries in one command (such as \ics{mgls}). \Gls{compoundentry} labels may only be used in the \cs{mgls}-like @@ -12186,7 +12192,7 @@ field for any entries defined with \atentry{abbreviation}: ]{omit-fields} \end{codeenv} -\optsection{omit-fields-missing-field-action} +\optsection[\subsubsection]{omit-fields-missing-field-action} This option indicates what to do if a source field identified in \csopt{omit-fields} is missing. The value may be one of: @@ -19891,15 +19897,15 @@ As \csopt{break-at} but for \glsdisp{secondaryglossary}{secondary} entries. As \csopt{break-marker} but for \glsdisp{secondaryglossary}{secondary} entries. -\optsection[\subsubsection]{secondary-break-at-match} +\optsection{secondary-break-at-match} As \csopt{break-at-match} but for \glsdisp{secondaryglossary}{secondary} entries. -\optsection[\subsubsection]{secondary-break-at-match-op} +\optsection{secondary-break-at-match-op} As \csopt{break-at-match-op} but for \glsdisp{secondaryglossary}{secondary} entries. -\optsection[\subsubsection]{secondary-break-at-not-match} +\optsection{secondary-break-at-not-match} As \csopt{break-at-not-match} but for \glsdisp{secondaryglossary}{secondary} entries. diff --git a/Master/texmf-dist/source/support/bib2gls/version.tex b/Master/texmf-dist/source/support/bib2gls/version.tex index e7b17b8a986..74e803d6862 100644 --- a/Master/texmf-dist/source/support/bib2gls/version.tex +++ b/Master/texmf-dist/source/support/bib2gls/version.tex @@ -1,4 +1,4 @@ \date{Version -4.3 -2025-01-29 +4.4 +2025-02-07 }% |