search for: gbpl3

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

Did you mean: cpl3
2011 Mar 23
0
Passing tex parameter via texi2dvi
I am trying to pass a additional argument to texi2dvi, for example to use the aux-directory. Looks like this is not possible via options: options(texi2dvi='texi2dvi --tex-option="-aux-directory=auxdir"') texi2dvi(file = "GBPL3.tex", pdf = TRUE) #Error in system(paste(shQuote(texi2dvi), "--version"), intern = TRUE) : # '"texi2dvi --tex-option=\"-aux-directory=auxdir\""' not found Because --version come in the way, and extra is there, but not really used. extra <- &q...