利用 LaTeX2html 套件將 cwTeX 產生的中文 TeX 文件轉成 html 文件,需要在 preamble 及內文前加上指令,如此才能正確產生中文 html 文件。分別是在前言區載入 cwtex 套件,及在內文區取消cwTeX 字型。
# preamble
\documentclass{article}
\usepackage{cwtex}
# mainbody
\begin{document}
\ctxfoff #取消cwTeX字型
中文文件
\end{document}
5 hours ago
No comments:
Post a Comment