Visto che non riesco a inviare il file pdf e neppure foto perché troppo pesanti, riporto una porzione di codice:
\documentclass[12pt, a4paper, twoside, openany, titlepage]{book}
\usepackage[applemac]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{indentfirst}
\usepackage[italian]{babel}
\usepackage{fancyhdr}
\usepackage{showkeys}
\usepackage[dvips]{graphicx}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{latexsym}
\usepackage{amsthm}
\usepackage{eucal}
\usepackage{eufrak}
\usepackage{graphicx}
\usepackage[signatures]{frontespizio}
\pagestyle{fancy}\addtolength{\headwidth}{20pt}
\renewcommand{\chaptermark}[1]{\markboth{\thechapter.\ #1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection \ #1}{}}
\cfoot{}
\rhead[\fancyplain{}{\bfseries\leftmark}]{\fancyplain{}{\bfseries\thepage}}
\lhead[\fancyplain{}{\bfseries\thepage}]{\fancyplain{}{\bfseries\rightmark}}
\usepackage{amsthm}
\theoremstyle{plain}
\newtheorem{thm}{Teorema}[section]
\newtheorem{cor}[thm]{Corollario}
\newtheorem{lem}[thm]{Lemma}
\newtheorem{prop}[thm]{Proposizione}
\theoremstyle{definition}
\newtheorem{exmp}{Esempio}[section]
\theoremstyle{definition}
\newtheorem{defn}{Definizione}[chapter]
\theoremstyle{remark}
\newtheorem{oss}{Osservazione}
\bibliographystyle{plain, abbrv}
\begin{document}
%\begin{frontespizio}
%\Universita{Milano}
%\Logo{tesiSCIENZE_TECNOLOGIE}
%\Facolta{Scienze e tecnologie}
%\Corso[Laurea]{Matematica}
%\Titoletto{Tesi di laurea}
%\Titolo{CH-gruppi}
%\Candidato[721914]{William Giuliano}
%\Relatore{Prof. Mariagrazia BIANCHI}
%\Annoaccademico{2014-2015}
%\end{frontespizio}
\tableofcontents
%Introduzione
\chapter{Introduzione}
In questo lavoro ci occuperemo di alcune importanti classi di gruppi finiti, che sono state studiate a partire dagli anni Cinquanta del secolo scorso. Nel 1953 Ito \cite{Ito} pubblica…
%Bibliografia
\begin{thebibliography} {99}
\addcontentsline{toc}{chapter}{Bibliografia}
\bibitem{Curzio} M. Curzio, P. Longobardi, M. Maj, \textit{Lezioni di algebra}, Liguori Editore, 1994.
\bibitem{Dolfi} S. Dolfi, M. Herzog, E. Jabara, \textit{Finite groups whose noncentral commuting elements have centralizers of equal size}, Bull. Aust. Math. Soc. $\boldsymbol{82}$ (2010), 293-304.
\bibitem{Dummit} D. S. Dummit, R. M. Foote, \textit{Abstract algebra}, John Wiley \& Sons, Inc., 2004.
\bibitem{Isaacs} I. M. Isaacs, \textit{Subgroups generated by small classes in finite groups}, Proc. Amer. Math. Soc. $\boldsymbol{136}$ (2008), 2299-2301.
\bibitem{Ishikawa} K. Ishikawa, \textit{On finite p-groups which have only two conjugacy lengths}, Israel J. Math. $\boldsymbol{129}$ (2002), 119-123.
\bibitem{Ito} N. Ito, \textit{On finite groups with given conjugate type, I}, Nagoya J. Math $\boldsymbol{6}$ (1953), 17-28.
\end{thebibliography}
\end{document}.