第13课。

This commit is contained in:
unlockable
2022-12-06 19:33:51 +08:00
parent 07d195f299
commit 1402aef427
4 changed files with 305 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
\documentclass[12pt, UTF8, a4paper, fontset=none, openany]{ctexbook}
\documentclass[12pt, UTF8, fontset=none, a4paper, openany]{ctexbook}
\usepackage{geometry}
\usepackage{amsmath}
\usepackage{amsthm}
@@ -23,7 +23,8 @@
\geometry{a4paper,scale=0.8}
\defaultCJKfontfeatures{Mapping = fullwidth-stop}
\ctexset{fontset=macnew}
\setCJKmainfont{simsun.ttc}[AutoFakeBold, ItalicFont=simkai.ttf]
% \ctexset{fontset=macnew}
% \ctexset{fontset=windows} % On Windows
\allowdisplaybreaks[2]
@@ -42,7 +43,7 @@
% \renewcommand{\qedsymbol}{} %去掉证明结尾的方框
\newcommand{\newnoun}[2]{\textbf{#1}\textit{#2}}
\newcommand{\newnoun}[2]{{\bf#1}\textit{#2}}
\newcommand{\dif}{\mathop{}\!\mathrm{d}}
\newcommand{\eqco}{\text{}} % Chinese comma in equation
\newcommand{\eqper}{\text{}} % Chinese period in equation
@@ -52,11 +53,11 @@
\newcommand{\integer}{\mathbb{Z}}
\newcommand{\naturalnum}{\mathbb{N}}
\title{{\Huge{\textbf{离散数学}}}}
\title{{\Huge{\bf{离散数学}}}}
\author{}
\date{}
% linespread{1.5}
% \includeonly{13ColoringMapsAndGraphs.tex}
% \includeonly{14FiniteGeometriesAndLatinSquares.tex}
\begin{document}
\maketitle
@@ -80,4 +81,5 @@
\include{11CombinatoricsInGeometry.tex}
\include{12EulersFormula.tex}
\include{13ColoringMapsAndGraphs.tex}
\include{14FiniteGeometriesAndLatinSquares.tex}
\end{document}