proofread chp 4
[phd-thesis.git] / latexmkrc
index 48cdc14..35ce555 100644 (file)
--- a/latexmkrc
+++ b/latexmkrc
@@ -30,7 +30,7 @@ push @generated_exts, 'loa';
 # Clean morewords file
 push @generated_exts, 'mw';
 
-# Clean morewords file
+# Clean standalone file
 push @generated_exts, 'sta';
 
 # Clean bbl file as well
@@ -43,4 +43,6 @@ $show_time = 1;
 
 $pdf_mode = 1;
 
-$output_directory = "aux";
+$pdflatex = 'pdflatex %O %S || (echo === Deleting %Y%R.sta ...; rm -v %Y%R.sta; false)';
+
+$use_make = 1;