Re: Numerazione di pagina nell’indice

#90603
Up
0
Down
::


Ciao,
Scrivo ancora perchè oggi mi sono accorto che è ricomparso il numero di pagina solamente nella pagina dell’indice delle tabelle.

Tutti gli altri indicie non hanno il numero di pagina come dopo aver utilizzato il codice che mi ha detto.

`\input{title3.tex}
\begingroup\makeatletter
\pagestyle{empty}
\let\ps@plain\ps@empty
\tableofcontents
\listoffigures
\listoftables
\endgroup

%\thispagestyle{empty}\tableofcontents
%\thispagestyle{empty}\listoffigures
%\thispagestyle{empty}\listoftables

\frontmatter
\chapter{Sommario}
%\addcontentsline{toc}{chapter}{Sommario}

\chapter*{Abstract}

\newpage
\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 ancora!

Go to top