fix minor errors, split up preamble
[phd-thesis.git] / latexmkrc
index 35ce555..54d4c5e 100644 (file)
--- a/latexmkrc
+++ b/latexmkrc
@@ -35,6 +35,7 @@ push @generated_exts, 'sta';
 
 # Clean bbl file as well
 $bibtex_use = 2;
+$bibtex = "bibtex8 --wolfgang %O %S";
 
 # Clean mkindex files
 $clean_ext .= ' %R.ist %R.xdy';