Is there a way Emacs can automatically refresh the buffer showing the dvi right after my LaTeX compilation? Thank you.
Use interactive function:
auto-revert-mode
to enable reloading when the file changes.
The global auto revert is not always desirable, in fact I only use it for for the DocView to see the new output of pdflatex.
The following will allow auto revert for the DocView major mode
(add-hook 'doc-view-mode-hook 'auto-revert-mode)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With