summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LaTeX_per_esempi.tex6
-rw-r--r--Makefile4
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