在我的论文中,定理中的文字是斜体而单词定理 1是粗体而不是斜体。我希望定理的标题也不是斜体。示例如下:
定理1。(标题)让该集合...
我该怎么办?我尝试打字,
\begin{theorem}{title here}
但是没有成功。
答案1
通常
\begin{theorem}[The title]
Some statement
\end{theorem}
应该会按照你的意愿进行。标准 LaTeX 设置也会以粗体打印标题,而当阿姆斯特丹已加载。
答案2
你可能想在此之前
\newtheorem{theorem}{\textit{Theorem}}
进行测试\begin{document}
\begin{theorem} Some statement \end{theorem}