pgfSweave
pgfSweave copied to clipboard
Quality graphics and speedy compilation with Sweave
Even when using luatex or xetex, it appears that pgfsweave will remove some unicode characters. For example, = "α" @ produces the output [1] "" There also seems to be...
I've been running pgfSweave from an active R session (as recommended in the newest update. http://code.cjb.net/pgfSweave.html#keepsource). This leads to pgfSweave requesting browse confirmation for every image. Is this a bug...
I am not sure whether there is a change in pgfSweave, or a bug in my setup, or if this is how things have worked all along, but I recently...
This call is acceptable with Sweave with both `driver=RWeaveLatex()` and `driver=cacheSweaveDriver` ```> Sweave(filename, driver=cacheSweaveDriver, prefix.string="figures/fig") Writing to file simple-illustration.tex Processing code chunks with options ... 1 : term hide (label...
It would be nice to have the same option to surround the source code with a frame as in the highlight package. Possible niceties would include settings for - the...
The arguments in `texidvi()` are rarely used, but those in `Sweave()` are often very important. In #25 I mentioned changes in the official Sweave, and now I noticed the file...
With the option tidy=T, each Sinput environment gets a spurious blank line. This can be seen with the following example file: ``` \documentclass{article} \begin{document} \SweaveOpts{highlight=FALSE} \begin{Scode}{print=TRUE,cache=TRUE,tidy=TRUE} 1+1 \end{Scode} \end{document} ```...
I think I can understand the situation now. The only thing that makes me uncomfortable is the creation of new cache directories without removing the old ones, thus each time...
I think I'm close to a solution for my question a few weeks ago: how to produce multiple plots in a single code chunk (and show them in LaTeX)? For...