summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/xtuthesis/xtuthesis.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/xtuthesis/xtuthesis.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/xtuthesis/xtuthesis.tex')
-rw-r--r--macros/latex/contrib/xtuthesis/xtuthesis.tex33
1 files changed, 33 insertions, 0 deletions
diff --git a/macros/latex/contrib/xtuthesis/xtuthesis.tex b/macros/latex/contrib/xtuthesis/xtuthesis.tex
new file mode 100644
index 0000000000..34442c6b2b
--- /dev/null
+++ b/macros/latex/contrib/xtuthesis/xtuthesis.tex
@@ -0,0 +1,33 @@
+\documentclass[CJK,GBK,UTF8,12pt,oneside,a4paper]{ctexbook}
+%----------------------------------------packages and format-----------------
+%\input{setup/package.tex}
+\usepackage{xtuformat}
+\graphicspath{{figures/}}
+
+\begin{document}
+%----------------------------------------cover-------------------------------
+\include{preface/cover}
+% 从摘要开始用罗马数字编号
+\newpage
+\pagestyle{plain}
+\pagenumbering{Roman}
+\include{preface/abstract}
+%----------------------------------------table content-----------------------
+\newpage
+\tableofcontents
+%----------------------------------------body--------------------------------
+\songti\zihao{-4}
+% 从第一章开始用阿拉伯数字编号
+\newpage
+\pagenumbering{arabic}
+\include{body/introduction}
+\include{body/thesisformat}
+\include{body/bibliography}
+\include{body/expression}
+\include{body/elements}
+%----------------------------------------reference---------------------------
+\include{reference/references}
+%----------------------------------------thanks------------------------------
+\include{body/thank}
+\include{body/aboutme}
+\end{document} \ No newline at end of file