X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=latexmkrc;h=3aabedfcd3131aae5031ce2c512081aecdceb5eb;hb=f57370d4e923f35588215e07a9c3b82d2a38dd24;hp=4325ab2f11e756fc79ed1c12713c97316050a885;hpb=eac6f8e9367bfe72d3886bf86132a04212a50428;p=phd-thesis.git diff --git a/latexmkrc b/latexmkrc index 4325ab2..3aabedf 100644 --- a/latexmkrc +++ b/latexmkrc @@ -27,6 +27,12 @@ push @generated_exts, 'lol'; # Clean list of algorithms file push @generated_exts, 'loa'; +# Clean morewords file +push @generated_exts, 'mw'; + +# Clean standalone file +push @generated_exts, 'sta'; + # Clean bbl file as well $bibtex_use = 2; @@ -36,3 +42,5 @@ $clean_ext .= ' %R.ist %R.xdy'; $show_time = 1; $pdf_mode = 1; + +$pdflatex = 'pdflatex %O %S || (echo === Deleting %Y%R.sta ...; rm -v %Y%R.sta; false)';