Gup” post=93014Ciao. Vorrei scrivere tutto maiuscolo il titolo della sezione nell’intestazione delle pagine dispari, però non riesco a capire come fare. Il codice che uso è:
`\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{\MakeUppercase{%
\chaptername\ \thechapter.%
\ #1}}{}}\renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}{}}
\fancyhf{} \fancyhead[LE,RO]{\normalfont\thepage}
\fancyhead[LO]{\slshape\rightmark}
\fancyhead[RE]{\slshape\leftmark}
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0pt}
\addtolength{\headheight}{0.5pt} \fancypagestyle{plain}{
\fancyhead{}
\renewcommand{\headrulewidth}{0pt}}`Grazie.
Devi usare \MakeUppercase all’interno di \sectionmark, analogamente a quanto hai fatto in \chaptermark.
Ciao
Ivan