我已经在Emacs的副本中安装了AUCTeX,但是AUCTeX找不到MiKTeX (我已经安装了)。当我执行c时,会得到以下错误:
ERROR: AUCTeX cannot find a working TeX distribution.
Make sure you have one and that TeX binaries are in PATH environment variable.
If you are using OS X El Capitan or later
Remember to add /Library/TeX/texbin/ to your PATH安装MiKTeX后,我的计算机上没有/Library/TeX目录。我该怎么做?谢谢
我在mini M1上运行EmacsVersion28.1 (9.0)和macOS蒙特利12.4。
发布于 2022-05-30 02:48:43
在我这边,texbin位于/Library/TeX/Distributions/.DefaultTeX/Contents/Programs/texbin,我不确定M1上的情况是否不同。
此外,我建议使用exec-通道到外壳来使Emacs使用用户的shell设置的$PATH。
https://stackoverflow.com/questions/72427732
复制相似问题