- Questo topic ha 2 risposte, 2 partecipanti ed è stato aggiornato l'ultima volta 18 anni fa da .
-
Topic
-
Ciao a tutti,ho letto sul forum quanto scritto a questo proposito, e ho provato a usare l’istruzione suggerita nel topic “\tableofcontents non mi va a capo II”. Mi funziona ha patto che non usi il pacchetto hyperref. Riporto il codice qui sotto
\documentclass[11pt,reqno]{amsbook}
\usepackage{amsmath,amsfonts}
\usepackage{graphics} % Packages to allow inclusion of graphics
\usepackage{color} % For creating coloured text and background
\usepackage{hyperref} % For creating hyperlinks in cross references
\usepackage[dvips]{graphicx} % per disegni
\usepackage{psfrag}
\usepackage{ifthen}
\newboolean{mytoc}
\DeclareRobustCommand{\mybreak}{\ifthenelse{\boolean{mytoc}}{\\}{ }}\begin{document}
\mytoctrue \tableofcontents \mytocfalse
\chapter{Compatible systems of Young measures: \mybreak the
stochastic process formulation and the discrete case}\label{chcomp}Testo
\end{document}
Spero che qualcuno possa aiutarmi.
Grazie
Alice
P.S. Non sono un’esperta di latex, quindi vi prego di parlare terra terra.
- Devi essere connesso per rispondere a questo topic.