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.
LaTeXコンパイルの直後にEmacsがdviを表示するバッファーを自動的に更新する方法はありますか?ありがとうございました。
グローバル自動復帰は必ずしも望ましいとは限りません。実際、私はDocViewがpdflatexの新しい出力を表示するためにのみ使用しています。
以下は、DocViewメジャーモードの自動復帰を可能にします
(add-hook 'doc-view-mode-hook 'auto-revert-mode)
インタラクティブ機能を使用する:
auto-revert-mode
ファイルが変更されたときにリロードを有効にします。