This repository was archived by the owner on Aug 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXMU.tex
More file actions
70 lines (50 loc) · 1.61 KB
/
XMU.tex
File metadata and controls
70 lines (50 loc) · 1.61 KB
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
% !TeX TXS−program = xelatex
%\documentclass[UTF8,openright,12pt,]{ctexbook} %When you need to print the pdf ,choose this one. If it still can't satisfiled you, you may turn to Cover and reconsitution/reconsitution.tex .I'm sure it will.
\documentclass[openany,12pt]{ctexbook} %When you want to submit the pdf , then choose this one.
\input{Settings/Setting}
\input{Settings/Information}
\graphicspath{{Figures/}}
\let\oldeqref\eqref
\renewcommand{\eqref}{\songti{公式}\oldeqref}
\renewcommand{\citep}[1]{{\color{blue}\citeauthor{#1}(\citeyearpar{#1})}}
\crefname{figure}{图}{}
\crefname{table}{表}{}
\crefname{equation}{公式}{}
%\crefname{equation}{\songti{公式}}{}
%equation, chapter, section, etc.
%\creflabelformat{htypei}{hformati}
\newtheorem{theory}{定理}[section]
\theoremstyle{definition}\newtheorem{law}{定律}[section]
\begin{document}
\input{Settings/Titlepage}
%\listfigurename
%\listtablename
\pagestyle{plain}
\pagenumbering{roman}
\begin{spacing}{1.5}
\input{Settings/Promise}
%\zhspacing
\input{Body/Thanks}
\input{Body/Abstract}
\newpage
\tableofcontents
\end{spacing}
\pagestyle{fancy}
\mainmatter \xiaosi
\input{Body/Chapter1}
\input{Body/Chapter2}
\input{Body/Chapter3}
\backmatter
\addcontentsline{toc}{chapter}{参考文献 \Dotfill }
\addcontentsline{eoc}{chapter}{Reference \Dotfill }
\fancyhead[CO]{\xiaowu 参考文献}
\nocite{*}%添加此处
\bibliography{Body/Reference}
\newpage
\appendix
\fancyhead[CO]{\xiaowu 附录}
\chapter*{附录}
\addcontentsline{toc}{chapter}{附录A \Dotfill}
\addcontentsline{eoc}{chapter}{Appendix A \Dotfill}
\input{Body/Appendix}
\end{document}