aboutsummaryrefslogtreecommitdiff
path: root/main.tex
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2019-01-31 23:57:30 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2019-01-31 23:57:30 +0800
commit6116266124f1079e9050e0cfbad294451f9c98f4 (patch)
tree3b491b9db493500e5d50800d583d997f5f009fbf /main.tex
parentf3a42eea284ac7903f24ab8e29d9d7b355496019 (diff)
downloadA-Peek-Into-Virtools-Scripting-6116266124f1079e9050e0cfbad294451f9c98f4.tar.xz
Base structure and initial work on chapter 0.HEADmaster
Diffstat (limited to 'main.tex')
-rw-r--r--main.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.tex b/main.tex
index fa58631..cccf28c 100644
--- a/main.tex
+++ b/main.tex
@@ -2,6 +2,7 @@
\usepackage[cm]{fullpage}
\usepackage[UTF8]{ctex}
\usepackage{graphicx}
+\usepackage{framed}
\usepackage[pdfborder={0 0 0}]{hyperref}
\setcounter{chapter}{-1}
@@ -25,5 +26,8 @@
\tableofcontents
\input preface.tex
\input chapter0/chap0.tex
+\input chapter1/chap1.tex
+\input chapter2/chap2.tex
+\input chapter3/chap3.tex
\end{document}