[Rd] Problem Sweaving vignettes: MiKTeX's texi2dvi reports errors
Friedrich.Leisch@tuwien.ac.at
Friedrich.Leisch at tuwien.ac.at
Mon Oct 3 17:48:12 CEST 2005
>>>>> On Mon, 3 Oct 2005 11:31:40 -0400,
>>>>> Gabor Grothendieck (GG) wrote:
> I have R installed in c:\Program Files\R and I use MiKTeX and texi2dvi
> to process my vignettes. I do keep my package sources elsewhere;
> e.g. I would keep the source for mypkg in c:\Rpkgs\mypkg .
> and I would install it into c:\Rpkg\library or once I am ready to use it
> in production into e.g. c:\Program Files\R\rw2011pat\library
> thus I don't think its necessary to relocate R itself.
The problem is the path to the *style file* sitting in
$RHOME/share/texmf, so having the packages in a different place has
nothing to do with it. It is also not really necessary to relocate R
itself, you just have to move the style file to some place where latex
finds it (e.g., by including $RHOME/share/texmf in your TEXINPUTS path
... but that will make troubles when the path contains spaces and we
are back at the beginning).
.f
More information about the R-devel
mailing list