LaTeX报错解决办法 Error: File 'amsmath.sty' not found

Compile in WinEdt 7.0 with TeXify.


"""
! LaTeX Error: File `amsmath.sty' not found.


Type X to quit or to proceed,
or enter new name. (Default extension: sty)


Enter file name: 


Process has been terminated ...

"""

问题解决方法,安装amsmath.sty 包:

Win7系统,开始--CTeX--MiKTeX--MiKTeX Package Manage (Admin), 在name框中输入amsmath,选中amsmath点击install+,可见install+亮起,unistall-为灰色,说明该包未安装。 

按装完毕,关闭弹出的对话框,再次选中amsmath,点击install+变灰,unistall-变亮,该包已经安装。

再次编译,依旧报错。重启电脑是没有用的(额,这是最笨的办法···)。重启后再次编译,依旧报错,且报错相同。

Google上找到类似报错(http://tex.stackexchange.com/questions/213928/latex-error-file-amsthm-sty-not-found-using-lyx-and-despite-all-miktex-ams),原来使用amsmath package还要同时安装有amscls package

安装好这个包后,编译,一切正常。出现这个问题有可能是我前不久update MiKTeX,这些包不知道怎么就没了。升级之前是一些正常的。

你可能感兴趣的:(latex,win7,package)