-
Notifications
You must be signed in to change notification settings - Fork 42
/
complex.tex
52 lines (42 loc) · 1.06 KB
/
complex.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
\documentclass[UTF8,no-math,12pt,openany,table,dvipsnames,svgnames]{book}
\input{settings}
\setcounter{tocdepth}{1}
%\MakeRobust\leftroot
%\MakeRobust\uproot
\renewcommand\contentsname{\color{blue}目\qquad 次}
\renewcommand\Gamma{\varGamma}
\renewcommand\Omega{\varOmega}
\definecolor{BLUE}{RGB}{0,0,255}
\setlist{nosep}
%\usepackage[toc]{multitoc}
\begin{document}
\pagestyle{empty}
\input{cover.tex}
\setcounter{page}{2}\cleardoublepage
\frontmatter
\pagestyle{fancy}
\fancyhf{}
%\cfoot{\tikz\node[draw,cloud,cloud puffs=16,aspect=2,inner sep=0pt,fill=gray!20]{\thepage};}
\cfoot{\thepage}
\fancyhead[LO,RE]{\href{yuxtech.github.io}{我的博客: yuxtech.github.io}}
\fancyhead[RO,LE]{我的公众号:向老师讲数学}
\pagenumbering{Roman}
\input{preface}
\pdfbookmark[1]{目次}{contents}
\tableofcontents
\mainmatter
\input{chap1}
\input{chap2}
\input{chap3}
\input{chap4}
\input{chap5}
\input{chap6}
\input{chap7}
\input{chap8}
\input{chap9}
\catcode`\,=13
\newcommand{,}{,}
\newpage
\indexprologue{这里列出本书所涉及的名词.}
\printindex
\end{document}