- Questo topic ha 3 risposte, 2 partecipanti ed è stato aggiornato l'ultima volta 3 anni, 4 mesi fa da .
-
Topic
-
Premessa: uso la classe [tt]memoir[/tt] e ho personalizzato il mio ToC con questi parametri:
`\gappto\captionsitalian{\renewcommand\contentsname{Sommario}}
\settocdepth{subsubsection}
% Part
\renewcommand\thepart{\roman{part}}
\renewcommand\cftpartpresnum{\scshape}
\renewcommand\cftpartfont{\scshape}
\renewcommand\cftpartpagefont{\normalfont}% Chapter
\renewcommand{\chapternumberline}[1]{}
\renewcommand\cftchapterfont{\scshape}
\renewcommand\cftchapterpagefont{\normalfont}% Section
\renewcommand\cftsectionpresnum{\scshape}
\renewcommand\cftsectionfont{\normalfont}
\renewcommand\cftsectionpagefont{\normalfont}
%\setlength{\cftbeforesecskip}{.1em}% Subsection
\renewcommand\cftsubsectionpresnum{\scshape}
\renewcommand\cftsubsectionfont{\normalfont}% Subsubsection
\renewcommand\cftsubsubsectionpresnum{\scshape}
\renewcommand\cftsubsubsectionfont{\normalfont}% Larghezza dello spazio del numero di pagina
% Utile solo in caso di dots
\setpnumwidth{2.55em}
\setrmarg{3.55em}% Indentazione
\cftsetindents{chapter}{0cm}{0cm}
\cftsetindents{section}{0.5cm}{0.5cm}
\cftsetindents{subsection}{1cm}{2em}% Disabilitare Dots
\renewcommand{\cftdot}{}`Il mio problema è: come fare ad ottenere i capitoli del frontmatter e del backmatter in corsivo, mentre quelli del mainmatter come qui li vedete?
In pratica, vorrei emulare lo stile delle pubblicazioni della Cambridge University Press, come da questo esempio:
LinkGrazie mille in anticipo,
Domenico
- Devi essere connesso per rispondere a questo topic.