在 Ubuntu 中编译 Latex 时出现错误消息

在 Ubuntu 中编译 Latex 时出现错误消息

我正在尝试在 Ubuntu 15.10 中编译 Latex 文件,但收到以下错误消息:

! LaTeX Error: File `lineno.sty' not found.

我使用 Google 搜索了此错误并找到了 3 个页面,均提供了相同的解决方案:

https://codeyarns.com/2014/05/14/latex-error-lineno-sty-not-found/ http://notesofaprogrammer.blogspot.co.uk/2015/02/installing-linenosty-in-ubuntu-and.html http://ask.xmodulo.com/fix-lineno-sty-not-found-latex-error-linux.html

具体如下:

sudo apt-get install texlive-humanities

我已经这样做了,而且似乎成功了,但是当我尝试编译时,我仍然收到相同的错误消息。我已关闭并重新打开终端。

答案1

在 15.10 及更高版本中,您需要安装包texlive-latex-recommended而不是texlive-humanities

http://packages.ubuntu.com/您可以搜索包含某些文件的包。

相关内容