需要帮助修复 hmtl.sty not found 错误

GGS*_*GGS 5 software-installation

我按照以下网站中给出的说明在 ubuntu 12.04 LTS 64 位机器上安装了 texlive 2012

如何安装最新的 TeX Live 2012?

之后,成功安装(我认为),当我执行 pdflatex 编译给定 tex 文件时出现以下错误

这是 pdfTeX,版本 3.1415926-2.4-1.40.13(TeX Live 2012/Debian)

受限 \write18 已启用。

进入扩展模式

(./user_guide.tex

LaTeX2e <2011/06/27>

英语、dumylang、nohyphenation、加载的 Babel 和连字符模式。

(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls

文档类:文章 2007/10/19 v1.4h 标准 LaTeX 文档类

(/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo))

!LaTeX 错误:找不到文件“html.sty”。

键入 X 退出或继续,或输入新名称。(默认扩展名:sty)

那么你能帮我找到解决方案吗?

先感谢您

小智 6

我遇到了同样的问题,找到的答案比问题多,所以我会给出答案。安装:

sudo apt-get install latex2html
Run Code Online (Sandbox Code Playgroud)

那么它应该可以工作:)(它在我的系统上完成)