我使用 amsthm 包,但不知何故,所有定义、引理、问题都以普通文本显示。我希望它们像往常一样以粗体显示。我该如何控制?
我的意思是“引理 1:”文本没有加粗
我使用的部分
\usepackage{amsthm}
\newtheorem{prob}{Problem}
\newtheorem{probw}{Problem}
\renewcommand\theprobw{\unskip}
\newtheorem{lemma}{Lemma}
\newtheorem{proposition}[lemma]{Proposition}
\newtheorem{theorem}[lemma]{Theorem}
\newtheorem{definition}[lemma]{Definition}