这个问题与先前的问题,虽然我使用的是 emacs24。在尝试编译 latex 文档时,从 ubuntu 的启动器、文件或终端启动 emacs 后,我收到authblk.sty
无法找到的错误。上一个答案中发布的解决方案是使用以下方法修改 .emacs 文件
(setenv “PATH” (shell-command-to-string “bash -i -c ‘echo -n $PATH’”))
当我执行此操作并启动 emacs 时,出现错误,
Warning (initialization): An error occurred while loading
`/home/usrname/.emacs':
Symbol's value as variable is void: “PATH”
这是什么意思?我该如何解决?
编辑
与原始问题不同,它pdflatex foo.tex
也无法编译文档,因为它也找不到authblk.sty
。所以我猜问题更根本的出在pdflatex
?