hgbook

view en/bookhtml.cfg @ 280:4700dd38384c

Bring the comparison section up to date and more into balance.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Dec 14 11:08:44 2007 -0800 (2007-12-14)
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