如何在Mac emacs的AucTeX中匹配Aquamacs的设置?
由于一些reason,我试图将AucTeX安装到Mac的emacs上。
对于预装AucTeX的Aquamacs来说,一切都很酷。
之间进行反向/前向链接。
发布于 2010-07-16 13:18:45
我的.emacs中有以下内容,尽管可能有更好的方法:
(setq LaTeX-command "latex -synctex=1 -shell-escape")
(when (file-exists-p "/Applications/Skim.app/Contents/SharedSupport/displayline")
(add-to-list 'TeX-output-view-style
'("^pdf$" "." "/Applications/Skim.app/Contents/SharedSupport/displayline -b %n %o %b")))您可以尝试在Aquamacs中看到这些变量设置为什么。使用C-h v VARIABLE RET查看文档和当前值。
https://stackoverflow.com/questions/3261756
复制相似问题