将 Latex 书籍转换为 html

将 Latex 书籍转换为 html

我尝试使用 Klaus Gerhards 宏将我的 Latex 书转换为 html 代码,但只转换了几章就停止了。它也不包含插图(以 pdf 格式)。我该怎么办?

梅威瑟:

\documentclass[12pt]{report}
\usepackage{color}
\usepackage{epsf,epsfig,amsmath,amssymb}
\usepackage{theorem}
\usepackage{makeidx}
\makeindex
\topmargin -0.5in
\oddsidemargin 0in
\textwidth 6.5 in
\textheight 8.7in
\begin{document}
\title{ Working Knowledge: STEM Essentials for the 21st Century}   
\author{Karl Hess}
\maketitle
\newpage
\tableofcontents
\newpage 
\input{./Cap1}
\input{./Cap2}
\input{./Cap3}
\printindex
\end{document}

相关内容