- Questo topic ha 1 risposta, 2 partecipanti ed è stato aggiornato l'ultima volta 19 anni, 9 mesi fa da .
-
Topic
-
Ciao a tutti, ho cancellato un post e ne ho fatto un altro in quanto ho risolto il primo problema ma ne è sorto un altro: usando layaureo sono saltati fuori 27 warnings (su 30 e che pagine) che mi dicono:
`
\headheight too small (12pt):
make at least 14.99999pt
`
`
\documentclass[12pt,a4paper]{report}\usepackage{fancyhdr}
\makeatletter
\let\miaTOC\tableofcontents
\renewcommand{\tableofcontents}{%
\begingroup
\let\ps@plain\ps@empty
\pagestyle{fancy}
\miaTOC
\clearpage
\endgroup%
} \makeatother che non so cosa significa perché ho copiato dal forum\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
\fancyhf{}
\fancyhead[RO]{\scshape\thepage}
\fancyhead[LO]{\scshape\nouppercase{\leftmark}}
%\fancyhead[RE]{\scshape\nouppercase{\leftmark}} che non uso in quanto oneside
`
In effetti le testatine sono minuscole!qualcuno sa cosa devo modificare?
- Devi essere connesso per rispondere a questo topic.