-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmain.tex
78 lines (63 loc) · 1.46 KB
/
main.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
\usepackage[labelformat=simple,listofformat=subsimple]{subfig}
\usepackage{longtable}
\usepackage[boxed]{algorithm2e}
\usepackage{makecell}
\usepackage{rotating}
\usepackage{wrapfig}
\usepackage{tikz}
\usepackage{forest}
\usepackage{pgfplots}
\usepackage{multirow}
\usepackage{verbatim}
\usepackage{listings}
\pgfplotsset{compat=1.6}
\lstset{language={C++}}
\AtBeginDocument{
\if\rendermode2
\setcounter{tocdepth}{3}
\else
\setcounter{tocdepth}{0}
\fi
}
\setcounter{totalnumber}{100}
\newcommand{\DMC}{死人的宝箱}
\newcommand{\FM}{造雾机}
\newcommand{\Grate}{格栅}
\newcommand{\PL}{等离子灯}
\newcommand{\Volcano}{火山}
\newcommand{\GC}{高尔夫球洞}
\newcommand{\Lesion}{损伤}
\newcommand{\Bamboo}{竹}
\input{preamble}
\input{ids}
\title{
\includegraphics[width=0.7\textwidth]{figure/terraria.png}\\
电路文档\\
v3.3.3
}
\author{putianyi888}
\date{
\today\\
项目地址 \github{putianyi888/TerrariaWiringTutorial}
}
\begin{document}
\maketitle
\tableofcontents
\mainmatter
\hypersetup{pageanchor=true}
\include{chapters/chapter1}
\include{chapters/chapter2}
\include{chapters/chapter4}
\include{chapters/chapter7}
\include{chapters/Sources}
%\include{chapters/chapter8}
\include{chapters/chapter5}
%\include{chapters/comblogic}
%\include{chapters/Farm}
\appendix
\include{chapters/deprecated}
\include{chapters/Furnitures}
\include{chapters/cooldown}
\include{chapters/knowledge}
\include{chapters/chapter6}
%\include{chapters/latexreference}