amsthm
与类一起使用时elsarticle
,定理头后的数字的字体取决于其字体。以下是一个例子:
\documentclass{elsarticle}
\usepackage{amsthm}
\theoremstyle{remark}
\newtheorem{rem}{Remark}
\begin{document}
\begin{rem}a remark.\end{rem}
\end{document}
将导致
备注1. 一条评论。
然而,使用 amsthm 会产生
评论1. 评论。
我想知道是什么原因导致数字字体依赖于定理头以及如何使其独立(如在通常的 amsthm 中一样)?