summaryrefslogtreecommitdiff
path: root/esempi/07.tex
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <elena.valhalla@gmail.com>2011-03-14 10:17:07 +0100
committerElena ``of Valhalla'' Grandi <elena.valhalla@gmail.com>2011-03-14 10:17:07 +0100
commit0ac8d492b12d9e46e46219d9fd83151fab7de505 (patch)
tree9972c0cc611d79e789d3c80f8947fb7ff3b30908 /esempi/07.tex
parent20dd1632dab77ba31572239e64cc051d5ba2bfb8 (diff)
Esempi 07, 08 e 09
Diffstat (limited to 'esempi/07.tex')
-rw-r--r--esempi/07.tex62
1 files changed, 62 insertions, 0 deletions
diff --git a/esempi/07.tex b/esempi/07.tex
new file mode 100644
index 0000000..0a4332a
--- /dev/null
+++ b/esempi/07.tex
@@ -0,0 +1,62 @@
+% Copyright (C) 2004 - 2011 Elena Grandi
+% This work is licensed under the Creative Commons Attribution-ShareAlike
+% 2.5 Italy License. To view a copy of this license, visit
+% http://creativecommons.org/licenses/by-sa/2.5/it/ or send a letter to
+% Creative Commons, 171 Second Street, Suite 300, San Francisco,
+% California, 94105, USA.
+
+\documentclass[a4paper,italian]{article}
+
+\usepackage{babel}
+\frenchspacing
+\usepackage[utf8]{inputenc}
+
+\title{Riferimenti\thanks{
+I sorgenti di questo documento sono nel file \texttt{07.tex}}}
+\author{Elena ``of Valhalla''}
+\date{16 marzo 2011}
+
+\begin{document}
+
+\maketitle
+\tableofcontents
+
+\section{Riferimenti}
+\label{ch:riferimenti}
+
+In questa sezione \ref{ch:riferimenti} ci sono riferimenti a sezioni, ma anche
+a testi presenti in bibliografia, come \cite{Gia11}. Riferimenti a tabelle,
+equazioni eccetera 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}