23 Settembre 2012 alle 12:08
#79031
::
Purtroppo non cambia nulla
🙁
Questo il risultato:
[attachment=460]Capturedecran2012-09-23a16.03.50.jpg[/attachment]
Con questo codice:
`%per risolvere il problema dei titolo su due righe:
\newcommand\formatchapter[1]{%
\vbox to \ht\strutbox{\vss
\setbox0=\hbox{\chapterNumber\thechapter\hspace{10pt}\vline\ }
\advance\hsize-\wd0 \advance\hsize-10pt\raggedright
\spacedallcaps{#1}}}
\titleformat{\chapter}[block]
{\normalfont\Large\sffamily}
{\textcolor{halfgray}{\chapterNumber\thechapter}
\hspace{10pt}\vline\ }{10pt}
{\formatchapter}`
Cristina