[tex4ht-commits] [SCM] tex4ht updated: r160 - trunk/lit
karl at gnu.org.ua
karl at gnu.org.ua
Wed Jan 6 01:44:20 CET 2016
Author: karl
Date: 2016-01-06 02:44:20 +0200 (Wed, 06 Jan 2016)
New Revision: 160
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
biblatex version check from Michal, https://puszcza.gnu.org.ua/bugs/?268
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2015-12-22 23:56:12 UTC (rev 159)
+++ trunk/lit/ChangeLog 2016-01-06 00:44:20 UTC (rev 160)
@@ -1,3 +1,7 @@
+2016-01-04 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (biblatex.4ht): Fix for version checking
+
2015-12-19 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-ooffice.tex (il2-pl.tcx url encoder): Fix the file
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2015-12-22 23:56:12 UTC (rev 159)
+++ trunk/lit/tex4ht-4ht.tex 2016-01-06 00:44:20 UTC (rev 160)
@@ -1843,7 +1843,7 @@
>>>
\<config biblatex\><<<
-\ifdefstring{\abx at version}{3.0}{\xdef\blx:ver:no{3}}{\xdef\blx:ver:no{2.9}}
+\ifdim\abx at version pt< 3pt \xdef\blx:ver:no{2}\else\xdef\blx:ver:no{3}\fi
\ifx\a:printshorthands\Undef\let\blx at shorthands\@empty\fi
\ifx\blx at startbib\:UnDef
\pend:def\blx at shorthands{%
More information about the tex4ht-commits
mailing list