Render a Markdown file with natbib bibliography
Arguments
- file
the name of the
Rmdfile.- path
the path of the
Rmdfile.- encoding
the encoding of the
Rmdfile. Default to 'UTF-8'.- engine
the LaTeX engine the compile the document. Defaults to
"xelatex".- display
open the pdf in a reader. Defaults to TRUE.
- keep
keep intermediate files after successful compilation. Defaults to "none".
- clean
TRUE to clean intermediate files created during rendering of the R markdown into
tex.