9.11 Bibliography

  9.11.1 jurabib
  9.11.2 Harvard

9.11.1 jurabib

<..configure html4 jurabib..>
 \HAssign\jbancorDepth=0
 \Configure{jblink}
    {\HAdvance\jbancorDepth by 1 \Link}
    {\EndLink \HAdvance\jbancorDepth by -1 }
 \Configure{jbanchor}
   {\bgroup
      \ifnum \jbancorDepth=0
        \Configure{Link}{a}{href=}{id=}{}%
      \else
        \Configure{Link}{span}{}{id=}{}%
      \fi
    \Link}
   {\EndLink  \egroup}
-_-_-

The code \Configure{jbanchor}{\Link}{\EndLink} doen’t work because anchors can in jurabib reside within links.

Definition of \@citex  
---------------------  
    \hyper@jblinkstart{\@citeb}  
        \jb@firstcitefull  
    \hyper@jblinkend  
 
Definiton of \jb@firstcitefull  
------------------------------  
 \hyper@jbanchorstart{look@\@citeb:\jb@reset@look@label@for}\hyper@jbanchorend  
 
 \jbincollcrossref  
 
Definition of \jbincollcrossref  
-------------------------------  
   \hyper@jblinkstart{#1}%  
 
   \hyper@jblinkend

9.11.2 Harvard

<..configure html4 harvard..>
 \Configure{harvardyear}
    {\HCode{<span class="bib-year">}}
    {\HCode{</span>}}
-_-_-