summaryrefslogtreecommitdiff
path: root/esempi/06.tex
diff options
context:
space:
mode:
Diffstat (limited to 'esempi/06.tex')
-rw-r--r--esempi/06.tex78
1 files changed, 42 insertions, 36 deletions
diff --git a/esempi/06.tex b/esempi/06.tex
index 4c7fb87..6d21f63 100644
--- a/esempi/06.tex
+++ b/esempi/06.tex
@@ -11,10 +11,8 @@
\frenchspacing
\usepackage[utf8]{inputenc}
-\usepackage{amsfonts}
-
-\title{Environment\thanks{
-I sorgenti di questo documento sono nel file \texttt{06.tex}}}
+\title{Riferimenti\thanks{
+I sorgenti di questo documento sono nel file \texttt{07.tex}}}
\author{Elena ``of Valhalla''}
\date{16 marzo 2011}
@@ -23,37 +21,45 @@ I sorgenti di questo documento sono nel file \texttt{06.tex}}}
\maketitle
\tableofcontents
-\section{Elenchi}
-
-Oltre a quelli visti per la modalità matematica, \LaTeX\ offre vari
-ambienti, in inglese \emph{environment}, per l'inserimento di testo
-con particolari esigenze di formattazione.
-
-Si possono avere:
-
-\begin{itemize}
-\item elenchi puntati, come questo;
-\item elenchi numerati, ad esempio
- \begin{enumerate}
- \item primo elemento
- \item secondo elemento
- \end{enumerate}
-\item elenchi descrittivi, ad esempio
- \begin{description}
- \item[un nome] descrizione
- \item[altro nome] altra descrizione
- \end{description}
-\end{itemize}
-
-\section{Tabelle}
-
-Un'altro \emph{environment} permette di inserire tabelle:
-
-\begin{tabular}[h]{r@{.}lc|p{8em}}
-1 & 0 & uno & questa è la prima riga della tabella \\
-\hline
-2 & 3 & due virgola tre & la seconda riga \\
-18 & 42 & diciotto virgola quarantadue & \\
-\end{tabular}
+\section{Riferimenti}
+\label{ch:riferimenti}
+
+Nella sezione \ref{ch:riferimenti} ci sono riferimenti a sezioni,
+ma anche a testi presenti in bibliografia, come \cite{Gia11}.
+Riferimenti ad altri environment si ottengono come quello alla sezione.
+
+\begin{thebibliography}{99}
+\bibitem{Lam94}Leslie Lamport \textit{A document preparation
+ system, User's guide and reference manual,} Addison-Wesley, seconda
+ edizione, 1994
+
+\bibitem{Gos94}Michel Goossens, Franck Mittelbach, Alexander Samarin,
+ \textit{The \LaTeX Companion,} Addison-Wesley, 1994
+
+\bibitem{Lam}Leslie Lamport et al.,
+ \textit{\LaTeX 2e} \\
+ \texttt{http://www.emerson.emory.edu/services/latex/latex2e/latex2e\_toc.html}
+
+\bibitem{Gre03}Harvey J. Greenberg, \textit{A simplified introduction
+ to \LaTeX}
+ \texttt{http://carbon.cudenver.edu/\~hgreenbe/aboutme/simplified-intro.html},
+ 14 luglio 2003
+
+\bibitem{Oet03}Tobias Oetiker, \textit{The not so short introduction to
+ \LaTeX 2e} \texttt{http://people.ee.ethz.ch/\~oetiker/lshort},
+ 10 settembre 2003
+
+\bibitem{Kie98}Robert Kiesling, \textit{The te\TeX HOWTO:
+ The Linux-teTeX} Local Guide
+ \texttt{http://www.tldp.org/HOWTO/TeTeX-HOWTO.html},
+ 9 Novembre 1998
+ (anche in italiano: \texttt{http://it.tldp.org/HOWTO/TeTeX-HOWTO.html})
+
+\bibitem{Gia11}Daniele Giacomini, \textit{a2}
+ \texttt{http://informaticalibera.net/}, gennaio 2011
+ (Volume IV. Scrittura e pubblicazione, ed in particolare i capitoli
+ 57 Editoria e Stile, 61 \TeX e 62 \LaTeX)
+
+\end{thebibliography}
\end{document}