latex beamer 中定理没有编号,怎么办

2024-11-19 13:33:26
推荐回答(2个)
回答1:

导言区加命令
\setbeamertemplate{theorems}[numbered]
默认编号为 section 统一,如长报告需要精确至 subsection,可再加入如下命令

\numberwithin{subsection}{section}

\numberwithin{theorem}{subsection}

回答2:

使用equation环境,它会自动编号。