如何修复 Ubuntu 上 LaTeX 错误 File `environ.sty' not found
问题:
你想在 Ubuntu 上使用 latex 或 pdflatex 编译你的 LaTeX 文件,但你看到类似这样的错误消息:
latex_environ_error.txt
! LaTeX Error: File `environ.sty' not found.
输入 X 退出或 <RETURN> 继续,
或输入新名称。(默认扩展名:sty)解决方案
install_texlive_latex_extra.sh
sudo apt -y install texlive-latex-extra这将安装 environ.sty 以及许多其他 LaTeX 文件。
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow