At exporting a LaTeX file to HTML via tex4ht I have to write some HTML comments to the HTML source. So I would like to write the HTML code in the LaTeX file and let tex4ht export it directly. How can I achieve this? Are there some special LaTeX commands to do this?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||

\def\HCode#1{}should disable the command. – Caramdir Jun 9 '11 at 22:31ifpdfif you're usingpdf(la)texorifxetexif you're using XeTeX. – ℝaphink Jun 10 '11 at 7:52