第五周。

This commit is contained in:
unlockable
2022-10-12 20:45:32 +08:00
parent 3db23397ce
commit 65f60cdf73
2 changed files with 285 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
\usepackage[inline]{enumitem}
\usepackage{float}
\usepackage{emptypage}
\usepackage{multicol}
\geometry{a4paper,scale=0.8}
@@ -17,6 +18,8 @@
\ctexset{fontset=macnew}
% \ctexset{fontset=windows} % On Windows
\allowdisplaybreaks[2]
\newtheorem{theorem}{定理}[section]
\newtheorem{axiom}{公理}[section]
\newtheorem{definition}{定义}[section]
@@ -25,6 +28,9 @@
\newtheorem*{corollary*}{推论}
\newtheorem{example}{}[section]
\newtheorem{proposition}{命题}[section]
\newtheorem*{remark}{}
\DeclareMathOperator{\lcm}{lcm}
% \renewcommand{\qedsymbol}{} %去掉证明结尾的方框
@@ -56,4 +62,5 @@
\include{03Binome.tex}
\include{04FibonacciNumbers.tex}
\include{05CombinatorialProbability.tex}
\include{06IntergersDivisorsAndPrimes.tex}
\end{document}