- Questo topic ha 3 risposte, 2 partecipanti ed è stato aggiornato l'ultima volta 19 anni, 3 mesi fa da .
-
Topic
-
ciao, ho un problema con l’intestazione delle pagine. il mio preambolo è\documentclass[twoside,a4paper]{report}
\usepackage[Lenny]{fncychap}
\usepackage[binding=1.5cm]{layaureo}
\usepackage[labelfont=sf,tableposition=top]{caption}[2004/07/16]
\usepackage{textcomp}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\chaptermark}[1]{\markboth{\chaptername\ \oldstylenums{\thechapter}\ – \ #1}{}}
\renewcommand{\sectionmark}[1]{\markright{\oldstylenums{\thesection}\ – \ #1}} \fancyhead[RE]{\textsc{\nouppercase{\leftmark}}}
\fancyhead[LE,RO]{\thepage}
\fancyhead[LO]{\textsc{\nouppercase{\rightmark}}}
\renewcommand{\headrulewidth}{.25pt}\usepackage{titlesec}
\titleformat*{\section}{\Large\sffamily\bfseries}
\titleformat*{\subsection}{\large\sffamily\bfseries}
\titleformat*{\subsubsection}{\normalsize\sffamily\bfseries}quando faccio compilare il codice mi da 6 warning con il seguente commento
Package Fancyhdr /b/c12/cWarning:/b/c0/c \headheight is too small (12.0pt):
Make it at least 22.50003pt.se invece imposto la grandezza dei caratteri a 12pt ho 93 warning del genere.
come posso fare a risolvere il problema?
- Devi essere connesso per rispondere a questo topic.