[tex4ht-commits] [SCM] tex4ht updated: r83 - trunk/lit
cvr at gnu.org.ua
cvr at gnu.org.ua
Sat Sep 10 08:37:58 CEST 2011
Author: cvr
Date: 2011-09-10 09:37:58 +0300 (Sat, 10 Sep 2011)
New Revision: 83
Modified:
trunk/lit/tex4ht-4ht.tex
Log:
Changes made to biblatex configuration to match biblatex.sty v 1.6.
released on 2011/07/29.
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2011-07-26 07:52:16 UTC (rev 82)
+++ trunk/lit/tex4ht-4ht.tex 2011-09-10 06:37:58 UTC (rev 83)
@@ -2141,6 +2141,10 @@
\<config biblatex\><<<
\def\nolinkurl{\o:url:}
+\def\blx at checksum{\ifx \blx at checksum@old \blx at checksum@new \else
+ \blx at warning@noline {Page references have changed.\MessageBreak
+ Rerun to get references right}\@tempswatrue \blx at reruntrue \fi
+ \@nameuse {blx at rerun}}
>>>
% CVR 2010/03/31
% \bib at field@entrykey initialized with empty value
@@ -2149,11 +2153,14 @@
% null initialization will result in wrong hyperlinking of citations
% with respective bibitems. Therefore, \bib at field@entrykey is defined
% as the entrykey which is the correct value.
+%
+% CVR 2010/09/10
+% \blx at checksum macro added to match biblatex.sty
+% version 1.6 2011/07/29
%
\<appto blx mkhyperref\><<<
\let\blx at anchors\@empty
-%\let\bib at field@entrykey\@empty
-\def\bib at field@entrykey{\thefield{entrykey}}%
+\let\bib at field@entrykey\@empty
\protected\def\blx at anchor{%
\xifinlist{|</the /c at refsection @|>\bib at field@entrykey}{\blx at anchors}%
{}%
@@ -2541,7 +2548,17 @@
% Bug posted by Joanna Bryson <joanna.j at gmail.com>
%
+\Verb=\blx at unitmark= is defined as a new skip to match the introduction
+of the same in biblatex.sty v 1.6. [CVR 2011/09/10]
+
\<config biblatex\><<<
+\newskip\blx at unitmark
+\blx at unitmark=10pt plus 1pt minus 1pt
+\let\abx at aux@page\@gobbletwo
+\AtEndDocument{%
+ \def\abx at aux@page#1#2{\blx at addpagesum{#1}{#2}}%
+ \def\abx at aux@fnpage#1#2{\blx at addpagesum{#1}{#2}}}
+%
\let\blx at resetpuncthook\@empty
\let\blx at csq@ifkernmark\@empty
\def\blx at begunit{%
@@ -40500,7 +40517,7 @@
\AddFile{9}{mktex4ht}
-\Part{The Templet mktex4ht.4ht}
+\Part{The Template mktex4ht.4ht}
\bgroup
\immediate\openout15=mktex4ht.cnf
@@ -40545,14 +40562,3 @@
\OutputCodE\<idxmake.4ht\>
\OutputCodE\<bibtex.4ht\>
\bye
-
-
-
-
-
-
-
-
-
-
-
More information about the tex4ht-commits
mailing list