Skip to content
Prev 6387 / 21312 Next

[Bioc-devel] BiocStyle on windows with spaces in path names

Maybe you could use

\RequirePackage{Bioconductor}

and then set the TEXINPUTS environment variable via Sys.setenv().
Internally tools::texi2dvi() is used that that "listens to" TEXINPUTS.

Just FYI: I use this trick in
https://github.com/HenrikBengtsson/R.rsp/blob/master/R/compileLaTeX.R
to set/fix/update TEXINPUTS temporarily, but for somewhat different
reasons.  There you also see take extra precautions to drop duplicates
etc.

/Henrik
On Mon, Oct 6, 2014 at 3:21 PM, Martin Morgan <mtmorgan at fhcrc.org> wrote: