3 Marzo 2014 alle 13:51
#92714
::
Puoi farlo con titletoc lavorando ulteriorment eil tuo codice,
oppure aggiungere nel preambolo una cosa del genere
(poi modifica come vuoi lo stile)
`\makeatletter
\def\@makechapterhead#1{%
\vspace*{50\p@}%
{\parindent \z@ \raggedright \normalfont
\ifnum \c@secnumdepth >\m@ne
\if@mainmatter
%\huge\bfseries \@chapapp\space \thechapter
\Huge\bfseries \thechapter.\space%
%\par\nobreak
%\vskip 20\p@
\fi
\fi
\interlinepenalty\@M
\Huge \bfseries #1\par\nobreak
\vskip 40\p@
}}
\makeatother`
Ma la tua tesi è in inglese?
m