LatexMK

vim ~/.latexmkrc
$pdf_previewer = "start evince %O %S"


#监视源码、自动编译、实时预览
latexmk -pdf -pvc -xelatex article
or:
latexmk -pdf -pvc article
or: non-stop mode
latexmk -pdf -pvc -interaction=nonstopmode article
#清理目录,只保留最终的pdf文档
latexmk -c

你可能感兴趣的:(latex)