search for: rtexinput

Displaying 1 result from an estimated 1 matches for "rtexinput".

Did you mean: texinput
2011 Mar 23
0
Passing tex parameter via texi2dvi
...but not really 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 c...