\documentclass[12pt, twoside]{amsart}
\usepackage{amssymb,amsthm,amsmath}
\usepackage[italian]{babel}
\theoremstyle{plain}
\hoffset -2 cm \voffset -.8 cm
\textwidth 16 cm \textheight 22 cm
\linespread{1,5}


\newtheorem{theorem}{Teorema}[section]
\newtheorem{remark}{Osservazione}[section]
\newtheorem{proposition}{Proposizione}[section]
\newtheorem{lemma}{Lemma}[section]
\newtheorem{definition}{Definizione}[section]
\newtheorem{example}{Controesempio}[section]
\newtheorem{corollary}{Corollario}[section]
\def \R {{\mathbb {R}}}
\def \N {{\mathbb N}}
\def \C {{\mathbb C}}
\def \Q {{\mathbb Q}}
\def \Z {{\mathbb Z}}
\pagestyle{headings}

\begin{document}

%
\begin{center}
{\Large
{\sc Seminario di Analisi Matematica\\
Dipartimento di Matematica\\
\vskip 0,1cm
dell'Universit\`{a} di Bologna}}
\vskip 0,4cm

 {Anno Accademico 2005-06}

\vskip 3cm
{\Large
%inserire autore
{Autore }


\vskip 0,4cm
%inserire titolo
{\sc Principio del confronto}
}
\vskip 3cm
%inserire data
{10 marzo 2006}

\end{center}

%Inserire Autore e titolo per intestazioni
\markboth{Autore}{Titolo}
\newpage

\section*{Abstract}
%Inserire un abstract in inglese

\newpage

\section{Introduzione}
%Inserire testo del seminario
Citiamo le referenze \cite{B}, \cite{GT}


\section{Principio del massimo}
\begin{theorem}\label{th1}
%enunciato teorema
\begin{equation}\label{eq1}
%equazione
  \end{equation}
\end{theorem}
\begin{proof}
 Prova dell'equazione \eqref{eq1} del Teorema \ref{th1}
\end{proof}
\begin{lemma}\label{l1}
%enunciato lemma
\begin{equation}\label{eq2}
%equazione
  \end{equation}
\end{lemma}
\begin{lemma}\label{l2}
%enunciato lemma
\begin{equation}\label{eq3}
%equazione
  \end{equation}
\end{lemma}

\begin{proposition}\label{p1}
%enunciato teorema
\begin{equation}\label{eq4}
%equazione
  \end{equation}
\end{proposition}


\bibliographystyle{alpha}

\begin{thebibliography}{111}

\bibitem{B} J. M. Bony. {\em Principe du maximum,
in\'{e}galit\'{e} de Harnack et unicit\`{e} du probl\`{e}me de
Cauchy pour les op\'{e}rateurs elliptic
d\'{e}g\'{e}n\'{e}r\'{e}s.} Ann. Ist. Fourier (Grenoble), {\bf 29}
(1969) 277-304.


\bibitem{GT} D. Gilbarg, N. S. Trudinger.
{Elliptic partial differential equations of second order},
Grundlehrer der Math. Wiss. vol. 224, Springer-Verlag, New York
(1977).

\end{thebibliography}
\end{document}

