Buondì… mi era soto un dubbio circa l’utilizzo di questo nuovo comando che mi era stato molto provvidenzialmente suggerito:
\makeatletter
\renewcommand{\chapter}{\@ifstar\@schapter\@nchapter}
\newcommand{\@nchapter}[2]{%
\cleardoublepage\thispagestyle{plain}%
\refstepcounter{chapter}%
\vspace*{.3\textheight}%
\noindent\begingroup\linespread{2}\sffamily\bfseries\LARGE
\begin{tabular}{@{}l|>{\raggedright\arraybackslash}p{.6\textwidth}@{}}
&\fontsize{18}{18}\selectfont\chaptername\ \thechapter\\
&\fontsize{24}{30}\selectfont#1\\[4ex]
\parbox[t][.4\textheight][t]{.37\textwidth}{\raggedleft#2}
\end{tabular}\endgroup
\addcontentsline{toc}{chapter}{\protect\numberline{\thechapter}#1}%
\markboth{#1}{#1}%
\cleardoublepage}
\makeatother
Non è che avendo ridefinito il comando \chapter non funziona più l’opzione per cui se posso inserire una versione abbrerviata del titolo da mettere nelle testatine?
cioè:
\chapter[titolo breve]{titolo lungo}?
se così è c’è il modo di riattivare l’opsione o no?
grazie
mati