What I do is this :
Code: Select all
\documentclass[a4paper,titlepage]{report}
% define the title
\author{Marcello Maggioni}
\title{Thesis}
\begin{document}
\maketitle
\pagenumbering{roman}
\tableofcontents
\pagenumbering{arabic}
\setcounter{page}{1}
\chapter{fico}
Ciao
\end{document}
How can I make my TOC have roman numbers?
Thanks
Marcello