diff --git a/fithesis/guide/mu/Makefile b/fithesis/guide/mu/Makefile
index 6a6d38bd4908dee816583b0d54232f27ead85a49..3344c0080a268f765b5007fe8136d1baff185265 100644
--- a/fithesis/guide/mu/Makefile
+++ b/fithesis/guide/mu/Makefile
@@ -19,7 +19,9 @@ $(PDFFILES): $(TEMPLATE) $(BIB)
 
 # This target removes any auxiliary files.
 clean:
-	rm -f $(TEXFILES) *.aux *.log *.out *.toc *.lot *.lof *.bbl *.blg *.pyg *.bcf *-blx.bib *.run.xml
+	rm -f $(TEXFILES) *.aux *.log *.out *.toc *.lot *.lof *.bbl \
+		*.blg *.pyg *.bcf *-blx.bib *.run.xml
+	rm -rf _minted-*
 
 # This target removes any auxiliary files
 # and the output PDF files.
diff --git a/fithesis/guide/mu/guide.bib b/fithesis/guide/mu/guide.bib
index 9af12bd6a0efa9a97ca758843f425ad79271dd0f..f61fbdba5f74f6b79579538c700194daa0bd3b29 100644
--- a/fithesis/guide/mu/guide.bib
+++ b/fithesis/guide/mu/guide.bib
@@ -21,7 +21,7 @@
   urldate={2015-05-03}}
 @manual{longlatex,
   author={Tobias Oetiker and Hubert Partl and Irene Hyna and Elisabeth Schlegl},
-  title={The Not So Short Introduction to \LaTeXe\ \LaTeXe in
+  title={The Not So Short Introduction to \LaTeXe\ or \LaTeXe\ in
     157 minutes},
   year={2014},
   month={October},