Last active
May 22, 2019 22:46
-
-
Save langheran/ed284ee593fda34b621cef69e8aaae54 to your computer and use it in GitHub Desktop.
R Markdown compilation sequence.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
makeglossaries "paper" | |
del "paper.aux" | |
del "paper.bcf" | |
del "paper.blg" | |
del "paper.log" | |
del "paper.out" | |
del "paper.tex" | |
del "paper.thm" | |
del "paper.synctex.gz" | |
del "paper.bbl" | |
Rscript -e "rmarkdown::render('paper.Rmd', encoding = 'UTF-8', output_file = 'paper.pdf');" | |
if %errorlevel% neq 0 pause | |
pdf-crop-margins.exe "paper.pdf" -o "paper-cropped.pdf" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment