[tex4ht-commits] [SCM] tex4ht updated: r347 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Thu Nov 16 00:48:16 CET 2017
Author: michal_h21
Date: 2017-11-16 01:48:16 +0200 (Thu, 16 Nov 2017)
New Revision: 347
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
Fixed version checking
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2017-11-12 18:52:41 UTC (rev 346)
+++ trunk/lit/ChangeLog 2017-11-15 23:48:16 UTC (rev 347)
@@ -1,3 +1,7 @@
+2017-11-16 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (biblatex.4ht): fixed version checking
+
2017-11-12 Karl Berry <karl at freefriends.org>
* Makefile (update-env): separate out target.
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2017-11-12 18:52:41 UTC (rev 346)
+++ trunk/lit/tex4ht-4ht.tex 2017-11-15 23:48:16 UTC (rev 347)
@@ -1845,7 +1845,12 @@
>>>
\<config biblatex\><<<
-\ifdim\abx at version pt< 3pt \xdef\blx:ver:no{2}\else\xdef\blx:ver:no{3}\fi
+\def\make:blx:ver#1.#2#3\relax{%
+ %\ifdim#1pt< 3pt \xdef\blx:ver:no{2}\else\xdef\blx:ver:no{3}\fi%
+ \gdef\blx:ver:no{#1}
+ \gdef\blx:subver:no{#2}
+}
+\expandafter\make:blx:ver\abx at version.0\relax
\ifx\a:printshorthands\Undef\let\blx at shorthands\@empty\fi
\ifx\blx at startbib\:UnDef
\pend:def\blx at shorthands{%
@@ -2069,7 +2074,7 @@
% Following macros doesn't seem to work with biblatex 3.4. We should make another test for
% biblatex > 3.0 and < 3.3
-\ifdim\abx at version pt < 3.3pt
+\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}}%
More information about the tex4ht-commits
mailing list