I have a document that compiles using pdflatex, but runs into errors when using htlatex.
This one seems to be related to my \title:
! Incomplete \iffalse; all text was ignored after line 4.
<inserted text>
\fi
<*> ...}}}\makeatother\HCode .a.b.c.\input v2.tex
while this one shows up in a table:
! Undefined control sequence.
\T:halign ... {halignTB<>}{MkHalign}{<>}\@array:a
Rather than trying to track down each individual bug - as they are not bugs to pdflatex, apparently - I'd like to know whether there's some overarching change I need to apply to the document before attempting to use htlatex. Is htlatex only compatible with certain document types, for example?