-
Notifications
You must be signed in to change notification settings - Fork 0
/
zjuthesis.tex
564 lines (477 loc) · 19 KB
/
zjuthesis.tex
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
\documentclass[12pt,a4paper,oneside,fleqn,openany]{book}
% 原来表格后面出现新页是因为没用oneside引起的
\usepackage{indentfirst} % 首行缩进宏包
\usepackage[top=2cm,bottom=1.9cm,left=3.0cm,right=3.0cm,
includehead,includefoot]{geometry} % 清泉模板的页面设置(有改动)
\usepackage{CJK} % 中文支持宏包
%\usepackage{cite} % 支持引用的宏包
\usepackage[perpage,symbol]{footmisc} % 脚注控制
\usepackage{type1cm}
\usepackage{palatino}
\usepackage{listings} % 源代码列表
%\usepackage{fancybox}
\usepackage{longtable}
\usepackage{slashbox}
% 使用 AMS LaTeX 用来排出更加漂亮的公式
\usepackage[tbtags]{amsmath}
\usepackage{amssymb}
%%%%% ITL 专用 %%%%%%%%%%%%
\usepackage{wasysym}
%\usepackage{tweaklist} % 调整列表环境
%\newcommand{\nextt}{\wasyfamily\char035\rmfamily}
%\newcommand{\sometimes}{\wasyfamily\char051\rmfamily}
%\newcommand{\always}{\wasyfamily\char050\rmfamily}
\newcommand{\nextt}{\ensuremath{\Circle}}
\newcommand{\always}{\ensuremath{\Box}}
\newcommand{\sometimes}{\ensuremath{\Diamond}}
\newcommand{\wnext}[1]{{\nextt\negmedspace\!\!}\raisebox{1.8pt}{\tiny#1}\,\,} %\,\, 为补偿\!\!的前移
\newcommand{\walways}[1]{{\always\negmedspace\!\!}\raisebox{1.8pt}{\tiny #1}\,\,}
\newcommand{\wsometimes}[1]{{\sometimes\negmedspace\!\!}\raisebox{2.8pt}{\tiny #1}\,\,}
\newcommand{\leadto}[1]{\ensuremath{\overset{#1}{\longrightarrow}}} %leadsto
\newcommand{\nleadto}[2]{\ensuremath{\overset{#1}{#2}}} %new leadsto
%\usepackage{bibspacing} % 参考文献之间距,用于bibtex
%\setlength{\bibspacing}{\baselineskip}
\usepackage{mathrsfs} % 不同于\mathcal or \mathfrak 之类的英文花体字体
%\usepackage[CJKbookmarks=true]{hyperref}
% 定理类环境宏包,其中 amsmath 选项用来兼容 AMS LaTeX 的宏包
\usepackage[amsmath,thmmarks]{ntheorem} % ntheorem load before amsmath
\usepackage[sort&compress,numbers]{natbib} % 支持引用的宏包
%\usepackage{graphicx} % 图形支持
\usepackage{subfigure}
%\usepackage{flafter} % 因为图形可浮动到当前页的顶部,所以它可能会出现在它所在文本的前面。
% 要防止这种情况,可使用 flafter 宏包
\usepackage[below]{placeins} % 要求浮动的图形在它们所在的章节中排出,加 [section] 选项。
% 而 [below] 选项则更加宽松一些,允许上一个section的浮动图形
% 出现在下一个section的开始部分
% 图文混排用宏包,目前选用 floatflt.sty
\usepackage{floatflt}
%\usepackage{wrapfig}
%\usepackage{picinpar}
%\usepackage{picins}
\usepackage[below]{placeins} % 提供处理浮动对象的 \FloatBarrier 命令,
% 使所有未处理的浮动图形立即被处理
\usepackage[sf,compact]{titlesec}
\usepackage{caption2}
\usepackage{titletoc}
%\usepackage{tocloft}
% 处理数学公式中的黑斜体
\usepackage{bm}
%\usepackage{vatola}
%\begin{CJK*}{GBK}{song}
%\settowidth\parindent{中文} % 段前缩进两个中文字符
%\end{CJK*}
%\setlength{\parindent}{22.4 pt} %段落首行缩进量
\setlength{\parskip}{2pt plus1pt minus1pt} %段落之间的竖直距离
%\setlength{\baselineskip}{20pt plus2pt minus1pt}%段落内的行距
\renewcommand{\baselinestretch}{1.2} % This command is to define space between lines.
% Use 2.0 for double-space lines, 1.2 for single-space lines.
%\addtolength{\topsep}{-0.5em} \setlength{\partopsep}{0pt}
% 注:公式的精调
% \arraycolsep array环境中列间距宽度的一半
% \jot 在eqnarray和eqnarray*环境中插入多行公式两行之间的额外距离
% \mathindent 当选择了文档类选项fleqn时数学公式的缩进量
% \abovedisplayskip 当显示公式的左边与左页边界的距离比前面文本行结尾到左页边界的距离还要小时插入在显示公式上方的竖直距离。这样的公式标记为太长
% \belowdisplayskip 插入在太长显示公式下方的竖直距离
% \abovedisplayshortskip 插入在太短显示公式上方的竖直距离。所谓太短公式就是公式的左边在前面文本行结尾的右边
% \belowdisplayshortskip 插入在太短显示公式下方的竖直距离
% \topsep 在选择文档类选项fleqn时并不应用上述四种距离,这里要在显示公式的下方和上方插入\topsep
% 上面除\jot外所有参数都应该是橡皮长度
% 研究生学位论文内容一律采用计算机编辑,用A4规格纸输出,打印区面积为230mm×155mm(包括篇眉)。
% 总结:即 \headheight + \headsep + \textheight = 230 mm
% 解释: \headheight 页眉的高度
% \headsep 页眉基线到正文顶部的距离
% \textheight 主要正文的高度
% 那么应如何设置为好?
% 注:A4纸大小为29.7×21 cm, 1 inch = 2.54 cm
%% 最好用geometry.sty宏包
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 中文对应英文字体的大小 %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% CCT中的定义是
% Chinese English
% 0 36
% 1 27.5
% 2 21
% 3 16
% 4 13.75
% 5 10.5
% 6 8
% 7 5.25
% -4 12
% -5 9
% 每一级和前级大约相差1.3倍
% 在CJK中如何指定任意大小的字体?
% 也就是说,我能不能指定如13.75pt这样大小的字体?
% 现在,我正在写论文. 所里要求用四号字.
% 用\fontsize{13.75pt}{13.75pt}\selectfont
\setlength{\mathindent}{4.7 em} %左对齐公式缩进量
\def\ZK{\hspace*{1.3cm}}
\def\DZK{\hspace*{4mm}}
\def\DAZK{\hspace*{7mm}}
\def\DBZK{\hspace*{10mm}}
\def\DCZK{\hspace*{14mm}}
\def\LZK{\hspace*{15mm}}
\def\RZK{\hspace*{15mm}}
\def\PRGZK{\hspace*{18mm}}
\def\GAZK{\hspace*{11mm}}
\def\FZK{\hspace*{14mm}}
% 若文稿使用\textwidth指令设定正文宽度,应将其置于fancyhdr宏包指令之前
\usepackage{fancyhdr}
\newcommand{\makeheadrule}{%
\makebox[0pt][l]{\rule[.7\baselineskip]{\headwidth}{1.2pt}}%
\rule[.6\baselineskip]{\headwidth}{0.2pt}\vskip-.8\baselineskip}
%\newcommand{\makeheadrule}{%
% \makebox[-3pt][l]{\rule[.7\baselineskip]{\headwidth}{0.4pt}}
% \rule[0.85\baselineskip]{\headwidth}{1.5pt}\vskip-.8\baselineskip}
\makeatletter
\renewcommand{\headrule}{%
{\if@fancyplain\let\headrulewidth\plainheadrulewidth\fi
\makeheadrule}}
%下面这组命令使浮动对象的缺省值稍微宽松一点,从而防止浮动对象占据过多的
%文本页面,也可以防止在很大空白的浮动页上放置很小的图形。
\renewcommand{\textfraction}{0.15}
\renewcommand{\topfraction}{0.85}
\renewcommand{\bottomfraction}{0.65}
\renewcommand{\floatpagefraction}{0.60}
%利用下述命令来定义用户自己的宏
%\newcommand \ {}
%例如:下面这个宏是非常有用的。
%\renewcommand{\theequation}{\arabic{chapter}.\arabic{section}.\arabic{equation}}
%\renewcommand \sectionformat{} %去掉中间对齐的sectionformat,这样就把节的标题左对齐了。
% \renewcommand{\mathbf}[1]{\mbox{\boldmath $ #1 $}}
%Redefine the default command \mathbf to make math symbol both bold and italic.
% It is only for math mode. By PENG Zhaowang on July 12, 1999
% Note: the default \mathbf produce bold but not italic math symbol.
%% ** Do NOT use this command,
%% ** instead, use bm.sty macros to make math symbol both bold and italic
\newcommand{\ucite}[1]{$^{\mbox{\scriptsize \cite{#1}}}$}
% 重定义字体命令
\newcommand{\song}{\CJKfamily{simsun}} % 宋体 (Windows自带simsun.ttf)
\newcommand{\fs}{\CJKfamily{simfang}} % 仿宋体 (华天字库htfs.ttf)
\newcommand{\kai}{\CJKfamily{simkai}} % 楷体 (华天字库htkai.ttf)
\newcommand{\hei}{\CJKfamily{simhei}} % 黑体 (Windows自带simhei.ttf)
\newcommand{\li}{\CJKfamily{simli}} % 隶书 (Windows自带simli.ttf)
\newcommand{\you}{\CJKfamily{simyou}} % 幼圆体 (Windows自带simyou.ttf)
\newcommand{\xs}{\CJKfamily{simyou}}
\newcommand{\shu}{\CJKfamily{simhei}} % 舒体 (方正字库fzstk.ttf)
%字号设置
\newcommand{\chuhao}{\fontsize{42pt}{\baselineskip}\selectfont}
\newcommand{\xiaochuhao}{\fontsize{36pt}{\baselineskip}\selectfont}
\newcommand{\yihao}{\fontsize{28pt}{\baselineskip}\selectfont}
\newcommand{\erhao}{\fontsize{21pt}{\baselineskip}\selectfont}
\newcommand{\xiaoerhao}{\fontsize{18pt}{\baselineskip}\selectfont}
\newcommand{\sanhao}{\fontsize{15.75pt}{\baselineskip}\selectfont}
\newcommand{\xiaosanhao}{\fontsize{15pt}{\baselineskip}\selectfont}
\newcommand{\sihao}{\fontsize{14pt}{\baselineskip}\selectfont}
\newcommand{\xiaosihao}{\fontsize{12pt}{\baselineskip}\selectfont}
\newcommand{\wuhao}{\fontsize{10.5pt}{\baselineskip}\selectfont}
\newcommand{\xiaowuhao}{\fontsize{9pt}{\baselineskip}\selectfont}
\newcommand{\liuhao}{\fontsize{7.875pt}{\baselineskip}\selectfont}
\newcommand{\qihao}{\fontsize{5.25pt}{\baselineskip}\selectfont}
%利用caption2宏包定制标题样式
\renewcommand{\captionfont}{\CJKfamily{kai}\rmfamily}
\renewcommand{\captionlabelfont}{\CJKfamily{kai}\rmfamily}
\renewcommand{\captionlabeldelim}{}
% 按照硕士学位论文要求,图标后面不
% 能有冒号之类例如 图 3.1 系统流程图
\makeatletter
\newcommand{\figcaption}{\def\@captype{figure}\caption} % 插图标题
\newcommand{\tabcaption}{\def\@captype{table}\caption} % 表格标题
\makeatother
\newcommand{\cntitlea}{[第一行中文标题]}
\newcommand{\cntitleb}{[第二行中文标题]}
\newcommand{\cntitlec}{}
\newcommand{\entitlea}{[第一行英文标题]}
\newcommand{\entitleb}{[第二行英文标题]}
\newcommand{\entitlec}{[第三行英文标题]}
\newcommand{\cnauthor}{[作者]}
\newcommand{\enauthor}{[Author]}
\newcommand{\cnsupervisora}{陈天洲教授}
\newcommand{\cnsupervisorb}{施青松副教授}
\newcommand{\ensupervisora}{Professor Tianzhou Chen}
\newcommand{\ensupervisorb}{Associate Prof. Qingsong Shi}
% \captionlabeldelim
% 下面这组命令可以使公式编号随着每开始新的一节而重新开始。
%\makeatletter % '@' is now a normail "letter" for TeX
%\@addtoreset{equation}{section}
%\makeatother % '@' is restored as a "non-letter" character for TeX
\begin{CJK*}{GBK}{}
\makeatletter
\newtheoremstyle{myplain}% 定义自己的定理风格。首行缩进2个汉字,其余部分与环境外的格式相同
{\item[ \hskip\labelsep \theorem@headerfont ##1\ ##2\theorem@separator]}%
{\item[ \hskip\labelsep \theorem@headerfont ##1\ ##2\ (##3)\theorem@separator]}
\makeatother
\theoremstyle{myplain}
\theoremheaderfont{\CJKfamily{hei}\rmfamily}
\theorembodyfont{\CJKfamily{kai}\rmfamily}
% \theoremseparator{:}
\theoremseparator{:}
\newtheorem{definition}{\hei 定义}[chapter]
\newtheorem{proposition}[definition]{\hei 命题}
\newtheorem{lemma}[definition]{\hei 引理}
\newtheorem{theorem}{\hei 定理}[chapter]
\newtheorem{axiom}{\hei 公理}
\newtheorem{corollary}[definition]{\hei 推论}
\theorembodyfont{\CJKfamily{song}\rmfamily} % body部分为书宋体
\newtheorem{exercise}[definition]{\hei 练习}
\newtheorem{example}{\hei 例}[chapter]
% 定义自己的定理风格。首行缩进2个汉字,其余部分与环境外的格式相同。但定理的证明无须标号
\makeatletter
\newtheoremstyle{mynonumberplain}%
{\item[\hspace*{2em}\theorem@headerfont\hskip\labelsep ##1\theorem@separator]}%如果换成与上面的相同,
% 则“证明”也将出现标号。为什么?
{\item[\hspace*{2em}\theorem@headerfont\hskip\labelsep ##1\ (##3)\theorem@separator]}
\makeatother
\theoremstyle{mynonumberplain}
\theoremheaderfont{\CJKfamily{hei}\rmfamily}
\theorembodyfont{\CJKfamily{kai}\rmfamily}
\theoremseparator{:}
\theoremsymbol{$\blacksquare$}
\newtheorem{proof}{\hei 证明}
% \theoremsymbol{$\square$}
% \newtheorem{example}{\hei 例}[chapter]
\end{CJK*}
\allowdisplaybreaks[4] % The reason is bellow
% 请问,\eqnarray如果很长,影响分栏、换行和分页(整块挪动,造成页面空白),
% 是否可以设置成为自动调整模式?
%
% 答:如果您使用\ducomentclass{amsart}或{amsbook}等,在\begin{document}前加上
% 命令\allowdisplaybreaks[4],在排版数学公式时使用下列命令(不要使用\eqnarray)
% 即可解决您的问题:
% \begin{equation}
% 公式
% \end{equation}
%
% \begin{align}
% 公式
% \end{align}
%
% \begin{gather}
% 公式
% \end{gather}
% also
% Within the scope of an \allowdisplaybreaks command, the \\*
% command can be used to prohibit a page break, as usual.
\newlength\CJKtwospaces
\def\CJKindent{%用于中文段落缩进
\settowidth\CJKtwospaces{\CJKchar{"0A1}{"0A1}\CJKchar{"0A1}{"0A1}}%
\parindent\CJKtwospaces
}
% \ifx\pdfoutput\undefined %========此段程序有问题?即PDF的输出有缺字、少字、出怪字?
% \usepackage[dvips]{graphicx}
% \usepackage[dvips]{thumbpdf}
% \usepackage[ps2pdf,
% pdfstartview=FitH,
% CJKbookmarks=true,
% colorlinks=true,
% linkcolor=blue,
% citecolor=blue]{hyperref}
%\AtBeginDvi{\special{pdf:tounicode GBK-EUC-UCS2}} % GBK -> Unicode
%\else
%\usepackage[pdftex]{graphicx}
%\usepackage[pdftex]{thumbpdf}
%\usepackage[pdftex,
% pdfstartview=FitH,
% CJKbookmarks=true,
% colorlinks=true,
% linkcolor=blue,
% citecolor=blue]{hyperref}
% \fi
%^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
\ifx\pdfoutput\undefined
\usepackage[dvips]{graphicx}
\DeclareGraphicsExtensions{.eps} %
\usepackage[dvips]{thumbpdf}
\makeatletter
\usepackage[ps2pdf,
% pdfstartview=FitH,
CJKbookmarks=true,
colorlinks=true,
linkcolor=blue,
urlcolor=blue,
citecolor=blue,
pdfauthor = {\enauthor},
pdfstartview=FitBH,
pdfsubject={}
pdftitle={\entitlea \entitleb \entitlec}
]{hyperref}
\makeatother
\AtBeginDvi{\special{pdf:tounicode GBK-EUC-UCS2}} % GBK -> Unicode
\else
\usepackage[pdftex]{graphicx}
\DeclareGraphicsExtensions{.pdf} %%% standard extension for included graphics
\usepackage[pdftex]{thumbpdf}
\usepackage[pdftex,
CJKbookmarks=true,
colorlinks=true,
linkcolor=black,
urlcolor=black,
citecolor=black,
pdfauthor = {\enauthor},
pdfcreator = {\enauthor},
pdfkeywords={\entitlea},
pdfstartview=FitBH,
pdfsubject={},
pdftitle={\entitlea \entitleb \entitlec}
]{hyperref}
\pdfadjustspacing=1
\fi
%%%%%%%%%%%%%%%%%%%%%%
\usepackage{tweaklist} % 调整列表环境
\renewcommand{\itemhook}{\setlength{\topsep}{-0.1em}%
% \renewcommand{\enumhook}{\setlength{\topsep}{-10mm}%
% \setlength{\itemsep}{-0.5\baselineskip}}
\setlength{\itemsep}{-0.35em}
% \setlength{\itemindent}{0.5em}
\setlength{\leftmargin}{3.1em}}
\begin{document}
\begin{CJK*}{GBK}{song}
\CJKtilde
% \CJKcaption{GB}
\CJKindent
% \graphicspath{{images/}}
\lstset{language=C, basicstyle=\it\small, frame=single}
% TODO 修改目录结构 以迎合学院所要求的那种目录,默认章的后面是没有...的
\titlecontents{chapter}
[0mm]
{\hei\xiaosihao\vspace{-0.5\baselineskip}}
{第~\thecontentslabel ~章\hspace{0.4em}}
{\quad}
{\titlerule*[1pc]{$\cdot$}\hei\xiaosihao\contentspage}
\titlecontents{section}
[0mm]
{\song\xiaosihao\vspace{-0.6\baselineskip}}
{\hspace{0.1em} \song\xiaosihao\thecontentslabel\hspace{0.5em}}
{\quad}
{\titlerule*[1pc]{$\cdot$}\song\xiaosihao\contentspage}
\titlecontents{subsection}
[0mm]
{\song\xiaosihao\vspace{-0.6\baselineskip}}
{\hspace{0.7em} \song\xiaosihao\thecontentslabel\hspace{0.5em}}
{\quad}
{\titlerule*[1pc]{$\cdot$}\song\xiaosihao\contentspage}
% \titlecontents{table}
% [0mm]
% {\song\xiaosihao\vspace{-0.6\baselineskip}}
% {表~\thecontentslabel \hspace{0.5em}}
% {\quad}
% {\titlerule*[0.4pc]{$\cdot$}\song\xiaosihao\contentspage}
% 目录结构设置
% 设置正文中章节标号和位置。
\titleformat{\chapter}[hang]
% {\normalfont\bfseries\huge\filcenter\CJKfamily{hei}}
{\normalfont\xiaoerhao\filcenter\CJKfamily{hei}}
% {\huge{\chaptertitlename}}
% {第~\CJKnumber{\thechapter}~章}
{第~{\thechapter}~章}
{20pt}{\xiaoerhao}
\titlespacing{\chapter}{0pt}{-3ex plus .1ex minus .2ex}{2.5ex plus .1ex minus .2ex}
\titleformat{\section}[hang]{\CJKfamily{hei}\xiaosanhao}% add \bfseries if you want to use bold fonts
{\xiaosanhao \thesection}{1em}{}{}
\titlespacing{\section}%
{0pt}{1.5ex plus .1ex minus .2ex}{\wordsep}%{1ex plus .1ex minus .2ex}
\titleformat{\subsection}[hang]{\CJKfamily{hei}\sihao}
{\sihao \thesubsection}{1em}{}{}
\titlespacing{\subsection}%
{0pt}{1.5ex plus .1ex minus .2ex}{\wordsep}
\pagestyle{fancy}
%强制让每一章的首页页出现页眉页脚,book 默认是没有滴,但是学院要求;-<
\makeatletter
\let\ps@plain\relax
\let\ps@plain=\ps@fancy
\makeatother
% \renewcommand{\chaptermark}[1]{\markboth{\chaptername \ #1}{}}
\renewcommand{\chaptermark}[1]{\markboth{第 \thechapter 章\ #1}{}}
% 以上指令中\chaptermark用于重新定义页眉内之章标题;
% 其内容取自LaTeX的\markboth指令。事实上\markboth指令用于存放两项信息,分别
% 存放于指令之后的两个大括号内。在book文件类别中,第一项为章名的相关信息;
% 第二项为节标题的相关信息。故以上命令是重新定义章标题存放于页眉/页脚的内容,
% 节标题不变,因此第二对大括号内为空白
\fancyhf{}
\fancyfoot[FC]{\thepage}
% 注:在book文件类别下,\leftmark自动存录各章之章名,\rightmark记录节标题
% \fancyhead[LO]{\CJKfamily{fs}\nouppercase\rightmark}
\fancyhead[L]{\CJKfamily{song}\xiaowuhao浙江大学硕士学位论文}
\fancyhead[R]{\CJKfamily{song}\xiaowuhao\leftmark}
% 按照硕士论文要求的页眉页脚
\newcommand{\cntitlea}{[第一行中文标题]}
\newcommand{\cntitleb}{[第二行中文标题]}
\newcommand{\cntitlec}{}
\newcommand{\entitlea}{[第一行英文标题]}
\newcommand{\entitleb}{[第二行英文标题]}
\newcommand{\entitlec}{[第三行英文标题]}
\newcommand{\cnauthor}{[作者]}
\newcommand{\enauthor}{[Author]}
\newcommand{\cnsupervisora}{陈天洲教授}
\newcommand{\cnsupervisorb}{施青松副教授}
\newcommand{\ensupervisora}{Professor Tianzhou Chen}
\newcommand{\ensupervisorb}{Associate Prof. Qingsong Shi}
\input{cover}
%% \input{cover1}
%% \abstract
\frontmatter
\pagenumbering{roman}
% 中文摘要
\xiaosihao
\include{abstract1}
% 英文摘要
\include{abstract2}
% \include{phd-term}
% \CJKcaption{GB}
\renewcommand\contentsname{目录}
\tableofcontents
\newcommand{\loflabel}{图}
\renewcommand{\numberline}[1]{\song\loflabel~#1\hspace*{0.5em}\vspace{-0.6em}}
\renewcommand\listfigurename{图目录}
\listoffigures
\newcommand{\lotlabel}{表}
\renewcommand{\numberline}[1]{\song\lotlabel~#1\hspace*{0.5em}\vspace{-0.6em}}
%\renewcommand{\titlerule}{\titlerule*[0.5pc]{.}\hspace*{.1em}\contentspage} ???
\renewcommand\listtablename{表目录}
\listoftables
\renewcommand\figurename{图}
\renewcommand\tablename{表}
\mainmatter
\include{chapter1}
\include{chapter2}
\include{chapter3}
\include{chapter4}
\include{chapter5}
\include{chapter6}
\include{chapter7}
\backmatter %结束章节自动编号
\addtolength{\itemsep}{-1.8 em} % 缩小参考文献间的垂直间距
\bibliographystyle{plain}% 参考文献格式类型
%\bibliographystyle{unsrtnat}
%\phantomsection
\include{ref}
% 解决目录以及书签中没有相应的参考文献的条目问题
\include{pub}
\include{ack}
%附录部分,偶没有用到。
%\addcontentsline{toc}{chapter}{\numberline{}\appendixname} % 解决目录中没有相应的附录的条目问题
%\begin{appendix}
% \renewcommand{\chaptername}{附录\Alph{chapter}}
% \input{chap01a}
%\end{appendix}
%$\mathscr{ABC}$.
% \clearpage
\end{CJK*}
\end{document}
% 专题:eps文件的制作技巧
% 1. 有些Origin的图生成有问题,比如打印到eps文件时超出版面,这时可将图以80%的比例打印到
% 5D PDF Creator的PS打印机,纸的版面为A4、纵向。再将%%PageTrailer之后的部分删除即可。
% 问题:关于附录的处理
% 在CCT写中文毕业论文时,
% 我试图用\appendix命令加入一个附录,
% 但是编译以后,就是无法显示appendixA的抬头,
% 而且在目录里面也没有附录,
% 请问这是怎么一回事?
% 采用如下输入框架:
% \part{附录}
% \begin{appendix}
% \renewcommand{\chaptername}{附录\Alph{chapter}}
% \include{ap1}
% \include{ap2}
% \end{appendix}
% 在ap1.ctx等中同正文一样采用\chapter, \section等命令。