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
texlive-latex-recommended
15.10 以降では、の代わりにパッケージをインストールする必要がありますtexlive-humanities
。
の上Ubuntu 16.04 の最新パッケージあるファイルを含むパッケージを検索できます。