LaTeX关于包缺失的问题

时间:2022-09-14 19:26:27

在初次使用latex时,有很多*.sty的文件会检索不到,错误提示
LaTex Error:File 'etoolbox.sty' not found

碰到这种错误应该怎么办呢?

  1. 点击http://mirror.unl.edu/ctan/help/Catalogue/brief.html进去下载同名文件。
  2. 将etoolbox.sty 和etoolbox.def 复制到../tex/latex/etoolbox/下
  3. etoolbox.pdf复制到../doc/latex/etoolbox/下
  4. MiKTeX打开Setting,General–>Refresh FNDB
  5. 重启WinEdt即可。

有的时候下载的是ins等文件,怎么做呢?
上面3后加一步,cmd切换到当前目录下,执行latex etoolbox.ins,即可生成.sty文件,之后refresh即可。