Risposte nei forum create
-
AutoreRisposte
-
::
Riguardano i fancyhdr, ma è dall’inizio che me li segnala.
Ne ho tre in tutto e ora due volte mi scrive:`Package Fancyhdr Warning: \fancyhead's 'E' option without twoside option is useless on input line 26`
Stessa cosa per line 27 e poi:`Package Fancyhdr Warning: \headheight is too small (12.0pt)
Make it at least 13.59999 pt.
We now make it that large for the rest of the document.
This may cause the page layout to be inconsistent, however.`Ho dovuto un po’ modificare le impostazioni standard perché devo seguire alcune ‘direttive’ specifiche per la tesi, non so se questo possa aver creato qualche problema. Sto usando TeXnicCenter per scrivere.
Se non è una cosa importante comunque lascio così, mi pare che il risultato finale non ne risenta.
Grazie per l’aiuto.
Vale 🙂
::
Ti scrivo alcuni dei comandi usati omettendo alcune parti\documentclass[italian,11pt,oneside]{book}
i vari pacchetti
\fancyhf{}
\begin{document}
\begin{titlepage}[/color]frontespizio
\end{titlepage}
\frontmatter\doublespacing
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ ~~ #1}}\fancyhead[LO]{\bfseries \rightmark}
\fancyhead[RE]{\bfseries \leftmark}\tableofcontents
\mainmatter
\pagestyle{fancy}
\fancyhf{}
\fancyfoot[LE,RO]{\bfseries\centering\thepage}
\fancyhead[LO]{\rightmark}\setcounter{page}{1}
di seguito i vari file tex di cui è composta la tesi
\backmatter
\fancyhf{}
\end{document}Questo è grosso modo il main, c’è qualcosa che non va?
Grazie!
Vale
-
AutoreRisposte