Re: Stile tesi e problemi con \include

#77830
Up
0
Down
::


Ho risolto il problema delle testatine personalizzandole. Alcune cose però ancora non riesco a sistemarle; per ora ho:

`\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand{\headrulewidth}{0pt}

\begin{document}

\pagestyle{fancy}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\chaptermark}[1]{%
\markboth{\ifnum\value{chapter}>0 \thechapter. \fi#1}
{\ifnum\value{chapter}>0 \thechapter. \fi#1}}
\fancyhf{}
\fancyhead[C]{\small\bfseries\uppercase{\leftmark}}
\fancyfoot[C]{\thepage}`

Il problema è che vorrei le testatine in maiuscolo ma ora escono in minuscolo e vorrei, se possibile, eliminare il numero del capitolo dalla testatina.

Come posso fare?

Grazie

Go to top