- Questo topic ha 5 risposte, 4 partecipanti ed è stato aggiornato l'ultima volta 8 anni, 12 mesi fa da .
-
Topic
-
Ciao a tutti, sto scrivendo la mia tesi di laurea e mi sono accorta che il comando \tableofcontents inserisce automaticamente se stesso nell’indice, inserisco il codice originale così potete segnalarmi eventuali errori 🙂\documentclass[a4 paper, 11pt,twoside,openright]{report}
\usepackage[italian]{babel}\usepackage[UTF8]{inputenc}
\usepackage{amsmath,amscd}
\usepackage{wasysym}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{eucal}
\usepackage{amsthm}
\usepackage[all, cmtip]{xy}
\usepackage{tikz-cd}
\usepackage{tocbibind}
\usepackage{fncychap}
\usepackage{fancyhdr}
\usepackage{extramarks}
\usepackage{lipsum}
\fancyhead{}
\fancyhead[LE]{\textsl{\leftmark}}
\fancyhead[RO]{\textsl{\rightmark}}
\fancyfoot{}
\fancyfoot[LE,RO]{\thepage}\pagestyle{fancy}
\fancypagestyle{plain}{
\fancyhf{}
\fancyfoot[R]{\thepage}
\renewcommand{\headrulewidth}{0pt}
}\thispagestyle{fancy}
\fancypagestyle{style2}{
\fancyhead{}
\fancyhead[L]{\textsl{DEFINIZIONI}}
}
\thispagestyle{fancy}
\fancypagestyle{style1}{
\fancyhead{}
\fancyhead[L]{\textsl{INTRODUZIONE}}}\thispagestyle{fancy}
\fancypagestyle{style3}{
\fancyhead{}
\fancyhead[R]{\textsl{INTRODUZIONE}}}\newtheorem{teo}{Teorema}[chapter]
\newtheorem{defi}[teo]{{Definizione}}
\newtheorem{oss}[teo]{\sc{OSSERVAZIONE}}
\newtheorem{lemma}[teo]{{Lemma}}
\newtheorem{prop}[teo]{{Proposizione}}
\newtheorem{es}[teo]{Esempio}
\newtheorem{coro}[teo]{Corollario}
\newtheorem{ass}[teo]{Asserzione}
\setcounter{totalnumber}{8}
\begin{document}\tableofcontents*
\thispagestyle{empty}\clearpage{\pagestyle{empty}\cleardoublepage}
\chapter*{Introduzione}
- Devi essere connesso per rispondere a questo topic.