latex, 统一 '定义' '定理', 等编号

原文链接: https://blog.csdn.net/mifangdebaise/article/details/91972333

\newtheorem{thm}{Theorem}[section] % 如果不采用章节号做前缀, 则不用[section], thm 是自定义的 Theorem 的缩写, 下同
\newtheorem{defn}[thm]{Definition} % 这句定义使得 defn 环境和 thm 共享编号
\newtheorem{lem}[thm]{Lemma}  % 这句定义使得 lem 环境和 thm 共享编号
posted @ 2021-12-12 11:23  DifDay哒哒哒  阅读(1014)  评论(0编辑  收藏  举报