第三课。

This commit is contained in:
unlockable
2022-10-04 09:15:42 +08:00
parent dce9c2482f
commit 3c106ca4f3
2 changed files with 167 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
\usepackage[colorlinks, linkcolor=black, anchorcolor=green, citecolor=blue]{hyperref}
\usepackage{mathrsfs}
\usepackage[inline]{enumitem}
\usepackage{float}
\geometry{a4paper,scale=0.8}
@@ -20,6 +21,7 @@
\newtheorem{definition}{定义}[section]
\newtheorem{lemma}{引理}[theorem]
\newtheorem{corollary}{推论}[theorem]
\newtheorem*{corollary*}{推论}
\newtheorem{example}{}[section]
\newtheorem{proposition}{命题}[theorem]
@@ -50,4 +52,5 @@
\pagenumbering{arabic}
\include{01LetsCount.tex}
\include{02CombinatorialTools.tex}
\include{03Binome.tex}
\end{document}