I'm using the thmbox package. I'm trying to find a way to make some of my theorems have the thmbox look, while having some other having the traditional theorems look.
My problem is that the different thmbox styles do not seem to include an "empty" style (to my knowledge, there's only the [S], [M] and [L] styles), and applying the \usepackage[nothm]{thmbox} makes all the theorems have the traditional theorem look.

\newtheoremcommand fromamsthm? – Vincent Dec 23 '19 at 18:10thmboxif you define a theorem using\newtheorem. Just to be sure that I understand your question correctly, you want to have some theorems displayed in athmboxstyle, and others in an "empty" style, like the one obtained by default using\newtheoremwithamsthm? – Vincent Dec 23 '19 at 18:37