Re: Problema con pagestyle plain e section*: c’è l’intestazione!

#77866
Up
0
Down
::


`
\documentclass[a4paper,12pt,titlepage,oneside]{book}
\usepackage{amsmath}
\usepackage{url,amsfonts,epsfig}
\usepackage{amssymb}
\usepackage[italian]{babel}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{graphicx}
\usepackage{hyperref}
\hypersetup{%
pdfborder = {0 0 0}
}

\begin{document}

\begin{titlepage}

…..

\end{titlepage}

\clearpage\null\thispagestyle{empty}\clearpage %inserisce una pagina bianca
\clearpage\null\thispagestyle{empty}\clearpage

\pagenumbering{roman}

%%%% Opzione per interlinea 2
\baselineskip 18pt

\tableofcontents
%%\listofpictures
%%\listoftables

\pagenumbering{arabic}

\chapter*{Introduzione}
\label{sec:Introduzione}
\pagestyle{plain}
\phantomsection
\addcontentsline{toc}{chapter}{Introduzione}
\chaptermark{Introduzione}

testo…

\pagestyle{plain}
\newpage
\section*{….}
testo…
`

Non è possibile fare in modo che i numeri stiano sempre nello stesso posto?

Go to top