Tagged Questions
0
votes
0answers
43 views
syntax highlighting in emacs with .Rnw files
When working with .Rnw files, emacs with ess highlights the R-code blocks in purple. This is great, but the issue I'm having is after the R-code, everything is still purple!
Some people have said ...
1
vote
1answer
594 views
ESS + AUCTeX + Sweave. SyncteX integration from .Rnw <-> pdfviewer?
I'm remodeling my toolchain away from R + TeXShop to what I hope is a more efficient Sweave -> LaTeX -> SyncteX -> pdfview (skim) through emacs (Aquamacs, to be specific) AUCTeX-mode (with ...
8
votes
1answer
487 views
EMACS folding/unfolding R code
Is there an Emacs minor-mode (or piece of elisp code) that lets you selectively hide/show environments while in Sweave (Sweave = R + LaTeX)?
For instance, I would like to move to the beginning of a ...
2
votes
0answers
80 views
Modify Emacs tab behavior with Sweave documents
In Sweave mode pressing tab doesn't move the cursor and kills my auto-complete options (when I hit tab to complete the code the completion disappears as opposed to completing the snippet).
If I ...
6
votes
1answer
222 views
GNUEmacs/ESS/Latex/Sweave: text displays differently when cursor is in latex code or in R code
When I scroll through an Sweave document (Rnw) with latex and R
code, the text jumps around when the mode changes between Latex and
ESS. The two modes disagree how text should be wrapped. Moreover, ...
2
votes
3answers
341 views
How do I identify which Sweave code chunk gives an error?
When running Sweave from emacs-ess, errors are provided with a code chunk number. Is there an easy way to navigate among the code chunks by number? Otherwise, they are difficult to identify.
4
votes
2answers
2k views
ESS/AucTeX/Sweave integration
I'm using GNU/Linux distro (Arch, if that's relevant), Emacs v23.2.1, ESS v5.9 and AucTeX v11.86.
I want to setup AucTeX to recognize .Rnw files, so I can run LaTeX on .Rnw files with C-c C-c and get ...
18
votes
6answers
2k views
Recommendations for developing Sweave documents
I'm looking to streamline my Sweave document creation, and I'd like to hear about people's current setups. I feel like the holy grail goes something like this:
Editing Rnw code on one half of the
...