0%

【LaTeX Tips】在 LaTeX 中实现「子定理」

问:写了7个definition后,这里第8个definition是分开定义的,即编号为8.1,8.2,8.3 。。。怎么样才能做到?

\newtheorem{myDef}{Definition}

答:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\documentclass{article}

\usepackage{amsmath}
\newtheorem{myDef}{Definition}
\newtheorem{subDef}{Definition}[myDef]

\begin{document}
\begin{myDef}
content...
\end{myDef}

\stepcounter{myDef}
\begin{subDef}
content...
\end{subDef}
\begin{subDef}
content...
\end{subDef}

\begin{myDef}
content...
\end{myDef}
\end{document}
俗话说,投资效率是最好的投资。 如果您感觉我的文章质量不错,读后收获很大,预计能为您提高 10% 的工作效率,不妨小额捐助我一下,让我有动力继续写出更多好文章。