Re: intestazione bibliografia

#26966
Up
0
Down
::

Non far caso a cioò che c’è scritto

\documentclass[a4paper,12pt,oneside]{book}
\usepackage[latin1]{inputenc}
\usepackage[italian]{babel}
\usepackage[nottoc]{tocbibind}
\usepackage{amsmath,amsfonts,amssymb,amsthm}
\usepackage{latexsym}
\usepackage{epigraph}
\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
\fancyhf{}
\fancyhead[LE,RO]{\bfseries\thepage}
\fancyhead[LO]{\bfseries\rightmark}

\end{document}

GRAZIE

Se il problema è che ti scrive BIBLIOGRAFIA in uppercase, aggiungi`\markboth{Bibliografia}{Bibliografia}`dopo`\begin{thebibliography}{99}`

Alternativamente, in maniera più elegante,`\markboth{\bibname}{\bibname}`

Go to top