Re: Indice personalizzato

#93451
Up
0
Down
::


Eccolo! Abbastanza riassunto!

`
\documentclass[12pt,a4paper,openright]{report}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{makeidx}
\usepackage{graphicx}
\usepackage{fancyhdr}
\renewcommand{\chaptermark}[1]{\markboth{\sffamily\footnotesize\ #1}{}}
\renewcommand{\sectionmark}[1]{\markright{\sffamily\itshape\footnotesize{\ #1}}}

\def\scelta{%
\ifodd\value{page}\raggedright%
\else\raggedleft\fi}

\def\sceltadue{%
\ifodd\value{page}\raggedleft\bfseries\leftmark\;\vline\;\thechapter%
\else\raggedright\bfseries\thechapter\;\vline\;\leftmark\fi}

\fancypagestyle{generale}{
\fancyhf{}
\fancyhead[RO,LE]{\sceltadue}
\fancyhead[RE,LO]{\scelta\rightmark}
\fancyfoot[C]{\thepage}
\renewcommand{\headrulewidth}{0.5pt}}

\usepackage{tocloft}

\begin{document}

\tocloftpagestyle{empty}

\tableofcontents

\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\chapter{title}
\end{document}

`

Grazie ancora!

Go to top