Ciao Enrico,
ho sottomano quasi il file finale che ti dicevo: per mettere le testatine piccole va bene cosi o hai altre idee? (avrò fatto il solito casino vero?)% pacchetto fancyhdr
\usepackage{fancyhdr}
\pagestyle{fancy}
%\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\chaptermark}[1]{\markboth{\chaptername\ \thechapter.\ #1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection \ #1}}
\fancyhf{}
\fancyhead[LE,RO]{\thepage}
\fancyhead[LO]{\rightmark}
\fancyhead[RE]{\leftmark}
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0pt}
\addtolength{\headheight}{1.6pt}per fare il rientro a sx di 1 cm come è meglio che faccio?
Quale rientro?
Le testatine più piccole si ottengono aggiungendo \small:
`\fancyhead[LE,RO]{\small\thepage}
\fancyhead[LO]{\small\rightmark}
\fancyhead[RE]{\small\leftmark}`
Ciao
Enrico