I have a question that is similar to How can I make a custom theorem for a definition? and also to Custom theorem numbering italicized, but I'm not able to work out how to do it from these. My wish is the following:
define a custom theorem style so that the body of the text is slanted via
\textsl{...}(not italicised via\textit{...}).
For example, I would like it to look like this.
\textbf{Theorem 1.1} (theorem name)\textbf{.} \textsl{Statement of theorem.}
This link https://en.wikibooks.org/wiki/LaTeX/Theorems#Custom_styles should also be helpful, but again I am unable to make it work myself.
Advice on how to do this would be most appreciated, thanks.
I'm using packages amsmath and ntheorem. I've no particular attachment to the package ntheorem: if changing to use a different package would make it easier, then I don't think this would mess up my other stuff.


\textslproduces "slanted", not "italicized", text. – Mico Mar 01 '18 at 15:13amsthmorntheorem? Please advise. – Mico Mar 01 '18 at 15:14italicandslanted, but is that really important? – Mar 01 '18 at 15:25