I was wondering if there's a way to remove italic text format in environment created with \newtheorem command.
Here is my code:
\newtheorem{teorema}{Teorema}[subsection]
In \begin{document}:
\begin{teorema}
This is a new theorem.
\end{teorema}
This is the result:
The problem is that I don't want the text to be italic. How can I achieve that?
