Displaying 1 result from an estimated 1 matches for "x25s".
Did you mean:
x25
2012 Aug 21
1
patchDVI: how to pass encoding of the .Rnw file?
...n is the same as when using Sweave: put a default encoding into
the call to SweavePDF (or the similar functions). For example, my editor
always executes this command when asked to process a .Rnw file:
patchDVI::SweavePDF('%2', stylepath=FALSE,
preview="f:/SumatraPDF/SumatraPDF \x25s",
encoding="utf8")
The %2 is a place holder for the filename to process. The preview argument
invokes the PDF previewer that knows Synctex; the stylepath and encoding
arguments are passed to Sweave. Because I chose encoding="utf8", Sweave
will assume that encoding a...