我正在尝试在 Ubuntu 15.10 中编译 Latex 文件,但收到以下错误消息:
! LaTeX Error: File `lineno.sty' not found.
我用谷歌搜索了这个错误并找到了 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
我已经这样做了,它似乎工作成功,但是当我尝试编译时仍然收到相同的错误消息。我已经关闭并重新打开了终端。
在 15.10 及更高版本中,您需要安装包
texlive-latex-recommended
而不是texlive-humanities
.在http://packages.ubuntu.com/上,您可以搜索包含某些文件的包。