Files
DiscretMathematics/离散数学.tex
2022-10-07 08:01:57 +08:00

59 lines
1.6 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
\documentclass[12pt, UTF8, a4paper, fontset=none, openany]{ctexbook}
\usepackage{geometry}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage{bm}
\usepackage{graphicx}
\usepackage[colorlinks, linkcolor=black, anchorcolor=green, citecolor=blue]{hyperref}
\usepackage{mathrsfs}
\usepackage[inline]{enumitem}
\usepackage{float}
\usepackage{emptypage}
\geometry{a4paper,scale=0.8}
\defaultCJKfontfeatures{Mapping = fullwidth-stop}
\ctexset{fontset=macnew}
% \ctexset{fontset=windows} % On Windows
\newtheorem{theorem}{定理}[section]
\newtheorem{axiom}{公理}[section]
\newtheorem{definition}{定义}[section]
\newtheorem{lemma}{引理}[section]
\newtheorem{corollary}{推论}[theorem]
\newtheorem*{corollary*}{推论}
\newtheorem{example}{}[section]
\newtheorem{proposition}{命题}[section]
% \renewcommand{\qedsymbol}{} %去掉证明结尾的方框
\newcommand{\newnoun}[2]{
\textbf{#1}\textit{#2}
}
\newcommand{\dif}{\mathop{}\!\mathrm{d}}
\newcommand{\eqco}{\text{}} % Chinese comma in equation
\newcommand{\eqper}{\text{}} % Chinese period in equation
\newcommand{\toinf}{\lim \limits_{n \to \infty}}
\newcommand{\setcom}[1]{{#1}^\mathrm{C}} % Complement Set
\title{{\Huge{\textbf{离散数学}}}}
\author{}
\date{}
% linespread{1.5}
\begin{document}
\maketitle
\cleardoublepage
\pagenumbering{roman}
\setcounter{page}{1}
\tableofcontents
\cleardoublepage
\setcounter{page}{1}
\pagenumbering{arabic}
\include{01LetsCount.tex}
\include{02CombinatorialTools.tex}
\include{03Binome.tex}
\include{04FibonacciNumbers.tex}
\include{05CombinatorialProbability.tex}
\end{document}