## Building `research.pdf` ``` latexmk ``` ## Cleaning up intermediate files ``` latexmk -c ``` ## With preview Uses `evince` by default (you can change this in `.latexmkrc`). ``` latexmk -pvc ```