Re: Numerazione di pagina nell’indice

#90592
Up
0
Down
::


Ciao,

l’abstract è la traduzione in inglese del sommario.

Ora mi è tuttp chiaro.. è giusto che non compaiano! Scusa ma scrivendo la tesi a pochi giorni dalla consegna sto iniziando a perdere la concentrazione.

Mi rimane il problema della prima pagina di indice, indice figure e indice tabelle che riportano il numero di pagina che vorrei eliminare.

Allego il codice per spiegarmi meglio:
`\begin{document}

%————————————————————————————–%

\input{title3.tex}
\newpage\null\thispagestyle{empty}\newpage
\thispagestyle{empty}\tableofcontents
\thispagestyle{empty}\listoffigures
\thispagestyle{empty}\listoftables

\pagestyle{plain}
\frontmatter
\chapter{Sommario}

\chapter{Abstract}

\cleardoublepage
\mainmatter
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{\chaptername\ \thechapter.\ #1}{}}
\fancyhf{}
\fancyhead[RE,RO]{\bfseries\thepage}
\fancyhead[LO,LO]{\bfseries\leftmark}
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0pt}
\addtolength{\headheight}{0.5pt}
%\fancyfoot[C]{\thepage}

\chapter{Introduzione}

\chapter{Acidi nucleici e tecniche di estrazione}

\section{Il DNA}`

Grazie dell’auito

Go to top