hgbook

view en/bookhtml.cfg @ 559:b90b024729f1

WIP DocBook snapshot that all compiles. Mirabile dictu!
author Bryan O'Sullivan <bos@serpentine.com>
date Wed Feb 18 00:22:09 2009 -0800 (2009-02-18)
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