Codice della bibliografia
`
% Bibliografia
% numerazione bibliografia da 01 e non da 1
\makeatletter
\def\@biblabel#1{[\two@digits{#1}]}
\makeatother
\cleardoublepage
\phantomsection % notare l'uso di phantomsection se si usa hyperref
\addcontentsline{toc}{chapter}{\bibname}
\begin{thebibliography}{99}
\bibitem[1]{arl} Arlow J., Neustadt I. e V. Ambriola: \textit{UML e Unified Process. Analisi e progettazione object-oriented}, McGraw-Hill Companies; 2 edizione (2007);
\end{thebibliography}
% Sitografia
% numerazione bibliografia da 01 e non da 1
\makeatletter
\def\@biblabel#1{[\two@digits{#1}]}
\makeatother
\renewcommand\bibname{Sitografia}
\bibliography{references}
\cleardoublepage
\phantomsection % notare l'uso di phantomsection se si usa hyperref
\addcontentsline{toc}{chapter}{Sitografia}
\begin{thebibliography}{99}
\bibitem[1]{com} \url{http://cometd.org/documentation}
\end{thebibliography}
`