[tex4ht-commits] [SCM] tex4ht updated: r362 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Thu Jan 4 15:43:20 CET 2018
Author: michal_h21
Date: 2018-01-04 16:43:20 +0200 (Thu, 04 Jan 2018)
New Revision: 362
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
Fixed support for Biblatex 3.10
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2017-12-15 16:11:34 UTC (rev 361)
+++ trunk/lit/ChangeLog 2018-01-04 14:43:20 UTC (rev 362)
@@ -1,3 +1,8 @@
+2017-01-04 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (biblatex.4ht): removed macros for older Biblatex versions
+ support. See https://tex.stackexchange.com/q/408742/2891 for more details.
+
2017-12-13 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-html4.tex (html4.4ht): use hexadecimal entity for the
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2017-12-15 16:11:34 UTC (rev 361)
+++ trunk/lit/tex4ht-4ht.tex 2018-01-04 14:43:20 UTC (rev 362)
@@ -2072,72 +2072,6 @@
\expandafter\docsvlist\expandafter{\bbl at loaded}%
\fi}{}%
-% Following macros doesn't seem to work with biblatex 3.4. We should make another test for
-% biblatex > 3.0 and < 3.3
-\ifdim\blx:ver:no.\blx:subver:no pt < 3.3pt
- \protected\def\blx at bbl@entry#1#2#3{%
- \begingroup
- \edef\abx at field@entrykey{\detokenize{#1}}%
- \blx at setoptions@type{#2}%
- \blx at bbl@options{#3}%
- \blx at setoptions@entry
- \edef\blx at bbl@data{blx at data@\the\c at refsection @\blx at slist@scheme
- @\abx at field@entrykey}%
- \csuse\blx at bbl@data
- \blx at bbl@addfield{entrykey}{\abx at field@entrykey}%
- \blx at bbl@addfield{entrytype}{#2}%
- \blx at imc@iffieldundef{options}
- {}
- {\blx at bbl@fieldedef{options}{\expandonce\abx at field@options}}}
-%
- \protected\def\blx at bbl@endentry{%
- \csuse\blx at bbl@data
- \ifcsundef{blx at pref@\the\c at refsection @\abx at field@entrykey}
- {}
- {\blx at addpageref{\abx at field@entrykey}}%
- \nottoggle{blx at setonly}
- {\listcsxadd{blx at slists@\the\c at refsection @entry@\blx at slist@scheme}%
- {\abx at field@entrykey}}
- {\global\toggletrue{blx at addset}%
- \toggletrue{blx at skipbib}%
- \toggletrue{blx at skipbiblist}%
- \toggletrue{blx at skiplab}}%
- \nottoggle{blx at skipbib}
- {\listcsxadd{blx at slistsbib@\the\c at refsection @entry@\blx at slist@scheme}%
- {\abx at field@entrykey}%
- \listcsxadd{blx at type@\the\c at refsection @\abx at field@entrytype}%
- {\abx at field@entrykey}%
- \ifdef\abx at field@entrysubtype
- {\listcsxadd{blx at subt@\the\c at refsection
- @\abx at field@entrysubtype}%
- {\abx at field@entrykey}}
- {}}
- {}%
- \nottoggle{blx at skipbiblist}
- {\blx at bbl@labelfields}
- {}%
- \nottoggle{blx at skiplab}
- {\iftoggle{blx at labelnumber}
- {\blx at bbl@labelnumber}
- {}%
- \iftoggle{blx at labelalpha}
- {\blx at bbl@labelalpha}
- {}%
- \iftoggle{blx at labeltitle}
- {\blx at bbl@labeltitle}
- {}%
- \iftoggle{blx at labeltitleyear}
- {\blx at bbl@labeltitleyear}
- {}%
- \iftoggle{blx at labeldate}
- {\blx at bbl@labeldate}
- {}%
- \blx at bbl@prefixnumber}
- {}%
- \blx at bbl@titles
- \blx at bbl@hooks
- \endgroup}
- \fi
\fi % end of version boolean
>>>
More information about the tex4ht-commits
mailing list