Re: [Aiuto] fancyhdr…

#32593
Up
0
Down
::


Per ottenere l’effetto che io desideravo, ovvero testatine in minuscolo, numero di pagina in alto laddove c’erano le testatine ed in basso dove non c’erano ho utilizzato il seguente codice:
`\usepackage{fancyhdr}
\fancypagestyle{plain}{
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\fancyfoot[RO]{\thepage}
\fancyfoot[LE]{\thepage}}
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{\ #1}}
\fancyhf{}
\fancyhead[LE,RO]{\thepage}
\fancyhead[RE]{\nouppercase{\leftmark}}
\fancyhead[LO]{\nouppercase{\rightmark}}
`
Se Lorenzo è interessato può inserirlo ne “L’arte di scrivere con LaTeX”, altrimenti resta qui sul forum. Grazie per avermi aiutato ad ottenere ciò che volevo, a presto. Marco.

Go to top