我最近在 Mac 上更新了我的 tex 发行版,尝试使用 texlive-extra 中的字体(我使用了 macports)。但是,这不起作用并导致错误。因此,我决定按照此处的说明进行全新安装:http://www.tug.org/mactex/uninstalling.html将 usr/local/texlive 和 usr/local/texmf 以及 GUI 应用程序移至垃圾箱。
当我从 mactex 进行全新安装时:http://www.tug.org/mactex/index.html一切似乎都很顺利,但是当我尝试使用之前没有问题的 makefile 进行编译时,我得到了结果:
LaTeX Error: File `book.cls' not found.
(文章、报告等同样如此)
如果我运行 macports
sudo port install texlive texlive-latex-extra
我得到的结果:
---> Computing dependencies for texlive
---> Cleaning texlive
---> Computing dependencies for texlive-latex-extra
---> Cleaning texlive-latex-extra
---> Scanning binaries for linking errors
---> No broken files found.
什么也没有发生。
如果有人能帮助我解决这个问题,或者以正确的方式进行全新安装,我将不胜感激。
我在这里遇到了类似的问题:上次更新后未找到 article.cls但会议没有给出明确答复,就此结束。
谢谢