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

cvr at gnu.org.ua cvr at gnu.org.ua
Wed Feb 4 08:02:42 CET 2015


Author: cvr
Date: 2015-02-04 09:02:41 +0200 (Wed, 04 Feb 2015)
New Revision: 139

Modified:
   trunk/lit/tex4ht-4ht.tex
Log:
\blx at shorthands made empty if \a:printshorthands is undefined.

Environment {keylist} configured to match changes consequent to the
revision of biblatex.sty to v. 2.9a.

\blx at endnounit inialized to \@empty value.


Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2015-01-29 18:36:41 UTC (rev 138)
+++ trunk/lit/tex4ht-4ht.tex	2015-02-04 07:02:41 UTC (rev 139)
@@ -2074,6 +2074,7 @@
 >>>
 
 \<config biblatex\><<<
+\ifx\a:printshorthands\Undef\let\blx at shorthands\@empty\fi
 \ifx\blx at startbib\:UnDef
  \pend:def\blx at shorthands{%
    \pend:def\blx at bibinit{%
@@ -2598,6 +2599,7 @@
        {\begingroup
           \let\blx at begunit\@empty
           \let\blx at endunit\@empty
+          \let\blx at endnounit\@empty
           \blx at unitpunct\blx at postpunct
         \endgroup
         \global\togglefalse{blx at unit}%
@@ -2607,6 +2609,7 @@
        {\begingroup
           \let\blx at begunit\@empty
           \let\blx at endunit\@empty
+          \let\blx at endnounit\@empty
           \newblockpunct
         \endgroup
         \global\togglefalse{blx at block}%
@@ -2729,8 +2732,25 @@
     \string\@namedef{#1.\thepage}{\FileName}}}
 \let\blx at 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">}}
 >>>
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
 \SubSection{reading.4ht}
 



More information about the tex4ht-commits mailing list