hgbook

view en/bookhtml.cfg @ 278:dc3d42f3a288

Drop unused variable.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Dec 11 09:31:48 2007 -0800 (2007-12-11)
parents 16f02802f448
children
line source
1 % -*- latex -*-
3 \Preamble{xhtml}
5 % Tex4ht's default definition of lists is complete crap.
6 % Unfortunately, it can't distinguish between "ul" and "dl" lists.
8 \ConfigureList{itemize}%
9 {\EndP\HCode{<ul>}\let\endItem=\empty}
10 {\ifvmode \IgnorePar\fi
11 \EndP\HCode{</li></ul>}\ShowPar}
12 {\endItem \def\endItem{\EndP\Tg</span>}\HCode{<li><span class="dt">}}
13 {\HCode{</span><span class="dd">}}
14 \def\textbullet{}
16 \begin{document}
18 \EndPreamble