lemma里面和外面字体不一致?

发布于 2021-11-14 18:55:48

lemma里面的suppose和外面的suppose字体不一致

查看更多

关注者
0
被浏览
1.6k
1 个回答
Sagittarius Rover
Sagittarius Rover 2025-04-22
我要成为Typst糕手/(ㄒoㄒ)/~~

确实如此,请查看texdoc amsthm的文档。

image.png

\documentclass{article}
\usepackage{amsthm}
\newtheorem{mythmA}{ThmA}
\theoremstyle{definition}
\newtheorem{mythmB}{ThmB}
\setlength{\parindent}{0pt}
\begin{document}

This is a theorem with a custom label.

\begin{mythmA}
This is a theorem with a custom label.
\end{mythmA}

\begin{mythmB}
This is a theorem with a custom label.
\end{mythmB}

This is a theorem with a custom label.

\end{document}

image.png

撰写答案

请登录后再发布答案,点击登录

发布
问题

分享
好友

手机
浏览

扫码手机浏览