[tex4ht-commits] [SCM] tex4ht updated: r84 - trunk/texmf/tex/generic/tex4ht

cvr at gnu.org.ua cvr at gnu.org.ua
Sat Sep 10 08:40:48 CEST 2011


Author: cvr
Date: 2011-09-10 09:40:48 +0300 (Sat, 10 Sep 2011)
New Revision: 84

Modified:
   trunk/texmf/tex/generic/tex4ht/biblatex.4ht
Log:
Changes made to match biblatex.sty version 1.6 released on 2011/07/29.



Modified: trunk/texmf/tex/generic/tex4ht/biblatex.4ht
===================================================================
--- trunk/texmf/tex/generic/tex4ht/biblatex.4ht	2011-09-10 06:37:58 UTC (rev 83)
+++ trunk/texmf/tex/generic/tex4ht/biblatex.4ht	2011-09-10 06:40:48 UTC (rev 84)
@@ -1,6 +1,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% biblatex.4ht                          2010-09-26-22:40 %
-% Copyright (C) 2007--2010       Eitan M. Gurari         %
+% biblatex.4ht                          2011-09-10-12:02 %
+% Copyright (C) 2007--2009       Eitan M. Gurari         %
+%               2009--2011       TeX Users Group         %
 %                                                        %
 % This work may be distributed and/or modified under the %
 % conditions of the LaTeX Project Public License, either %
@@ -24,7 +25,7 @@
 %                                        tex4ht at tug.org  %
 %                             http://www.tug.org/tex4ht  %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\immediate\write-1{version 2010-09-26-22:40}
+\immediate\write-1{version 2011-09-10-12:02}
 
    \ifx \blx at startbib\:UnDef
       \pend:def\blx at shorthands{%
@@ -44,6 +45,10 @@
 \NewConfigure{@shorthands}[1]{\concat:config\a:@shorthands{#1}}
 \let\a:@shorthands\empty
 \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}}
 \pend:def\blx at bibliography{%
   \pend:def\blx at bibinit{%
      \ConfigureList{thebibliography}%
@@ -145,6 +150,13 @@
   \blx:item[#1]%
   \ifhmode \spacefactor\blx at sf@par\fi
 }
+\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{%
@@ -206,8 +218,7 @@
 \NewConfigure{bibinit}{1}%
 
    \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{X\the\c at refsection -%@
 \bib at field@entrykey}{\blx at anchors}%



More information about the tex4ht-commits mailing list