[tex4ht-commits] [SCM] tex4ht updated: r51 - trunk/lit

cvr at gnu.org.ua cvr at gnu.org.ua
Sun Jul 18 10:35:52 CEST 2010


Author: cvr
Date: 2010-07-18 11:35:51 +0300 (Sun, 18 Jul 2010)
New Revision: 51

Modified:
   trunk/lit/tex4ht-4ht.tex
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/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2010-03-31 09:58:29 UTC (rev 50)
+++ trunk/lit/tex4ht-4ht.tex	2010-07-18 08:35:51 UTC (rev 51)
@@ -2143,10 +2143,16 @@
 >>>
 % CVR 2010/03/31
 % \bib at field@entrykey initialized with empty value
+%
+% CVR 2010/07/18
+% 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.
 % 
 \<appto blx mkhyperref\><<<
 \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{|</the /c at refsection @|>\bib at field@entrykey}{\blx at anchors}% 
     {}% 
@@ -2325,8 +2331,6 @@
 
 
 
-
-
 \<config biblatex\><<<
 \def\:tempc[#1]#2{%
    \expandafter\ifx \csname a:bibstring-#2\endcsname\relax



More information about the tex4ht-commits mailing list