I am writing my thesis. I want page numbering in roman for abstract, knowledge and arabic for the rest.
\pagenumbering{roman}
\input{Agradecimentos}
\input{Resumo}
\input{Abstract}
\tableofcontents
\listoffigures
\listoftables
\pagenumbering{arabic}
But the number 1 , begin in "list of tables". List of tables should be in roman number. How i can change it ?
Thanks