24 Novembre 2007 alle 13:56
#19195
::
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