Tagged Questions
2
votes
1answer
638 views
\eqref in italic math environnment
When using the amsthm package with the \eqref command, things may not be correct. When the main font of a theorem is italic, the \eqref is non-italic while \ref is italic. Please, see the provided ...
9
votes
1answer
996 views
Italic in theorem environment
Consider the following theorem:
\begin{theorem}
If $x=0$, then $xy$ is equal to 0.
\end{theorem}
The first "0" will be typeset in upright typeface and the second one in italic. Including amsthm ...