Re: titolo section…ma che sfiga!!

#21094
DMW
    Up
    0
    Down
    ::


    C’è una \ di troppo alla fine e il newcommand conviene metterlo nel preambolo
    `\newif\ifheadbreak
    \headbreaktrue
    \DeclareRobustCommand{\headbreak}{\ifheadbreak\\\else\ \fi}
    \let\origtableofcontents\tableofcontents
    \renewcommand{\tableofcontents}{%
    \begingroup\headbreakfalse\origtableofcontents\endgroup}

    \begin{document}

    \include{frontesp}
    ….`

    Però che brutte le testatine su due righe. 😯

    Meglio il pacchetto truncate che ho indicato con quei link in alto.

    ciao

    Andrea

    Go to top