In a book, I set up indentation to be 1em for every paragraph, including the first paragraph in sections:
\setlength{\parindent}{1em}
However, TeX4HT doesn't honor this setting and sets the first paragraph to noindent.
How can I prevent TeX4HT from setting first paragraphs to noindent?
indentfirstpackage? – jon Aug 5 '12 at 18:32