matborda” post=63647Salve a tutti,
ho cercato su Google, sul forum vecchio e su questo nuovo, e la documentazione del suddetto pacchetto non mi è chiarissima.
La mia università vuole:
The heading CHAPTER I in all capitals is centred between the text margins, 3.5 cm
from the top of the page; the title goes two spaces below, centred, and in all capital
letters. The text begins at least two spaces below.Nel mio preambolo ho il pacchetto geometry:
`\usepackage[a4paper,left=4cm,right=3cm,top=3cm,bottom=3cm]{geometry}`
ed il titlesec l’ho impostato così:
`\usepackage{titlesec}
\titleformat{\chapter}[display]{\normalfont\large\bfseries\centering}{\chaptertitlename\ \thechapter}{24pt}{\large}
\titlespacing*{\chapter}{0pt}{24pt}{24pt}`
E il problema dov’è?
Ciao
Enrico