From 6116266124f1079e9050e0cfbad294451f9c98f4 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Thu, 31 Jan 2019 23:57:30 +0800 Subject: Base structure and initial work on chapter 0. --- main.tex | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main.tex') 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} -- cgit v1.2.3