-
Notifications
You must be signed in to change notification settings - Fork 22
/
zzuthesis.cls
853 lines (853 loc) · 32.8 KB
/
zzuthesis.cls
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
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
%%================================================
%% Filename: zzuthesis.cls
%% Encoding: UTF-8
%% Author: Yuan Xiaoshuai - yxshuai@gmail.com
%% Created: 2012-01-08 13:11
%% Last modified: 2020-04-05 20:27
%%================================================
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 标识节(Identification)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{zzuthesis}
[2020/01/03 5.0.1 Zhengzhou University Thesis Template]
\hyphenation{Zzu-Thesis}
\def\zzuthesis{ZzuThesis}
\def\version{5.0.1}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 声明选项(Declaration options)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newif\ifzzu@bachelor\zzu@bachelorfalse
\newif\ifzzu@master\zzu@masterfalse
\newif\ifzzu@doctor\zzu@doctorfalse
\DeclareOption{bachelor}{\zzu@bachelortrue}
\DeclareOption{master}{\zzu@mastertrue}
\DeclareOption{doctor}{\zzu@doctortrue}
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{ctexbook}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 选项处理 (Option processing)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ProcessOptions\relax
\ifzzu@bachelor\relax\else
\ifzzu@master\relax\else
\ifzzu@doctor\relax\else
\ClassError{zzuthesis}%Reporting errors
{You have to specify one of thesis options:%
bachelor, master or doctor.}{}
\fi
\fi
\fi
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 装载类与宏包 (Loading classes & packages)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ifzzu@doctor%博士论文双面打印
\LoadClass[zihao=-4,a4paper,UTF8,scheme=plain]{ctexbook}
\else%其它单面打印
\LoadClass[zihao=-4,a4paper,UTF8,scheme=plain,openany]{ctexbook}
\fi
\RequirePackage{ifxetex}
\ifxetex\else
\ClassError{zzuthesis}{You should use XeLaTeX}{}
\end{document}
\fi
\RequirePackage{environ}
\RequirePackage{xparse}
\RequirePackage{tikz}
\RequirePackage{etoolbox}
\RequirePackage{calc}%算术运算
\RequirePackage[shortlabels]{enumitem}
\RequirePackage{titletoc}%目录格式
\RequirePackage{amsmath,amsthm}
\RequirePackage{unicode-math}
\unimathsetup{
math-style = ISO,
bold-style = ISO,
nabla = upright,
partial = upright,
}
\RequirePackage{geometry}%页边距设置
\RequirePackage{tabularx}%表格宽度控制
\RequirePackage{multirow}%跨行表格
\RequirePackage{longtable}%长表格,可替换supertabular
\RequirePackage{booktabs}%三线表格
\RequirePackage[labelformat=simple]{subcaption}
\RequirePackage{graphicx}%图形支持
\RequirePackage[numbers,super,sort&compress]{natbib}%参考文献引用
\RequirePackage{hyperref}%超链接、书签
\hypersetup{%
linktoc=all,
bookmarksnumbered=true,%节的标号放入标签
bookmarksopen=true,
bookmarksopenlevel=1,
breaklinks=true,
plainpages=false,
hidelinks}
\urlstyle{same}%相同字体
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 文前,正文,文后格式
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand\frontmatter{%
\ifzzu@doctor\cleardoublepage\else\clearpage\fi
\ctexset{chapter/format+=\centering}
\@mainmatterfalse
\pagenumbering{Roman}
\pagestyle{zzu@headings}}
\renewcommand\mainmatter{%
\ifzzu@doctor\cleardoublepage\else\clearpage\fi
\ctexset{chapter/format+={\ifzzu@bachelor\centering%本科居中
\else\raggedright\fi}}%顶左
\@mainmattertrue
\pagenumbering{arabic}}
\renewcommand\backmatter{%
\ifzzu@doctor\cleardoublepage\else\clearpage\fi
\ctexset{chapter/format+=\centering}
\@mainmattertrue}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 中文配置
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ctexset{%
contentsname={目\hspace{\ccwd} 录},
listfigurename={插图清单},
listtablename={表格清单},
figurename={图},
tablename={表},
appendixname={附录},
bibname={参考文献},
proofname={证明}
}
\newcommand\equationname{公式}
\newcommand\zzu@definition@name{定义}
\newcommand\zzu@theorem@name{定理}
\newcommand\zzu@lemma@name{引理}
\newcommand\zzu@corollary@name{推论}
\def\zzu@schoolname{郑州大学}
\def\zzu@title@sep{:}
\ifzzu@bachelor
\def\zzu@subtitle{毕业设计(论文)}
\def\zzu@bachelor@title@pre{题\hspace{2\ccwd} 目}
\def\zzu@supervisor@title{指导教师}
\def\zzu@protitle@title{职称}
\def\zzu@author@title{学生姓名}
\def\zzu@stuno@title{学号}
\def\zzu@major@title{专业}
\def\zzu@department@title{院(系)}
\else
\def\zzu@schoolcode@title{学校代码}
\def\zzu@id@title{学号或申请号}
\def\zzu@secretlevel@title{密级}
\ifzzu@master
\def\zzu@subtitle{硕士学位论文}
\else
\def\zzu@subtitle{博士学位论文}
\fi
\def\zzu@author@title{作者姓名}
\def\zzu@supervisor@title{导师姓名}
\def\zzu@subject@title{学科门类}
\def\zzu@major@title{专业名称}
\ifzzu@master
\def\zzu@department@title{培养院系}
\else\fi
\fi
\def\zzu@cdate@title{完成时间}
\let\CJK@todaysave=\today
\def\CJK@todaysmall@short{\the\year 年 \the\month 月}
\def\CJK@todaysmall{\CJK@todaysmall@short \the\day 日}
\def\CJK@todaybig@short{\CJKdigits{\the\year} 年 \CJKnumber{\the\month} 月}
\def\CJK@todaybig{\CJK@todaybig@short \CJKnumber{\the\day} 日}
\def\CJK@today{\CJK@todaysmall}
\renewcommand\today{\CJK@today}
\newcommand\CJKtoday[1][1]{%
\ifcase#1\def\CJK@today{\CJK@todaysave}
\or\def\CJK@today{\CJK@todaysmall}
\or\def\CJK@today{\CJK@todaybig}
\fi}
\newcommand{\cabstractname}{摘\hspace{\ccwd} 要}
\newcommand{\eabstractname}{Abstract}
\def\zzu@ckeywords@separator{;}
\def\zzu@ekeywords@separator{; }
\newcommand{\zzu@ckeywords@title}{关键词:}
\newcommand{\zzu@ekeywords@title}{Key words:\enskip}
\newcommand{\zzu@denotation@name}{主要符号对照表}
\newcommand{\zzu@ackname}{致\hspace{\ccwd} 谢}
\newcommand{\zzu@review@title}{综述}
\ifzzu@bachelor
\newcommand{\zzu@resume@title}{在学期间参加课题的研究成果}
\else
\newcommand{\zzu@resume@title}{个人简历、在学期间发表的学术论文与研究成果}
\fi
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 字号设置
%% 模板使用thuthesis论文模板的字号定义
%% 使用时可加入行距参数,如\chuhao[1.25]表示初号字体,1.25倍行距
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\zzu@def@fontsize#1#2{%
\expandafter\newcommand\csname #1\endcsname[1][1.3]{%
\fontsize{#2}{##1\dimexpr #2}\selectfont}}
\zzu@def@fontsize{chuhao}{42bp}
\zzu@def@fontsize{xiaochu}{36bp}
\zzu@def@fontsize{yihao}{26bp}
\zzu@def@fontsize{xiaoyi}{24bp}
\zzu@def@fontsize{erhao}{22bp}
\zzu@def@fontsize{xiaoer}{18bp}
\zzu@def@fontsize{sanhao}{16bp}
\zzu@def@fontsize{xiaosan}{15bp}
\zzu@def@fontsize{sihao}{14bp}
\zzu@def@fontsize{banxiaosi}{13bp}
\zzu@def@fontsize{xiaosi}{12bp}
\zzu@def@fontsize{dawu}{11bp}
\zzu@def@fontsize{wuhao}{10.5bp}
\zzu@def@fontsize{xiaowu}{9bp}
\zzu@def@fontsize{liuhao}{7.5bp}
\zzu@def@fontsize{xiaoliu}{6.5bp}
\zzu@def@fontsize{qihao}{5.5bp}
\zzu@def@fontsize{bahao}{5bp}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 正文字体及行距
%% 研究生:小四号 (12bp) 字,固定行距 20bp
%% 本科生:小四号 (12bp) 字,1.25倍行距
%% Word 小四号字 1.25 倍行距与固定行距 20bp 较接近
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand\normalsize{%
\@setfontsize\normalsize{12bp}{20bp}%
\abovedisplayskip=12bp \@plus 2bp \@minus 2bp
\abovedisplayshortskip=12bp \@plus 2bp \@minus 2bp
\belowdisplayskip=\abovedisplayskip
\belowdisplayshortskip=\abovedisplayshortskip}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 页面设置
%% 研究生:页边距上下3.8cm,左右3.2cm,页眉页脚3.0cm,装订线0cm
%% 本科生:页边距上2.0cm,下2.2cm,左2.6cm,右2.0cm
%% TODO: 根据Word设置结果微调,另本科生规范中页边距太小,未采用
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \ifzzu@bachelor
% \geometry{left=2.6cm,right=2.0cm,top=2.0cm,bottom=2.2cm,includeheadfoot}
% \else
% \geometry{left=3.2cm,right=3.2cm,top=3.8cm,bottom=3.8cm,includeheadfoot}
% \fi
\geometry{
a4paper, % 210 * 297mm
hcentering,
vcentering,
ignoreall,
nomarginpar,
left=32mm,
top=38mm}
\ctexset{%
punct=quanjiao,
space=auto,
autoindent=true}
\let\zzu@cleardoublepage\cleardoublepage
\newcommand{\zzu@clearemptydoublepage}{%开始奇数新页面
\clearpage{\pagestyle{empty}\zzu@cleardoublepage}}
\let\cleardoublepage\zzu@clearemptydoublepage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 页眉页脚
%% 页眉:居中显示章节名称;宋体10.5磅居中,Abstract用Roman字体
%% 页脚:居中显示页码;宋体10.5磅居中
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\ps@zzu@empty{%%No head or foot line.
\let\@oddhead\@empty\let\@evenhead\@empty%
\let\@oddfoot\@empty\let\@evenfoot\@empty}
\def\ps@zzu@plain{%%No head, centred or right page number in foot.
\let\@oddhead\@empty\let\@evenhead\@empty%
\def\@oddfoot{\hfil\wuhao\thepage\ifzzu@bachelor\relax\else\hfil\fi}%
\let\@evenfoot=\@oddfoot}
\def\ps@zzu@headings{%%Centred head, centred page number in foot.
\def\@oddhead{\vbox to\headheight{\vfill%
\hb@xt@\textwidth{\wuhao\rmfamily\hfill\leftmark\hfill}%
\vskip\tw@\p@\hbox{\vrule width\textwidth height.4\p@ depth\z@}}}
\let\@evenhead=\@oddhead
\def\@oddfoot{\wuhao\hfil\thepage\ifzzu@bachelor\relax\else\hfil\fi}
\let\@evenfoot=\@oddfoot}
\renewcommand{\chaptermark}[1]{\@mkboth{\thechapter\ ~~#1}{}}
\newcommand*{\zzu@textcircled}[1]{\lower.7ex\hbox{\tikz\draw (0pt, 0pt)%
circle (.5em) node {\makebox[1em][c]{\small #1}};}}
\robustify{\zzu@textcircled}
\setlist[enumerate,1]{label = (\arabic*)}
\setlist[enumerate,2]{label = \arabic*)}
\setlist[enumerate,3]{label = \zzu@textcircled{\arabic*}}
\setlist{leftmargin=*, nosep}
\setlist[1]{labelindent=\parindent} % Only the level 1
\let\zzu@footnotesize\footnotesize%脚注字体及行距
\renewcommand\footnotesize{\zzu@footnotesize\xiaowu[1.5]}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 浮动对象、图片、表格、公式设置
%% 1. 若插入的图片未指定扩展名,则在指定文件路径搜索pdf,eps,png,jpg,jpeg文件
%% 搜索路径在主文件中定义;
%% 2. 定义tabularx环境中的Z选项,用于居中自动调整,定义命令\Xhline
%% 3. 公式、图片、表格编号分隔符为句号,即“3.1”的形式
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setlength{\floatsep}{12bp \@plus4\p@\@minus\p@}%浮动对象和文字间的距离
\setlength{\intextsep}{12bp \@plus4\p@\@minus\tw@\p@}
\setlength{\textfloatsep}{12bp \@plus4\p@\@minus2\p@}
\setlength{\@fptop}{0bp \@plus1.0fil}
\setlength{\@fpsep}{12bp \@plus2.0fil}
\setlength{\@fpbot}{0bp \@plus1.0fil}
\renewcommand{\textfraction}{0.15}%页面文本的最小比例(0.2)
\renewcommand{\topfraction}{0.85}%页顶浮动对象高/页高的最大值(0.7)
\renewcommand{\bottomfraction}{0.50}%页底浮动对象高/页高的最大值(0.3)
\renewcommand{\floatpagefraction}{0.80}%浮动页由浮动对象占用的最小比例(0.5)
\DeclareGraphicsExtensions{.pdf,.eps,.png,.jpg,.jpeg}%搜索指定扩展名
\DeclareCaptionLabelSeparator{zzu}{\hspace{\ccwd}}%图表序与图表名之间空一个汉字
\DeclareCaptionFont{zzu}{\ifzzu@bachelor\xiaosi[1.25]\kaishu%
\else\wuhao[1.5]\fi}
\captionsetup{
font = zzu,
labelsep = zzu,
figureposition = bottom,
tableposition = top,
}
\ifzzu@bachelor%段前空6磅,段后空12磅
\captionsetup[table]{belowskip={12bp-\intextsep},aboveskip=6bp}
\else%段前空6磅,段后空6磅
\captionsetup[table]{belowskip={6bp},aboveskip=6bp}
\fi
\captionsetup[figure]{%段前空6磅,段后空12磅
belowskip={12bp-\intextsep},aboveskip=6bp}
\captionsetup[sub]{font=zzu,skip=6bp}
\renewcommand{\thesubfigure}{(\alph{subfigure})}%子图形编号:字母
\renewcommand{\thesubtable}{(\alph{subtable})}%子表格编号:字母
\let\old@tabular\@tabular
\def\zzu@tabular{\ifzzu@bachelor\xiaosi[1.25]\kaishu%
\else\wuhao[1.5]\fi\old@tabular}%
\let\zzu@LT@array\LT@array%长表格
\def\LT@array{\ifzzu@bachelor\xiaosi[1.25]\kaishu%
\else\wuhao[1.5]\fi\zzu@LT@array}
\newcolumntype{Z}{>{\centering\arraybackslash}X}%居中自动调整
\newcommand\Xhline[1]{\noalign{\ifnum0=`}\fi\arrayrulewidth#1%
\ifx\hline\LT@hline\let\@xhline\LT@@hline\fi
\hrule\@height\arrayrulewidth\futurelet\reserved@a\@xhline}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 数学相关
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand\theequation{%公式编号分隔符
\ifnum \c@chapter>\z@ \thechapter.\fi\@arabic\c@equation}
\allowdisplaybreaks[4]%允许公式断行分页
\def\zzu@theorem@separator{:}%
\newtheoremstyle{theorem}%定理类型
{0.5ex}%Space above
{0.5ex}%Space below
{\rmfamily}%Body font
{}%Indent amount
{\sffamily}%Theorem head font
{\zzu@theorem@separator}%Punctuation after theorem head
{1em}%Space after theorem head
{}%Theorem head spec
\renewenvironment{proof}[1][\proofname]{\par%证明
\pushQED{\qed}%
\normalfont \topsep6\p@\@plus6\p@\relax
\trivlist
\item[\hskip\labelsep
\sffamily
#1\@addpunct{\quad}]\ignorespaces}
{\popQED\endtrivlist\@endpefalse}
\theoremstyle{theorem}
\newtheorem{definition}{\zzu@definition@name}[chapter]
\newtheorem{theorem}{\zzu@theorem@name}[chapter]
\newtheorem{lemma}[theorem]{\zzu@lemma@name}
\newtheorem{corollary}[theorem]{\zzu@corollary@name}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 章节标题
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ctexset{%
chapter={%一级标题:黑体16磅,段前24磅,段后18磅
afterindent=true,
pagestyle={zzu@headings},
beforeskip={\ifzzu@bachelor 15bp\else 9bp\fi},
aftername=\hskip\ccwd,
afterskip={\ifzzu@bachelor 20bp\else 24bp\fi},
format={\sffamily\sanhao[1]},
name=\relax,
nameformat=\relax,
titleformat=\relax,
lofskip=0pt,
lotskip=0pt,
},
section={%二级标题:黑体14磅,段前24磅,段后6磅
afterindent=true,
beforeskip={\ifzzu@bachelor 25bp\else 24bp\fi\@plus .5ex \@minus .2ex},
afterskip={\ifzzu@bachelor 12bp\else 6bp\fi \@plus .2ex},
format={\sffamily\ifzzu@bachelor\sihao[1.286]\else\sihao[1.429]\fi},
},
subsection={%三级标题:段前12磅,段后6磅
afterindent=true,
indent={\ifzzu@bachelor\parindent%本科缩进两字符
\else 0pt\fi},%硕博
beforeskip={12bp \@plus .5ex \@minus .2ex},
afterskip={6bp \@plus .2ex},
format={\sffamily\ifzzu@bachelor\xiaosi[1.25]%本科
\else\banxiaosi[1.538]\fi},%硕博黑体13磅
},
subsubsection={%四级标题:段前12磅,段后6磅
afterindent=true,
indent={\ifzzu@bachelor\parindent%本科缩进两字符
\else 0pt\fi},%硕博
beforeskip={12bp \@plus .5ex \@minus .2ex},
afterskip={6bp \@plus .2ex},
format={\ifzzu@bachelor\xiaosi[1.25]%本科
\else\sffamily\xiaosi[1.667]\fi},%硕博
},
paragraph/afterindent=true,
subparagraph/afterindent=true}
\newcounter{zzu@bookmark}
\def\zzu@chapter*{%\zzu@chapter*[tocline]{title}[header]
%% \@ifnextchar peeks at the following character and compares it with its first argument.
%% If both are the same it executes its second argument, otherwise its third.
\@ifnextchar [ % ]
{\zzu@@chapter}
{\zzu@@chapter@}}
\def\zzu@@chapter@#1{\zzu@@chapter[#1]{#1}}
\def\zzu@@chapter[#1]#2{%
\@ifnextchar [ % ]
{\zzu@@@chapter[#1]{#2}}
{\zzu@@@chapter[#1]{#2}[]}}
\def\zzu@@@chapter[#1]#2[#3]{%
\ifzzu@doctor\cleardoublepage\else\clearpage\fi\phantomsection%
\def\@tmpa{#1}
\def\@tmpb{#3}
\ifx\@tmpa\@empty
\addtocounter{zzu@bookmark}\@ne
\pdfbookmark[0]{#2}{zzuchapter.\thezzu@bookmark}
\else
\addcontentsline{toc}{chapter}{#1}
\fi
\chapter*{#2}
\ifx\@tmpb\@empty
\@mkboth{#2}{#2}
\else
\@mkboth{#3}{#3}
\fi}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 目录及图表清单
%% 目录利用titletoc宏包对目录进行定制
%%
%% 各章目录:宋体14磅,单倍行距,段前6磅,段后0磅
%% 两端对齐,页码右对齐
%% 一级标题:宋体12磅,单倍行距,段前6磅,段后0磅
%% 左缩进2字符,两端对齐,页码右对齐
%% 二级标题:宋体10.5磅,单倍行距,段前6磅,段后0磅
%% 左缩进4字符,两端对齐,页码右对齐
%% 图和附表清单:宋体10.5磅,行距16磅
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setcounter{secnumdepth}{3}%章节编号深度:4
\setcounter{tocdepth}{2}%目录深度:2
\renewcommand\tableofcontents{%
\zzu@chapter*[]{\contentsname}
\@starttoc{toc}\normalsize}
\renewcommand\listoffigures{%本科无图和附表清单
\ifzzu@bachelor\relax\else
\zzu@chapter*[]{\listfigurename}
\@starttoc{lof}\fi}
\renewcommand\listoftables{%
\ifzzu@bachelor\relax\else
\zzu@chapter*[]{\listtablename}
\@starttoc{lot}\fi}
\titlecontents{chapter}[\z@]{\vspace{6bp}\sihao[1]}
{{\thecontentslabel}\quad}{}
{\hspace{.5em}\titlerule*{.}\xiaosi\contentspage}
\titlecontents{section}[2\ccwd]{\vspace{6bp} \xiaosi[1]}
{\thecontentslabel\quad}{}
{\hspace{.5em}\titlerule*{.}\xiaosi\contentspage}
\titlecontents{subsection}[4\ccwd]{\vspace{6bp} \wuhao[1]}
{\thecontentslabel\quad}{}
{\hspace{.5em}\titlerule*{.}\xiaosi\contentspage}
\titlecontents{figure}[\z@]{\wuhao[1.524]}%10.5bp,16bp
{\makebox[3.5em][l]{\figurename~\thecontentslabel\quad}}{}
{\hspace{.5em}\titlerule*{.}\contentspage}
\titlecontents{table}[\z@]{\wuhao[1.524]}%10.5bp,16bp
{\makebox[3.5em][l]{\tablename~\thecontentslabel\quad}}{}
{\hspace{.5em}\titlerule*{.}\contentspage}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 封面
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\zzu@def@term#1{%定义封面的一些替换命令
\expandafter\gdef\csname #1\endcsname##1{%
\expandafter\gdef\csname zzu@#1\endcsname{##1}}
\csname #1\endcsname{}}
\zzu@def@term{schoolcode}
\zzu@def@term{id}
\zzu@def@term{secretlevel}
\zzu@def@term{protitle}
\zzu@def@term{ctitle}
\zzu@def@term{cauthor}
\zzu@def@term{stuno}
\zzu@def@term{csupervisor}
\zzu@def@term{csubject}
\zzu@def@term{cmajor}
\zzu@def@term{cdepartment}
\zzu@def@term{cdate}
\zzu@def@term{submitdate}
\zzu@def@term{etitle}
\zzu@def@term{eauthor}
\zzu@def@term{esupervisor}
\zzu@def@term{emajor}
\zzu@def@term{edepartment}
\zzu@def@term{edate}
\ifzzu@bachelor
\submitdate{\CJK@todaysmall}%
\cdate{\CJK@todaysmall}%
\else
\cdate{\CJK@todaysmall@short}%
\fi
\edate{\ifcase \month \or January\or February\or March\or April\or May%
\or June\or July \or August\or September\or October\or November
\or December\fi\unskip,\ \ \the\year}
\newcommand\zzu@underline[2][6em]{%
\hskip\p@\underline{\hb@xt@ #1{\hss#2\hss}}\hskip3\p@}
\newlength{\zzu@title@width}
\def\zzu@put@title#1{\makebox{\hb@xt@\zzu@title@width{#1}}}
\newcommand{\zzu@first@titlepage}{%论文中文封面
\thispagestyle{zzu@empty}
\begin{center}
\ifzzu@bachelor%%本科毕业论文
\vspace*{2.4cm}
{\includegraphics{zzubachelor}}
\par\vskip2.4cm
\hspace*{1cm}\sffamily\sanhao\zzu@bachelor@title@pre\zzu@title@sep
\parbox[t]{10cm}{%
\setbox0=\hbox{{\sanhao[1.55]\zzu@ctitle}}
\begin{picture}(0,0)(0,0)
\setlength\unitlength{1cm}
\linethickness{.5\p@}
\put(0,-0.25){\line(1,0){10}}
\ifdim\wd0>10cm
\put(0,-1.12){\line(1,0){10}}
\fi
\end{picture}%
\ignorespaces\sanhao[1.55]\zzu@ctitle\par
\setbox0=\hbox{{\sanhao[1.55]\zzu@etitle}}
\begin{picture}(0,0)(0,0)
\setlength\unitlength{1cm}
\linethickness{.5\p@}
\put(0,-0.25){\line(1,0){10}}
\ifdim\wd0>10cm
\put(0,-1.12){\line(1,0){10}}
\fi
\end{picture}%
\ignorespaces\sanhao[1.55]\zzu@etitle\par
\vskip.5cm
\setlength{\zzu@title@width}{2.8cm}
\zzu@put@title{\zzu@supervisor@title\zzu@title@sep}%
\zzu@underline[3cm]{\hfill\zzu@csupervisor\hfill}\hfill
\setlength{\zzu@title@width}{1.8cm}
\zzu@put@title{\zzu@protitle@title\zzu@title@sep}%
\zzu@underline[2cm]{\hfill\zzu@protitle\hfill}}\par
\vspace*{\stretch{1}}
\hspace*{0.8cm}\parbox[t][4.0cm][t]{22em}{{\xiaosan[1.8]\rmfamily
\setlength{\zzu@title@width}{4\ccwd}
\zzu@put@title{\zzu@author@title}\zzu@title@sep%
\zzu@underline[6em]{\zzu@cauthor}\hspace*{8bp}
\zzu@stuno@title\zzu@title@sep\zzu@underline[8em]{\zzu@stuno}\par
\zzu@put@title{\zzu@major@title}\zzu@title@sep%
\zzu@underline[18em]{\zzu@cmajor}\par
\zzu@put@title{\zzu@department@title}\zzu@title@sep%
\zzu@underline[18em]{\zzu@cdepartment}\par
\zzu@put@title{\zzu@cdate@title}\zzu@title@sep%
\zzu@underline[18em]{\zzu@cdate}\par}}
\vspace*{\stretch{1}}
\begin{center}
{\xiaosan\rmfamily\zzu@submitdate}
\end{center}
\else%研究生学位论文
\noindent\begin{minipage}{.49\textwidth}
\begin{flushleft}
\includegraphics[width=3.35cm]{zzulogo}
\end{flushleft}
\end{minipage}
\hfill
\noindent\begin{minipage}{.49\textwidth}
\begin{flushright}
\kaishu\sihao
\setlength{\zzu@title@width}{6em}
\begin{tabular}{p{\zzu@title@width}@{~}l}
\zzu@put@title{\zzu@schoolcode@title} &
\zzu@underline[9em]{\zzu@schoolcode}\\[1ex]
\zzu@put@title{\zzu@id@title} &
\zzu@underline[9em]{\zzu@id}\\[1ex]
\zzu@put@title{\zzu@secretlevel@title} &
\zzu@underline[9em]{\zzu@secretlevel}\\
\end{tabular}
\end{flushright}
\end{minipage}
\vskip \stretch{1}
\begin{center}
{\includegraphics{zzu}}
\par\vskip.6cm
{\ziju{0.5}\xiaochu\sffamily\zzu@subtitle}
\vskip \stretch{1}
\kaishu\erhao[1.5] \zzu@ctitle
\vskip \stretch{1}
\setlength{\zzu@title@width}{4\ccwd}
\kaishu\sanhao[1.25]
\def\tabcolsep{\p@}%\tabcolsep:tabular环境中两列标准间隔的一半
\def\arraystretch{1.5}%\arraystretch表格行距的缩放比例因子(缺省为1)
\begin{tabular}{p{\zzu@title@width}l@{}l}
\zzu@put@title{\zzu@author@title} & \zzu@title@sep &
\zzu@underline[150pt]{\zzu@cauthor}
\\
\zzu@put@title{\zzu@supervisor@title} & \zzu@title@sep &
\zzu@underline[150pt]{\zzu@csupervisor\hspace{\ccwd}\zzu@protitle}
\\
\zzu@put@title{\zzu@subject@title} & \zzu@title@sep &
\zzu@underline[150pt]{\zzu@csubject}
\\
\zzu@put@title{\zzu@major@title} & \zzu@title@sep &
\zzu@underline[150pt]{\zzu@cmajor}
\\
\ifzzu@doctor\else
\zzu@put@title{\zzu@department@title} & \zzu@title@sep &
\zzu@underline[150pt]{\zzu@cdepartment}
\\
\fi
\zzu@put@title{\zzu@cdate@title} & \zzu@title@sep &
\zzu@underline[150pt]{\zzu@cdate}
\end{tabular}\\
\vskip \stretch{1}
\end{center}
\fi
\end{center}} % end of titlepage
\newcommand{\zzu@engcover}{%硕士和博士论文英文封面
\thispagestyle{zzu@empty}
\vspace*{1cm}
\begin{center}
\parbox[t][5.8cm][t]{\paperwidth-7.2cm}{
\renewcommand{\baselinestretch}{1.5}
\ifzzu@master
\begin{center}
\sanhao A thesis submitted to\\
{\bfseries Zhengzhou University}\\
for the degree of Master\\
\end{center}
\else
\begin{center}
\sanhao A dissertation submitted to\\
{\bfseries Zhengzhou University}\\
for the degree of Doctor\\
\end{center}
\fi}
\vskip \stretch{1}
\parbox[t][5.2cm][t]{\paperwidth-7.2cm}{
\renewcommand{\baselinestretch}{1.5}
\begin{center}
\sanhao\bfseries\zzu@etitle
\end{center}}
\vskip \stretch{2}
\parbox[t][3.6cm][b]{\paperwidth-7.2cm}{
\renewcommand{\baselinestretch}{1.5}
\begin{center}
\sanhao
By\quad{}\zzu@eauthor\par
Supervisor :\quad\zzu@esupervisor\par
\zzu@emajor\par
\zzu@edepartment\par
\zzu@edate
\end{center}}
\vfill
\end{center}}
\newcommand{\zzu@declarename}{学位论文原创性声明}
\newcommand{\zzu@authtitle}{学位论文使用授权声明}
\newcommand{\zzu@authorsig}{学位论文作者:}
\newcommand{\zzu@declaretext}{\hspace{2\ccwd}
本人郑重声明:所呈交的学位论文,是本人在导师的指导下,独立进行研究所取得的成果
。除文中已经注明引用的内容外,本论文不包含任何其他个人或集体已经发表或撰写过的
科研成果。对本文的研究做出重要贡献的个人和集体,均已在文中以明确方式标明。本声
明的法律责任由本人承担。}
\newcommand{\zzu@declaredate}{日\hspace{\ccwd} 期:\hspace{4\ccwd} 年\hspace{2\ccwd} 月\hspace{2\ccwd} 日}
\newcommand{\zzu@authorization}{\hspace{2\ccwd}
本人在导师指导下完成的论文及相关的职务作品,知识产权归属郑州大学。根据郑州大学
有关保留、使用学位论文的规定,同意学校保留或向国家有关部门或机构送交论文的复印
件和电子版,允许论文被查阅和借阅;本人授权郑州大学可以将本学位论文的全部或部分
编入有关数据库进行检索,可以采用影印、缩印或其他复制手段保存论文和汇编本学位论
文。本人离校后发表、使用学位论文或与该学位论文直接相关的学术论文或成果时,第一
署名单位仍然为郑州大学。保密论文在解密后应遵守此规定。}
\newcommand{\zzu@authdate}{日\hspace{\ccwd} 期:\hspace{4\ccwd} 年\hspace{2\ccwd} 月\hspace{2\ccwd} 日}
\newcommand{\zzu@authorization@mk}{%原创性声明及授权声明
\thispagestyle{zzu@empty}
\vspace*{\stretch{1}}
\begin{center}
\sffamily\sanhao \zzu@declarename
\end{center}
\vskip 20pt
\xiaosi[2]\zzu@declaretext
\vskip 20pt
\zzu@authorsig\hfill\zzu@declaredate\hspace*{2\ccwd}
\vspace*{\stretch{2}}
\begin{center}
\sffamily\sanhao \zzu@authtitle
\end{center}
\vskip 20pt
\xiaosi[2]\zzu@authorization
\vskip 20pt
\zzu@authorsig\hfill\zzu@authdate\hspace*{2\ccwd}
\vspace*{\stretch{2}}}
\def\zzu@setup@pdfinfo{%pdf文档信息
\hypersetup{%
pdftitle={\zzu@ctitle},
pdfauthor={\zzu@cauthor},
pdfsubject={\zzu@schoolname\zzu@subtitle},
pdfkeywords={\zzu@ckeywords},
pdfcreator={\zzuthesis-v\version}}}
\newcommand{\makecover}{%制作封面
\zzu@setup@pdfinfo
\phantomsection
\pdfbookmark[-1]{\zzu@ctitle}{ctitle}
\normalsize%
\begin{titlepage}
\zzu@first@titlepage
\ifzzu@bachelor\clearpage
\else
\ifzzu@doctor\cleardoublepage\else\clearpage\fi
\zzu@engcover
\ifzzu@doctor\cleardoublepage\else\clearpage\fi
\zzu@authorization@mk
\fi%
\end{titlepage}
\normalsize
\zzu@makeabstract
\let\@tabular\zzu@tabular
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 中英文摘要及关键词
%% 中文摘要部分的标题为"摘要"(本科为"中文摘要",黑体三号字)
%% 关键词之间空两个汉字符宽度,悬挂缩进
%% 英文摘要部分的标题为 Abstract,用 Arial 体三号字
%% 关键词之间空四个英文字符宽度,悬挂缩进
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\zzu@@cabstract}[1]{\long\gdef\zzu@cabstract{#1}}
\newenvironment{cabstract}{\Collect@Body\zzu@@cabstract}{}
\newcommand{\zzu@@eabstract}[1]{\long\gdef\zzu@eabstract{#1}}
\newenvironment{eabstract}{\Collect@Body\zzu@@eabstract}{}
\def\zzu@parse@keywords#1{
\define@key{zzu}{#1}{\csname #1\endcsname{##1}}
\expandafter\gdef\csname zzu@#1\endcsname{}
\expandafter\gdef\csname #1\endcsname##1{
\@for\reserved@a:=##1\do{
\expandafter\ifx\csname zzu@#1\endcsname\@empty\else
\expandafter\g@addto@macro\csname zzu@#1\endcsname{%
\ignorespaces\csname zzu@#1@separator\endcsname}
\fi
\expandafter\expandafter\expandafter\g@addto@macro%
\expandafter\csname zzu@#1\expandafter\endcsname\expandafter{\reserved@a}}}}
\zzu@parse@keywords{ckeywords}
\zzu@parse@keywords{ekeywords}
\newbox\zzu@kw
\newcommand\zzu@put@keywords[2]{%
\begingroup
\setbox\zzu@kw=\hbox{#1}
\ifzzu@bachelor\indent\else\noindent\hangindent\wd\zzu@kw\hangafter1\fi%
\box\zzu@kw#2\par
\endgroup}
\newcommand{\zzu@makeabstract}{%
\ifzzu@doctor\cleardoublepage\else\clearpage\fi
\zzu@chapter*[]{\cabstractname} % no tocline
\pagestyle{zzu@headings}
\pagenumbering{Roman}
\zzu@cabstract
\vskip12bp
\zzu@put@keywords{\textbf\zzu@ckeywords@title}{\zzu@ckeywords}
\zzu@chapter*[]{\eabstractname} % no tocline
\zzu@eabstract
\vskip12bp
\zzu@put@keywords{%
\textbf{\ifzzu@bachelor Keywords:\else Key Words:\fi\enskip}}{\zzu@ekeywords}%
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 主要符号对照表
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newenvironment{denotation}[1][2.5cm]{
\ifzzu@doctor\cleardoublepage\else\clearpage\fi
\zzu@chapter*[]{\zzu@denotation@name}
\noindent\begin{list}{}%
{\vskip-30bp\wuhao[1.524]%宋体五号(10.5磅),行距16磅
\renewcommand\makelabel[1]{##1\hfil}
\setlength{\labelwidth}{#1}%标签盒子宽度
\setlength{\labelsep}{0.5cm}%标签与列表文本距离
\setlength{\itemindent}{0cm}%标签缩进量
\setlength{\leftmargin}{\labelwidth+\labelsep}%左边界
\setlength{\rightmargin}{0cm}
\setlength{\parsep}{0cm}%段落间距
\setlength{\itemsep}{0cm}%标签间距
\setlength{\listparindent}{0cm}%段落缩进量
\setlength{\topsep}{\z@}%标签与上文的间距
}}{\end{list}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 致谢
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newenvironment{ack}{%
\ifzzu@doctor\cleardoublepage\else\clearpage\fi
\zzu@chapter*{\zzu@ackname}
\fangsong\xiaosi[1.524]%仿宋五号,固定行距16磅
}{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 综述
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newenvironment{review}{%
\ifzzu@doctor\cleardoublepage\else\clearpage\fi
\ctexset{chapter/format+=\raggedright}
\zzu@chapter*{\zzu@review@title}
\begin{center}
\sanhao[1.55]
\zzu@ctitle \\
综述 \zzu@cauthor\hspace{2em} 审校 \zzu@csupervisor
\end{center}
\fangsong\xiaosi[1.524]%仿宋五号,固定行距16磅
}{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 参考文献环境
%% 1. 文献作者不超过3位时,全部列出;超过时只列前3位,后面加“等”或相应外文;
%% 2. 作者姓名之间用“,”分开,建议根据《中国高校自然科学学报编排规范》的要求
%% 书写参考文献,并按引用顺序将其附于文末,该规范建议根据国标书写参考文献。
%% 3. 引用参考文献的位置,上标标注[参考文献序号]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\bibpunct{[}{]}{,}{s}{}{,}
\renewcommand\NAT@citesuper[3]{\ifNAT@swa%
\unskip\kern\p@\textsuperscript{\NAT@@open #1\NAT@@close}%
\if*#3*\else\ (#3)\fi\else #1\fi\endgroup}
\DeclareRobustCommand\onlinecite{\@onlinecite}
\def\@onlinecite#1{\begingroup\let\@cite\NAT@citenum\citep{#1}\endgroup}
\renewenvironment{thebibliography}[1]{%
\zzu@chapter*{\bibname}%
\wuhao[1.524]%宋体五号,行距16磅
\list{\@biblabel{\@arabic\c@enumiv}}%
{\renewcommand{\makelabel}[1]{##1\hfill}
\settowidth\labelwidth{1.1cm}
\setlength{\labelsep}{0.4em}
\setlength{\itemindent}{\z@}
\setlength{\leftmargin}{\labelwidth+\labelsep}
\addtolength{\itemsep}{-0.7em}
\usecounter{enumiv}%
\let\p@enumiv\@empty
\renewcommand\theenumiv{\@arabic\c@enumiv}}%
\sloppy\frenchspacing
\clubpenalty4000
\@clubpenalty \clubpenalty
\widowpenalty4000%
\interlinepenalty4000%
\sfcode`\.\@m}
{\def\@noitemerr
{\@latex@warning{Empty `thebibliography' environment}}%
\endlist\frenchspacing}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 附录
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\let\zzu@appendix\appendix
\renewenvironment{appendix}{%
\zzu@appendix
\gdef\@chapapp{\appendixname~\thechapter}
\renewcommand\theequation{%
\ifnum \c@chapter>\z@ \thechapter\fi\@arabic\c@equation}
}{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 个人简历、在学期间发表的学术论文及研究成果
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newenvironment{resume}[1][\zzu@resume@title]{%
\zzu@chapter*{#1}\wuhao[1.524]}{}
\newcommand{\resumeitem}[1]{\vspace{2em}{\sihao\sffamily{#1}}\vspace{.5em}\par}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 延迟的代码 (Delaying code)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\AtEndOfClass{\sloppy}
\endinput
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% End of file `zzuthesis.cls'.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%