# Cleanup mode
# [2 is for doing aux files cleanup before building, ex]
# [1 is for doing ALL output files cleanup]
# [0 is for not doing cleanup]
$cleanup_mode = 0;
# Use XeLaTeX to compile.
# [5 is XeLaTeX]
$pdf_mode = 1;
$clean_ext = "synctex.gz acn acr alg aux bbl bcf blg brf fdb_latexmk glg glo gls idx ilg ind lof log lot out run.xml toc thm toe ist idx";
# Preview mode & Auto complie after save.
$preview_continuous_mode = 0;