Re: intestazione bibliografia

#26963
Up
0
Down
::


la classe è book e poi ho usato anche i pacchetti che consiglia Lapo Mori, vedi un po’:
\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}
\fancyhead[RE]{\bfseries\leftmark}
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0pt}
… il resto non serve a questa trattazione ….

Grazie

Go to top