Ciao!!
Ho fatto tutto come mi hai detto…e mi sono studiata un po’ di roba….una cosa però non mi torna; anche se ho messo openright non mi posiziona la prima pagina del capitolo a destra (cosa peraltro che dovrebbe essere di default). Ora ho:\documentclass[a4paper,12pt,twoside,openright]{book}
\usepackage[latin1]{inputenc}
\usepackage[italian]{babel}
\usepackage{indentfirst}
\usepackage[dvips]{graphicx}
\usepackage[fleqn]{amsmath}
\usepackage{fancyhdr}
\pagestyle{fancy}
\addtolength{\headheight}{15pt}
\renewcommand{\chaptermark}[1]{\markboth {#1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
\fancyhf{}
\fancyhead[RO,LE]{\thepage}
\fancyhead[RE]{\leftmark}
\fancyhead[LO]{\rightmark}
%
\begin{document}
\frontmatter
\begin{titlepage}
\input{fortitle}
\end{titlepage}
%
\thispagestyle{empty}
\vspace{10cm}
\begin{flushright}
\null\vspace{\stretch{2} } \null
\textit{A……}\\
\vspace{\stretch{1} }
\end{flushright}
\thispagestyle{empty}\tableofcontents
\mainmatter
\include{PhD2/PhD2}
\backmatter
\include{PhDbibliografia/bibliografia}\end{document}
Prova così:
cancella tutti i file ausiliari aux toc lof… , sostituisci tutti gli \include con \input e compila di nuovo. Perché a me funziona.
Ciao
Andrea