-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLingPhDThesis.tex
More file actions
136 lines (100 loc) · 4.64 KB
/
Copy pathLingPhDThesis.tex
File metadata and controls
136 lines (100 loc) · 4.64 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
%%===============================================================================================%%
%%===============================================================================================%%
%%================================= 博士论文主框架 ===========================================%%
%%================================= 作者:凌永辉 ===========================================%%
%%================================= 日期:2014.2.19 ===========================================%%
%%===============================================================================================%%
%%===============================================================================================%%
%文档类别:浙江大学博士论文格式
\documentclass{ZJUThesis}
%--- 数学排版的国际标准 ----%
\input{isomath}
% 设置图形文件的搜索路径
\graphicspath{{chapters/}{figures/}}
% 取消链接的颜色(黑白打印时)
%\hypersetup{colorlinks=false}
%允许公式换页显示
\allowdisplaybreaks
\begin{document}
%%===========================================================================%%
%%========================= 封面部分 ========================================%%
%%===========================================================================%%
%=== 中文封面内容 ===%
\SchoolCode{10335} %学校代码
\ResearchType{基础研究} %研究类型
\Title{两类非线性矩阵方程的数值算法研究} %题目
\SubjectMajor{计算数学} %学科专业
\Department{数学系} %所在院系
\Graduate{吴乙荣} %研究生
\Advisor{黄正达 \ 教授、王何宇 \ 副教授} %指导教师
\Classification{O241.5} %中图分类号
\SubmitDate{2014~年~4~月} %论文提交时间
%=== 显示格式化封面 ===%
<<<<<<< HEAD
%\maketitle
=======
\maketitle
>>>>>>> 729dd2b5659eab8b22e3815e435b18bc8fd3a836
%=== 中英文扉面内容 ===%
\Title{两类非线性矩阵方程的数值算法研究} %
\EnglishTitle{Numerical Methods for Two Classes of Nonlinear Matrix Equations}
\Author{吴乙荣} %作者
\EnglishAuthor{Yirong Wu} %英文作者
\Advisor{黄正达教授、王何宇副教授} %导师
\EnglishAdvisor{Zhengda Huang}{Heyu Wang} %英文导师
\Major{计算数学} %专业
\EnglishMajor{Computational Mathematics} %英文专业
\Degree{理学博士} %学位
\EnglishDegree{Doctor of Science} %英文学位
\Institute{浙江大学} %授予单位
\EnglishInstitute{Zhejiang University} %英文授予单位
%=== 显示格式化中英文扉面 ===%
\makeenglishtitle
%%===========================================================================%%
%%========================= 目录部分 ========================================%%
%%===========================================================================%%
%把页码切换成罗马数字格式,并且不再对章进行自动编号
\frontmatter
%=== 摘要 ===%
\include{Chapters/abstract}
%=== 目录 ===%
\tableofcontents
%=== 表格目录 ===%
\listoftables
%=== 插图目录 ===%
\listoffigures
%%===========================================================================%%
%%========================= 正文部分 ========================================%%
%%===========================================================================%%
%把页码切换成阿拉伯数字,并对章进行自动编号
\mainmatter
%=== 章节 ===%
<<<<<<< HEAD
% \include{Chapters/chapter1}
=======
\include{Chapters/chapter1}
>>>>>>> 729dd2b5659eab8b22e3815e435b18bc8fd3a836
\include{Chapters/chapter2}
\include{Chapters/chapter3}
\include{Chapters/chapter4}
%=== 参考文献 ===%
% 使用 BibTeX
\bibliography{references/mathpaper, references/MathBook}
%GATHER{references/LingBib.bib}
% 不使用BibTex
%\include{References/refs}
%=== 附录 ===%
% \appendix
% \include{Chapters/chaptersrequires}
%%===========================================================================%%
%%========================= 附件部分 ========================================%%
%%===========================================================================%%
%它不再对章进行自动编号,但不改变页码数字格式,不重设页码计数器
\backmatter
%=== 发表文章目录 ===%
\include{Chapters/publications}
%=== 致谢 ===%
\include{Chapters/thanks}
%=== 学位论文独创性声明和学位论文使用授权声明 ===%
\include{Chapters/statements}
\end{document}