- Questo topic ha 7 risposte, 4 partecipanti ed è stato aggiornato l'ultima volta 15 anni, 8 mesi fa da .
-
Topic
-
Ciao,
sto scrivendo la tesi ed ho un problema con l’indice generale, che creo tramite
\tableofcontents. Se scrivo
\chapter[titolo corto]{titolo lungo}
nell’indice mi appare:
capitolo 1 titolo lungo
Come posso fare per risolvere il problema?questo è il mio preambolo
\documentclass [12pt, a4paper,twoside, openany]{amsbook}
\usepackage[latin1]{inputenc}
\usepackage[italian]{babel}
\linespread{1.4}
\usepackage[dvips]{graphicx}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{color}
\usepackage{amssymb}
\theoremstyle{plain}
\newtheorem{teorema}{Teorema}[chapter]
\newtheorem{corollario}{Corollario}[chapter]
\newtheorem{lemma}{Lemma}[chapter]
\newtheorem{proposizione}{Proposizione}[chapter]
\theoremstyle{definition}
\newtheorem{definizione}{Definizione}[chapter]
\theoremstyle{remark}
\newtheorem{es}{\itshape Esempio}[section]
\newtheorem{oss}{Osservazione}
\numberwithin{equation}{chapter}
\begin{document}
\frontmatter
\tableofcontents
\mainmatter\end{document}
grazie 😀
- Devi essere connesso per rispondere a questo topic.