Tagged Questions
3
votes
2answers
274 views
.htf for Chinese utf8 fonts other than unisong*
In continue with this question: Producing html for Chinese documents with Tex4Ht
Tex4Ht requires .htf fonts for converting Chinese documents. I've managed to make all the unisong*.htf fonts work ...
2
votes
1answer
212 views
Producing html for Chinese documents with Tex4Ht
I'm using TexLive 2011 on Ubuntu 11.10. Take this for example:
\documentclass[UTF8]{ctexart}
\begin{document}
文章内容。
\end{document}
Then I run htlatex test.tex to convert it to html, but after ...