16 Gennaio 2006 alle 10:23
#6736
::
anche a me da il problema
`
Package Fancyhdr Warning: \headheight is too small (12.0pt):
Make it at least 14.49998pt.
We now make it that large for the rest of the document.
This may cause the page layout to be inconsistent, however.`
Come si può correggere in maniera elegante, cioè vorrei avere una linea decorativa larga come il testo.
Preambolo
`
…….
\usepackage[binding=.6cm]{layaureo}
\hyphenation{iper-sta-ti-ca}
\pagestyle{fancy}\addtolength{\headwidth}{20pt}
\renewcommand{\chaptermark}[1]{\markboth{\thechapter.\ #1}{}}
\lhead{\bfseries\nouppercase\leftmark}
\rhead{\bfseries\thepage}
\cfoot{}
……….`
Grazie