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

cvr at gnu.org.ua cvr at gnu.org.ua
Sun Jul 18 10:38:33 CEST 2010


Author: cvr
Date: 2010-07-18 11:38:32 +0300 (Sun, 18 Jul 2010)
New Revision: 52

Modified:
   trunk/texmf/tex/generic/tex4ht/biblatex.4ht
Log:
Null initialization of \bib at field@entrykey 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.


Modified: trunk/texmf/tex/generic/tex4ht/biblatex.4ht
===================================================================
--- trunk/texmf/tex/generic/tex4ht/biblatex.4ht	2010-07-18 08:35:51 UTC (rev 51)
+++ trunk/texmf/tex/generic/tex4ht/biblatex.4ht	2010-07-18 08:38:32 UTC (rev 52)
@@ -1,5 +1,5 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% biblatex.4ht                          2010-03-31-15:16 %
+% biblatex.4ht                          2010-07-18-13:45 %
 % Copyright (C) 2007--2010       Eitan M. Gurari         %
 %                                                        %
 % This work may be distributed and/or modified under the %
@@ -24,7 +24,7 @@
 %                                        tex4ht at tug.org  %
 %                             http://www.tug.org/tex4ht  %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\immediate\write-1{version 2010-03-31-15:16}
+\immediate\write-1{version 2010-07-18-13:45}
 
    \ifx \blx at startbib\:UnDef
       \pend:def\blx at shorthands{%
@@ -210,7 +210,8 @@
 \NewConfigure{bibinit}{1}%
 
    \let\blx at anchors\@empty
-\let\bib at field@entrykey\@empty
+%\let\bib at field@entrykey\@empty
+\def\bib at field@entrykey{\thefield{entrykey}}%
 \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