I am coming to RStudio from the CMD prompt and the pdflatex command. From my understanding, RStudio runs behind the scenes:
- pdflatex
- bibtex (if you have natbib going on)
- pdflatex
I would like to be able to pass some parameters like "-quiet" or "-interaction=nonstopmode"
From the command line, these are possible.
How do I add custom flags to the RStudio implementation of pdflatex?