Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法 Emacs 可以在我的 LaTeX 编译后立即自动刷新显示 dvi 的缓冲区?谢谢你。
全局自动还原并不总是可取的,实际上我只将它用于 DocView 以查看 pdflatex 的新输出。
以下将允许 DocView 主要模式的自动恢复
(add-hook 'doc-view-mode-hook 'auto-revert-mode)
使用交互功能:
auto-revert-mode
在文件更改时启用重新加载。