Re: Problema con ntheorem – Atto II

#19195
DMW
    Up
    0
    Down
    ::

    Faccio notare che l’utilizzo di “\theoremstyle{plain}” non cambia le cose.

    Lo so, ma le definizioni sono diverse.

    Nel tuo caso prova a mettere questo codice
    `
    \makeatletter
    \renewtheoremstyle{break}%
    {\item[\rlap{\vbox{\hbox{\hskip\labelsep \theorem@headerfont
    ##1\ ##2\theorem@separator}\hbox{\strut}}}]}%
    {\item[\vbox{\hbox{\hskip\labelsep \theorem@headerfont
    ##1\ ##2}}]{\theorem@headerfont(##3)\theorem@separator}\newline}
    \makeatother`

    Subito dopo aver chiamato ntheorem.

    Ciao

    Andrea

    Go to top