Lello912″ post=96890Buongiorno a tutti
Sto scrivendo la tesi, e nel preambolo m’è stato consigliato di aggiungere il pacchetto fancyhdr con le varie opzioni (sotto riporto il blocco relativo).
Tuttavia, in fase di compilazione, moltissime volte mi esce questo messaggio di errore:
“Package Fancyhdr Warning: \headheight is too small (12.0pt):
Make it at least 12.12946pt.
We now make it that large for the rest of the document.
This may cause the page layout to be inconsistent, however.”Anche se non capisco perchè me lo scriva più volte, dato che dice “We now make it that large for the rest of the document”..
Detto questo, può procurare dei problemi? o c’è qualcosa che posso modificare? perchè nel blocco (che sotto riporto) non c’è nessun parametro settato a 12 che io possa portare a 12.12946..
Grazie
\usepackage{fancyhdr} %per impaginare bene la tesi
\pagestyle{fancy}\addtolength{\headwidth}{20pt}
\renewcommand{\chaptermark}[1]{\markboth{\thechapter.\ #1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection \ #1}{}}
\cfoot{}
\rhead[\fancyplain{}{\bfseries\leftmark}]{\fancyplain{}{\bfseries\thepage}}
\lhead[\fancyplain{}{\bfseries\thepage}]{\fancyplain{}{\bfseries\rightmark}}
Aggiungi
`\setlength{\headheight}{12.2pt}`
Ciao
Enrico