We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8461d31 commit b395cc4Copy full SHA for b395cc4
R/latex.R
@@ -692,7 +692,7 @@ refresh_all = function(...) {
692
}
693
694
# look up files in the Kpathsea library, e.g., kpsewhich('Sweave.sty')
695
-kpsewhich = function(filename, options = character()) {
+kpsewhich = function(filename, options = character(), ...) {
696
tweak_path()
697
- system2('kpsewhich', c(options, shQuote(filename)))
+ system2('kpsewhich', c(options, shQuote(filename)), ...)
698
0 commit comments