From 5a81777bfd63905ca6ef6d0a85fb59ce9b01c48f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= <witiko@gmail.com>
Date: Fri, 2 Oct 2015 00:52:56 +0200
Subject: [PATCH] Fixed a typo in the bibliography of the user guides.

---
 fithesis/guide/mu/Makefile  | 4 +++-
 fithesis/guide/mu/guide.bib | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/fithesis/guide/mu/Makefile b/fithesis/guide/mu/Makefile
index 6a6d38b..3344c00 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 9af12bd..f61fbdb 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},
-- 
GitLab