I often use the amsart documentclass. I like it because it is very compact (it also seems to be an industry standard in my area). What I don't like about it is that I'm not able to use kpfonts or ntheorem with it.
So my question is: does anyone have a solution to this problem?
One solution might be that I'm incompetent with latex and therefore it is actually possible to use kpfonts with amsart.
The other solution I thought is by using some package like titlesec to get all the formatting (including toc?) the same as amsart. So then the question becomes: have you already figured out how to do that and would you mind telling me? (I agree this solution is a bit dumb)
EDIT: an example of what goes wrong with ntheorem is as follows
\documentclass{amsart}
\usepackage{ntheorem}
\begin{document}
MWE
\end{document}
it brings up an error (Package ntheorem Error: theoremstyle plain already defined)
