diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht | 71 |
1 files changed, 42 insertions, 29 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht b/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht index 741e97bbd50..9a8af0d3e3b 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/biblatex.4ht @@ -1,33 +1,26 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% biblatex.4ht 2013-01-26-09:30 % -% Copyright (C) 2007--2009 Eitan M. Gurari % -% 2009--2013 TeX Users Group % -% % -% This work may be distributed and/or modified under the % -% conditions of the LaTeX Project Public License, either % -% version 1.3c of this license or (at your option) any % -% later version. The latest version of this license is % -% in % -% http://www.latex-project.org/lppl.txt % -% and version 1.3c or later is part of all distributions % -% of LaTeX version 2005/12/01 or later. % -% % -% This work has the LPPL maintenance status "maintained".% -% % -% This Current Maintainer of this work % -% is the TeX4ht Project <tex4ht@tug.org>. % -% % -% If you modify this program your changing its signature % -% with a directive of the following form will be % -% appreciated. % -% \message{signature} % -% % -% tex4ht@tug.org % -% http://www.tug.org/tex4ht % -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\immediate\write-1{version 2013-01-26-09:30} +% biblatex.4ht (2015-02-04-14:23), generated from tex4ht-4ht.tex +% Copyright 2007-2009 Eitan M. Gurari +% Copyright 2009-2015 TeX Users Group +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either +% version 1.3c of this license or (at your option) any +% later version. The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3c or later is part of all distributions +% of LaTeX version 2005/12/01 or later. +% +% This work has the LPPL maintenance status "maintained". +% +% The Current Maintainer of this work +% is the TeX4ht Project <http://tug.org/tex4ht>. +% +% If you modify this program, changing the +% version identification would be appreciated. +\immediate\write-1{version 2015-02-04-14:23} - \ifx\blx@startbib\:UnDef + \ifx\a:printshorthands\Undef\let\blx@shorthands\@empty\fi +\ifx\blx@startbib\:UnDef \pend:def\blx@shorthands{% \pend:def\blx@bibinit{% \HAssign\shorthands:cnt=0 @@ -311,6 +304,7 @@ {\begingroup \let\blx@begunit\@empty \let\blx@endunit\@empty + \let\blx@endnounit\@empty \blx@unitpunct\blx@postpunct \endgroup \global\togglefalse{blx@unit}% @@ -320,6 +314,7 @@ {\begingroup \let\blx@begunit\@empty \let\blx@endunit\@empty + \let\blx@endnounit\@empty \newblockpunct \endgroup \global\togglefalse{blx@block}% @@ -440,6 +435,24 @@ \let\blx@addpagesum\@gobbletwo \let\nolinkurl\relax +% +% biblatex 2.9a +% +% Newly added to process {keylist} environment (CVR) +% +\let\keylist\description +\let\endkeylist\enddescription +\def\keyitem#1{\item[#1]}% +\ConfigureList{keylist}% + {\EndP\HCode{<dl \a:LRdir class="description">}% + \PushMacro\end:itm +\global\let\end:itm=\empty}% + {\PopMacro\end:itm \global\let\end:itm \end:itm +\EndP\HCode{</dd></dl>}\ShowPar}% + {\end:itm \global\def\end:itm{\EndP\Tg</dd>}\HCode{<dt + class="description">}\bgroup \bf}% + {\egroup\EndP\HCode{</dt><dd\Hnewline class="description">}} + \let\:temp\do \def\do#1{% \patchcmd#1% |