hgbook

view en/bookhtml.cfg @ 259:b42689a730a2

Typo
author Johannes Hoff <wbunaarfubss@gmail.com>
date Sun Jun 17 11:42:14 2007 +0200 (2007-06-17)
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