From b8ddbd493e1f1415a1bbd3e0dee462b502bcf65e Mon Sep 17 00:00:00 2001
From: Elena ``of Valhalla'' Grandi <elena.valhalla@gmail.com>
Date: Wed, 16 Mar 2011 12:13:17 +0100
Subject: piccoli fix

---
 LaTeX_per_esempi.tex | 6 +++---
 Makefile             | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/LaTeX_per_esempi.tex b/LaTeX_per_esempi.tex
index 1b4bcba..6c19c5e 100644
--- a/LaTeX_per_esempi.tex
+++ b/LaTeX_per_esempi.tex
@@ -105,13 +105,13 @@ maggiormente integrato.
 \subsection{Font e note a piƩ di pagina}
 \VerbatimInput{esempi/04.tex}
 \includepdf[frame,scale=0.8]{esempi/04.pdf}
-\subsection{Formule matematiche}
+\subsection{Environment}
 \VerbatimInput{esempi/05.tex}
 \includepdf[frame,scale=0.8]{esempi/05.pdf}
-\subsection{Environment}
+\subsection{Riferimenti}
 \VerbatimInput{esempi/06.tex}
 \includepdf[frame,scale=0.8]{esempi/06.pdf}
-\subsection{Riferimenti}
+\subsection{Formule matematiche}
 \VerbatimInput{esempi/07.tex}
 \includepdf[frame,scale=0.8]{esempi/07.pdf}
 \subsection{Comandi personalizzati}
diff --git a/Makefile b/Makefile
index e40c6dd..fb25017 100644
--- a/Makefile
+++ b/Makefile
@@ -10,9 +10,9 @@ pdf:
 	pdflatex ${DOCNAME}.tex
 
 clean:
+	rm ${DOCNAME}.aux ${DOCNAME}.log ${DOCNAME}.toc ${DOCNAME}.out
 	make -C esempi clean
-	rm ${DOCNAME}.aux ${DOCNAME}.log ${DOCNAME}.toc
 
 cleanall: clean
-	make -C esempi cleanall
 	rm ${DOCNAME}.pdf
+	make -C esempi cleanall
-- 
cgit v1.2.3