tex4ht question
The Thanh Han <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.general |
|---|---|
| Message-ID | <20040324091053.GA14620@chip> |
I solved it using the bugfixes from
http://www.cis.ohio-state.edu/~gurari/fix/newt4ht.zip
Thanh
> sorry if this question is OT here: I have a trivial latex document
> t.tex like this:
>
> \documentclass{report}
> \begin{document}
> Hello, world!
> \end{document}
>
> and I would like to create a html version of this document using:
>
> htlatex t "html,uni-html4,charset=utf-8"
>
> It was working fine with texlive7 setup, but then I switchted to
> tetex-2.0.2 (on debian woody) and now I got in t.html
>
> <meta http-equiv="Content-Type" content="text/html; charset=utf-8charset=">
> ^^^^^^^^
>
> Can anyone please help me how to get rid of it?
>
> Thanks in advance,
> Thanh