- Questo topic ha 4 risposte, 3 partecipanti ed è stato aggiornato l'ultima volta 20 anni, 8 mesi fa da .
-
Topic
-
Ragazzi sto impazzendo! 👿 Io vorrei avere l’indice iniziale della mia tesi senza numero di pagina sotto. Ho provato in tutti i modi, con fancy mettendo \cfoot{}, con \thispagestyle{empty}, etc. etc. Ma nulla. In realtò è solo la prima pagina dell’indice che mantiene il numero di pagina, le altre non lo hanno! Smanettando ho scoperto che anche se elimino i numeri di pagina da tutto il documento, le pagine dove iniziano i capiti hanno sempre i numeri! Come faccio a levarli??? 😥
Ripeto, ho provato con \thispagestyle{empty} e con \cfoot{}.Di seguito vi inserisco il mio pacchetto tesi
\pagestyle{fancy}
\renewcommand{\chaptermark}{\markboth{\textbf{\chaptername \ \thechapter}}}
\renewcommand{\sectionmark}[1]{\markright{\textbf{\thesection} \ #1}}
\fancyhf{} \fancyhf[OHL,EHR]{} \fancyhf[OHR,EHL]{\leftmark} \cfoot{}
\begin{document}\thispagestyle{empty}
\include{title}\clearpage{\pagestyle{empty}\cleardoublepage}
\tableofcontents\clearpage{\pagestyle{empty}\cleardoublepage} %
\frontmatter %
\chapter*{Introduction} %
\addcontentsline{toc}{chapter}{Introduction} %
\fancyhf{} %
\fancyhf[OHR,EHL]{\bf{Introduction}} \cfoot{\thepage} %
\input{introduction} %\clearpage{\pagestyle{empty}\cleardoublepage} %
\mainmatter %
\fancyhf{} \fancyhf[OHL,EHR]{\rightmark} %
\fancyhf[OHR,EHL]{\leftmark} \cfoot{\thepage} %
\include{capitolo1} %
\clearpage{\pagestyle{empty}\cleardoublepage} %
\include{capitolo2} %
\clearpage{\pagestyle{empty}\cleardoublepage} %
\include{capitolo3} %
\clearpage{\pagestyle{empty}\cleardoublepage} %
\include{capitolo4} %\clearpage{\pagestyle{empty}\cleardoublepage} %
\chapter*{Conclusions} %
\addcontentsline{toc}{chapter}{Conclusions} %
\fancyhf{} %
\fancyhf[OHR,EHL]{\bf{Conclusions}} \cfoot{\thepage} %
\input{conclusions} %\clearpage{\pagestyle{empty}\cleardoublepage} %
\fancyhf{} \fancyhf[OHL,EHR]{} %
\fancyhf[OHR,EHL]{\leftmark} \cfoot{\thepage} %
\addcontentsline{toc}{chapter}{Bibliography} %
\include{references} %Grazie!!
Andrea
- Devi essere connesso per rispondere a questo topic.