Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
When I am authoring a
The editing environment
When writing a
(setq TeX-PDF-mode t)
I then split my Emacs frame into two buffers vertically, using C-x 3 (see screencast below). After compiling my
Including auto-revert functionality
The final piece to the puzzle is to set files visited in doc-view-mode to auto-revert when changed on disk. That way, then I update my
This is achieved by placing the following line in my .emacs.
(add-hook 'doc-view-mode-hook 'auto-revert-mode)
Screencast Example
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.