- Questo topic ha 3 risposte, 3 partecipanti ed è stato aggiornato l'ultima volta 15 anni, 3 mesi fa da .
-
Topic
-
Salve a tutti!
Dopo un po’ di astinenza da Latex sono di recente tornato su un vecchio documento che devo terminare ed ovviamente non potevano mancare dei problemi, anche se minori.In particolare, mi trovo dinanzi al seguente warning:
Package Fancyhdr Warning: \headheight is too small (12.5pt):
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.Qualcuno sa spiegarmi cosa sia e se, come credo, mi creerà problemi in futuro? E soprattutto, come posso risolverlo?
Vorrei precisare che per l’impaginazione, uso quanto segue:
\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
\fancyhf{} % Rimuove l?attuale contenuto della testatina\fancyhead[LE,RO]{\bfseries\thepage}
\fancyhead[LO]{\bfseries\rightmark}
\fancyhead[RE]{\bfseries\leftmark}
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0pt}
\addtolength{\headheight}{0.5pt} % Riserva spazio per la linea
\fancypagestyle{plain}{%
\fancyhead{} % Ignora, nello stile plain, le testatine e la linea
\renewcommand{\headrulewidth}{0pt}}Vi ringrazio a tutti in anticipo,
Ciao,
Emanuele.
- Devi essere connesso per rispondere a questo topic.