Skip to content

Instantly share code, notes, and snippets.

@HughParsonage
Created February 22, 2018 04:57
Show Gist options
  • Save HughParsonage/332b0eb2e1654ad0198be4f3ed5e3a84 to your computer and use it in GitHub Desktop.
Save HughParsonage/332b0eb2e1654ad0198be4f3ed5e3a84 to your computer and use it in GitHub Desktop.
"windows" : {
"script_commands": [
"\"C:/R/R-3.4.3/bin/x64/Rscript.exe\" -e \"knitr::knit('$file_name')\"",
// "texify --pdf $file_base_name.tex",
"pdflatex -interaction=batchmode",
"biber $file_base_name",
"pdflatex -interaction=batchmode",
"pdflatex -interaction=batchmode"
]
// See README or third-party documentation
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment