Displaying 1 result from an estimated 1 matches for "rbstinputs".
Did you mean:
bstinputs
2011 Mar 23
0
Passing tex parameter via texi2dvi
...lly used.
extra <- ""
#### ??? --version does not like tex-options
ver <- system(paste(shQuote(texi2dvi), "--version"),
intern = TRUE)
if (length(grep("MiKTeX", ver[1L]))) {
texinputs <- c(texinputs0, Rtexinputs, Rbstinputs)
texinputs <- gsub("\\", "/", texinputs, fixed = TRUE)
paths <- paste("-I", shQuote(texinputs))
extra <- paste(extra, paste(paths, collapse = " "))
}
Is there any other workaround beside copy/change/re...