Re: “Theorem (1.1)” anziche’ “Theorem 1.1”

#50107
Up
0
Down
::

Funziona!!! E’ possibile rendere questa sintassi compatibile con il comando \swapnumbers?

Non viene usato \thmhead, bensì \swappedhead: dunque
`\makeatletter
\def\swappedhead#1#2#3{%
\thmnumber{(#2)}%
\thmname{\@ifnotempty{#2}{~}#1}%
\thmnote{ {\the\thm@notefont(#3)}}}
\makeatother`
Ciao
Enrico

Go to top