mac下装MacTEX后,使用TeXShop出现错误
找不到必要的工具。
/usr/texbin/pdflatex 不存在。TeXLive 可能未安装,或在系统升级时被删除。如果是这种情况,请访问 TeXShop 网站并按照说明重装 TeXLive。还有可能是 TeXShop 偏好设置中的工具目录配置不正确,当您使用 fink 版本的 teTeX 发行版会出现这种问题
出现错误的原因是因为MAC OS X 10.11, El Capitan, 即使是管理员权限,也不再允许writing to /usr。
解决方案:
1.LaTeXiT, TeXShop,BibDesk 都去更新。
若仍不能解决
2. TeXShop→Preferences Engine tab. Change the Path settings for TeX from /usr/texbin to /Library/TeX/texbin
LaTeXiT→Preferences with the pdflatexradio button selected.
This allows you to change the path to the pdflatex command from /usr/texbin/pdflatex to /Library/TeX/texbin/pdflatex as shown.
You need to then select thexelatex radio button to change the path to the xelatex command from /usr/texbin/xelatex to/Library/TeX/texbin/xelatex.
本文介绍在Mac OS X 10.11 El Capitan系统中安装MacTeX后,使用TeXShop遇到的错误及解决方法。主要问题是由于系统权限变更导致TeXLive组件无法找到。文中提供详细的步骤来更改配置文件中的路径。

3143

被折叠的 条评论
为什么被折叠?



