diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/apacite.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/apacite.4ht | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/apacite.4ht b/Master/texmf-dist/tex/generic/tex4ht/apacite.4ht index 563bef8e791..c2cb2b6b247 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/apacite.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/apacite.4ht @@ -1,6 +1,6 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% apacite.4ht 2005-10-23-04:19 % -% Copyright (C) 2000--2005 Eitan M. Gurari % +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% apacite.4ht 2006-12-01-16:02 % +% Copyright (C) 2000--2006 Eitan M. Gurari % % % % This work may be distributed and/or modified under the % % conditions of the LaTeX Project Public License, either % @@ -24,7 +24,7 @@ % gurari@cse.ohio-state.edu % % http://www.cse.ohio-state.edu/~gurari % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\immediate\write-1{version 2005-10-23-04:19} +\immediate\write-1{version 2006-12-01-16:02} \def\B:my@dummy{\B@my@dummy} \def\:citeP{\@citeP} @@ -35,7 +35,20 @@ \HLet\@@cite=\:tempc \ifx \@@citeNP\:UnDef - \def\start:cite{% + \def\@lbibitem[#1]#2{% + \def\BBA{\BBAA}% + \item[\@biblabel{#1}]% + \if@filesw{% + \a:bibcite + \def\BBA{\string\BBA}% + \def\protect##1{\string ##1}% + \immediate\write\@auxout{\string\bibcite{#2}{#1}}% + \def\BBA{\BBAA}% + }% + \fi% + \ignorespaces% +} +\def\start:cite{% \let\sv:edef\edef \let\gobble:cite=\:gobble \def\edef##1{\def\:temp{##1}% |