-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathustcthesis.cls
914 lines (863 loc) · 35.6 KB
/
ustcthesis.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
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
%
% University of Science and Technology of China Thesis Template
% For Bachelor Master and Doctor
%
% Version
% Beta
% Created
% 2014.03.26 by ywg@USTC
% Last Modified
% 2016.02.24 by ywg@USTC
%
% $Id$
%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{ustcthesis}[2014/03/26 USTCthesis document class. Created: 2014.03.26 by ywg@USTC, Last Modified: 2015.03.17 by ywg@USTC]
%Dew class options
\newif\ifustc@basic\ustc@basicfalse
\newif\ifustc@oldfontcfg\ustc@oldfontcfgfalse
\newif\ifustc@master\ustc@masterfalse
\newif\ifustc@doctor\ustc@doctorfalse
\newif\ifustc@bachelor\ustc@bachelorfalse
\newif\ifustc@adobefont\ustc@adobefontfalse
\newif\ifustc@macfont\ustc@macfontfalse
\newif\ifustc@euler\ustc@eulerfalse
\newif\ifustc@notchinese\ustc@notchinesefalse
%Define new commands
\def\ustc@define@term#1{
\expandafter\gdef\csname #1\endcsname##1{%
\expandafter\gdef\csname ustc@#1\endcsname{##1}}
\csname #1\endcsname{}}
%By default, the template will load the extra pack which includes some commonly used packages and macros. Use `basic' option to load necessary/basic packages in case of compatibility problems.
\DeclareOption{basic}{\ustc@basictrue}
%CTeX has its own font configurations so that it is unnecessary to define font family by user. Those who want to use old font configurations of former ustcthesis should use `oldfontcfg' option.
\DeclareOption{oldfontcfg}{\ustc@oldfontcfgtrue}
%Dissertation categories - use only one option at a time, never try to use more than one options.
\DeclareOption{master}{\ustc@mastertrue}
\DeclareOption{doctor}{\ustc@doctortrue}
\DeclareOption{bachelor}{\ustc@bachelortrue}
%For English and/or other language users
\DeclareOption{notchinese}{\ustc@notchinesetrue}
%Use Euler math font
\DeclareOption{euler}{\ustc@eulertrue}
%Enhance compatibility
\DeclareOption{adobefonts}{\ustc@adobefonttrue\PassOptionsToClass{adobefonts}{ctexbook}}
\DeclareOption{adobefont}{\ustc@adobefonttrue\PassOptionsToClass{adobefonts}{ctexbook}}
\DeclareOption{macfonts}{\ustc@macfonttrue\PassOptionsToClass{nofonts}{ctexbook}}
%Pass all unprocessed/unknown options to ctexbook. If a wrong option is specified, perhaps ctexbook will throw an error.
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{ctexbook}}
\ProcessOptions
\LoadClass[cs4size,a4paper,fancyhdr,fntef]{ctexbook}
%Minimum xeCJK version:3.2.10, date:2014/03/01
%CheckSingle选项的作用是防止孤字成行,这是一个排版的重要细节。
%xeCJK不知道哪个版本更新后由CJKchecksingle换成了CheckSingle,导致了之前的BUG。对于较旧的版本,但愿CJKchecksingle不会报错。
%不再鼓励使用$$...$$的方式输入公式,可能会引起奇怪的问题
%如果一定要用$$...$$输入公式。请在更新到上述版本后加入PlainEquation选项。
\@ifpackagelater{xeCJK}{2014/03/01}{\xeCJKsetup{CheckSingle=true}}{\xeCJKsetup{CJKchecksingle=true}}
%Check if extra pack should be used.
\ifustc@basic\relax\else\input{ustcxtra.cls}\relax\fi
% Alter some LaTeX defaults for better treatment of figures:
% See p.105 of "TeX Unbound" for suggested values.
% See pp. 199-200 of Lamport's "LaTeX" book for details.
% General parameters, for ALL pages:
\renewcommand{\topfraction}{0.9} % max fraction of floats at top
\renewcommand{\bottomfraction}{0.8} % max fraction of floats at bottom
% Parameters for TEXT pages (not float pages):
\setcounter{topnumber}{2}
\setcounter{bottomnumber}{2}
\setcounter{totalnumber}{4} % 2 may work better
\setcounter{dbltopnumber}{2} % for 2-column pages
\renewcommand{\dbltopfraction}{0.9} % fit big float above 2-col. text
\renewcommand{\textfraction}{0.07} % allow minimal text w. figs
% Parameters for FLOAT pages (not text pages):
\renewcommand{\floatpagefraction}{0.7} % require fuller float pages
% N.B.: floatpagefraction MUST be less than topfraction !!
\renewcommand{\dblfloatpagefraction}{0.7} % require fuller float pages
%remember to use [htp] or [htpb] for placement
%Check if user has specified one dissertation option.
\ifustc@master\relax\else
\ifustc@doctor\relax\else
\ifustc@bachelor\relax\else
\ClassError{USTCthesis}{You have to specify one of thesis options: bachelor, master or doctor.}{}
\fi
\fi
\fi
%Ensure only one dissertation option is specified.
\newcommand\ustc@error{\ClassError{USTCthesis}{You can ONLY specify ONE KEY option: bachelor, master or doctor!}{}}
\ifustc@doctor
\ifustc@master
\ustc@error
\else
\ifustc@bachelor
\ustc@error
\fi
\fi
\else
\ifustc@master
\ifustc@bachelor
\ustc@error
\fi
\fi
\fi
%load basic packages
\RequirePackage{amsmath,amsthm,amsfonts,amssymb,bm}
\RequirePackage{titletoc}
\RequirePackage{titlesec}
\RequirePackage[
left=3.17cm,
right=3.17cm,
top=2.54cm,
bottom=2.54cm,
headsep=0.25cm,
headheight=1.5cm,
footskip=0.79cm,
% showframe%uncomment this if you want to check the page setup.
]{geometry}
\RequirePackage{multicol}
\RequirePackage{multirow}
\RequirePackage{hyperref}
\pdfstringdefDisableCommands{\def\and{and }}
\hypersetup{
CJKbookmarks=true,%
bookmarksnumbered=true,%
bookmarksopen=true,
breaklinks=true,
colorlinks=true,%
linkcolor=black,%
citecolor=black,%
plainpages=false,%
pdfstartview=FitH,}
\AtBeginDocument{\hypersetup{%
pdftitle={\ustc@title,\ustc@entitle},%
pdfauthor={\ustc@author,\ustc@enauthor},%
pdfkeywords={},%Either put keywords here or not, as you wish.
pdfcreator={LaTeX with hyperref package, using USTC LaTeX Thesis Template for Bachelor, Master and Doctor}}}
\RequirePackage[numbers,sort&compress,square]{natbib}
\def\bibfont{\wuhao}
\setlength{\bibsep}{0pt plus1pt minus1pt}
\setlength{\bibhang}{2\ccwd}%Applied only to author-year style
\RequirePackage[format=hang,labelsep=quad]{caption}
\DeclareCaptionFont{c5size}{\wuhao}
\captionsetup{labelfont={c5size,bf}}
\captionsetup{textfont=c5size}
%Chinese font size
\newcommand{\chuhao} {\fontsize{42pt} {\baselineskip}\selectfont}
\newcommand{\xiaochu} {\fontsize{36pt} {\baselineskip}\selectfont}
\newcommand{\xiaochuhao}{\fontsize{36pt} {\baselineskip}\selectfont}
\newcommand{\yihao} {\fontsize{28pt} {\baselineskip}\selectfont}
\newcommand{\erhao} {\fontsize{21pt} {\baselineskip}\selectfont}
\newcommand{\xiaoer} {\fontsize{18pt} {\baselineskip}\selectfont}
\newcommand{\xiaoerhao} {\fontsize{18pt} {\baselineskip}\selectfont}
\newcommand{\sanhao} {\fontsize{15.75pt}{\baselineskip}\selectfont}
\newcommand{\xiaosan} {\fontsize{15pt} {\baselineskip}\selectfont}
\newcommand{\xiaosanhao}{\fontsize{15pt} {\baselineskip}\selectfont}
\newcommand{\sihao} {\fontsize{14pt} {\baselineskip}\selectfont}
\newcommand{\xiaosi} {\fontsize{12pt} {\baselineskip}\selectfont}
\newcommand{\xiaosihao} {\fontsize{12pt} {\baselineskip}\selectfont}
\newcommand{\wuhao} {\fontsize{10.5pt} {\baselineskip}\selectfont}
\newcommand{\xiaowu} {\fontsize{9pt} {\baselineskip}\selectfont}
\newcommand{\xiaowuhao} {\fontsize{9pt} {\baselineskip}\selectfont}
\newcommand{\liuhao} {\fontsize{7.875pt}{\baselineskip}\selectfont}
\newcommand{\qihao} {\fontsize{5.25pt} {\baselineskip}\selectfont}
%Define font for vertical typesetting.
\ifustc@adobefont
\setCJKfamilyfont{verthei}[RawFeature={vertical:}]{Adobe Heiti Std}\relax
\else
\ifustc@macfont
\setCJKfamilyfont{verthei}[RawFeature={vertical:}]{Heiti SC}\relax
\else
\setCJKfamilyfont{verthei}[RawFeature={vertical:}]{SimHei}\relax
\fi
\fi
\newcommand{\ustc@verthei}{\CJKfamily{verthei}}
\ifustc@macfont
\setCJKmainfont[BoldFont={Heiti SC}, ItalicFont={Kaiti SC}]{Songti SC}
\setCJKsansfont{Heiti SC}
\setCJKmonofont{STFangsong}
\setCJKfamilyfont{song}{Songti Sc}
\setCJKfamilyfont{hei}{Heiti SC}
\setCJKfamilyfont{kai}{Kaiti SC}
\setCJKfamilyfont{fs}{STFangsong}
\fi
%Set section numbering to subsubsection
\setcounter{secnumdepth}{3}
%Set numbering style to X.X
\numberwithin{equation}{chapter}
\numberwithin{figure}{chapter}
\numberwithin{table}{chapter}
%Old configurations which should not be used
%\titleformat{\section}{\flushleft\hei\sihao}{\thesection}{1em}{}
%\titleformat{\subsection}{\flushleft\hei\xiaosi}{\thesubsection}{1em}{}
%\titleformat{\subsubsection}{\flushleft\hei\wuhao}{\thesubsubsection}{1em}{}
%\renewcommand\chaptername{第\,\chinese{chapter}\,章}
%\titleformat{\chapter}{\centering\sanhao\hei}{\chaptername}{1em}{}
%\titlespacing{\chapter}{0cm}{.5cm}{1.5cm} %left above below
%\titlespacing{\chapter}{0cm}{0pt}{0pt} %left above below
%Title setup
\CTEXsetup[format={\centering}]{chapter}%规定16pt,三号为15.75pt
\CTEXsetup[nameformat={\bfseries\sanhao}]{chapter}
\CTEXsetup[titleformat={\bfseries\sanhao}]{chapter}
\CTEXsetup[beforeskip={0pt}]{chapter}
\CTEXsetup[afterskip={18pt}]{chapter}
\CTEXsetup[format={\flushleft\bfseries\sihao}]{section}%规定14pt,即四号
\CTEXsetup[format={\flushleft\bfseries\fontsize{13pt}\baselineskip}]{subsection}%规定13pt
\CTEXsetup[format={\flushleft\bfseries\xiaosihao}]{subsubsection}%规定12pt,即小四号
\ifustc@notchinese
\CTEXsetup[name={Part\space,}]{part}
\CTEXsetup[name={Chapter\space,}]{chapter}
\CTEXsetup[number={\Roman{part}}]{part}
\CTEXsetup[number={\arabic{chapter}}]{chapter}
\CTEXsetup[name={Appendix\space}]{appendix}
\CTEXoptions[contentsname={Table of Contents}]
\CTEXoptions[listfigurename={List of Figures}]
\CTEXoptions[listtablename={List of Tables}]
\CTEXoptions[figurename={Figure}]
\CTEXoptions[tablename={Table}]
\CTEXoptions[indexname={Indexes}]
\CTEXoptions[bibname={References}]
\else
\relax
\fi
%Define new commands for List of Figures/Tables
\ustc@define@term{ustclofname}
\ustc@define@term{ustclotname}
\ifustc@notchinese
\ustclofname{List of Figures}
\ustclotname{List of Tables}
\else
\ustclofname{插图索引}
\ustclotname{表格索引}
\fi
\CTEXoptions[listfigurename={\ustc@ustclofname}]
\CTEXoptions[listtablename={\ustc@ustclotname}]
\newcommand\ustclot{\cleardoublepage\phantomsection\addcontentsline{toc}{chapter}{\ustc@ustclotname}\listoftables}
\newcommand\ustclof{\cleardoublepage\phantomsection\addcontentsline{toc}{chapter}{\ustc@ustclofname}\listoffigures}
%New mathematical environments
\ifustc@notchinese
\newtheorem{theorem}{\textbf{\hspace{0.7cm}Theorem}}[section]
\newtheorem{lemma}{\textbf{\hspace{0.7cm}Lemma}}[section]
\newtheorem{example}{\textbf{\hspace{0.7cm}Example}}[section]
\newtheorem{definition}{\textbf{\hspace{0.7cm}Definition}}[section]
\newtheorem{axiom}{\textbf{\hspace{0.7cm}Axiom}}[section]
\newtheorem{property}{\textbf{\hspace{0.7cm}Property}}[section]
\newtheorem{proposition}{\textbf{\hspace{0.7cm}Proposition}}[section]
\newtheorem{corollary}{\textbf{\hspace{0.7cm}Corollary}}[section]
\newtheorem{remark}{\textbf{\hspace{0.7cm}Remark}}[section]
\newtheorem{condition}{\textbf{\hspace{0.7cm}Condition}}[section]
\newtheorem{conclusion}{\textbf{\hspace{0.7cm}Conclusion}}[section]
\newtheorem{assumption}{\textbf{\hspace{0.7cm}Assumption}}[section]
\newtheorem{prove}{\textbf{\hspace{0.7cm}Prove}}[section]
\renewcommand{\proofname}{Proof}
\renewcommand\appendixname{Appendix}
%New autorefname
\def\equationautorefname{Equation}
\def\footnoteautorefname{Footnote}
\def\itemautorefname{Item}
\def\figureautorefname{Figure}
\def\subfigureautorefname{Figure}
\def\tableautorefname{Table}
\def\partautorefname{Part}
\def\appendixautorefname{Appendix}
\def\chapterautorefname{Chapter}
\def\sectionautorefname{Section}
\def\subsectionautorefname{Subsection}
\def\theoremautorefname{Theorem}
\def\assumptionautorefname{Assumption}
\def\propertyautorefname{Property}
\else
\newtheorem{theorem}{\textbf{\hspace{0.7cm}定理}}[section]
\newtheorem{lemma}{\textbf{\hspace{0.7cm}引理}}[section]
\newtheorem{example}{\textbf{\hspace{0.7cm}例}}[section]
\newtheorem{definition}{\textbf{\hspace{0.7cm}定义}}[section]
\newtheorem{axiom}{\textbf{\hspace{0.7cm}公理}}[section]
\newtheorem{property}{\textbf{\hspace{0.7cm}性质}}[section]
\newtheorem{proposition}{\textbf{\hspace{0.7cm}命题}}[section]
\newtheorem{corollary}{\textbf{\hspace{0.7cm}推论}}[section]
\newtheorem{remark}{\textbf{\hspace{0.7cm}注解}}[section]
\newtheorem{condition}{\textbf{\hspace{0.7cm}条件}}[section]
\newtheorem{conclusion}{\textbf{\hspace{0.7cm}结论}}[section]
\newtheorem{assumption}{\textbf{\hspace{0.7cm}假设}}[section]
\newtheorem{prove}{\textbf{\hspace{0.7cm}证明}}[section]
\renewcommand{\proofname}{证明}
\renewcommand\appendixname{附录}
%New autorefname
\def\equationautorefname{式}
\def\footnoteautorefname{脚注}
\def\itemautorefname{项}
\def\figureautorefname{图}
\def\subfigureautorefname{图}
\def\tableautorefname{表}
\def\partautorefname{篇}
\def\appendixautorefname{附录}
\def\chapterautorefname{章}
\def\sectionautorefname{节}
\def\subsectionautorefname{小节}
\def\theoremautorefname{定理}
\def\assumptionautorefname{假设}
\def\propertyautorefname{性质}
\fi
%Line and par setup
%It seems unnecessary since CTeX has already set the \baselinestretch etc.
%\renewcommand\baselinestretch{1.4}
\newcommand\ustc@underline[2][6em]{\hskip1pt\underline{\hb@xt@ #1{\hss#2\hss}}\hskip3pt}
\setlength{\parskip}{0pt plus3pt minus0pt}%{1ex plus1.5ex minus0.5ex}%{0.5\baselineskip}%{1.5pt plus1pt minus1pt}
\setlength{\parindent}{2\ccwd}
%\setlength{\parskip}{3pt plus1pt minus2pt}
%\setlength{\baselineskip}{22pt plus1pt minus1pt}
%\setlength{\textheight}{21true cm}
%\setlength{\headsep}{1 cm}
%\setlength{\textwidth}{14.5true cm}
%\setlength{\belowcaptionskip}{5pt}
%Title page setup
\newcommand\USTCHUGE{\fontsize{56}{67.2}\selectfont}%中文扉页第二行
\newcommand\USTCLARGE{\fontsize{26}{30}\selectfont}%英文扉页第二行
\newcommand\USTCLarge{\fontsize{20}{30}\selectfont}%英文扉页第一行
\newcommand\USTCTspace{\protect\CTEX@spaceChar}
\def\cleardoublepage{\clearpage\if@twoside \ifodd\c@page\else
\thispagestyle{empty}%
\hbox{}\newpage\if@twocolumn\hbox{}\newpage\fi\fi\fi}
% !! Never try to set this value greater than 0.7.
% !! This value has already set previously. So, leave it here as a reminder.
%\renewcommand{\floatpagefraction}{0.80}
%Information used for title page and book spine
\renewcommand\title[1]{\def\ustc@title{#1}}
\renewcommand\author[1]{\def\ustc@author{#1}}
\ustc@define@term{advisor}
\ustc@define@term{coadvisor}
\ustc@define@term{major}%硕士博士论文适用专业全称,不可用缩写。本科论文不需要此项 Not used in bachelor thesis. For master and doctor thesis, use full name -- NEVER use abbr.
\ustc@define@term{submitdate}
\ustc@define@term{depart}%硕士博士论文用院系代号,仅用于书脊。本科论文用院系全称,仅用于扉页 For bachelor use full name(only used in title page). Currently unused for master and doctor
%English
\ustc@define@term{entitle}
\ustc@define@term{enauthor}
\ustc@define@term{enadvisor}
\ustc@define@term{encoadvisor}
\ustc@define@term{ensubmitdate}
\ustc@define@term{enmajor}
\ustc@define@term{endepart}%本科论文用院系全称,仅用于扉页。硕博暂时没有用 For bachelor use full name(only used in title page). Currently unused for master and doctor
%Other language strings
\ustc@define@term{otherustcstr}%A translation of `University of Science and Technology of China' in your language
\ustc@define@term{otherthesisstr}%A translation of `A dissertation for doctor's degree' in your language
\ustc@define@term{otherauthorstr}%A translation of `Author' in your language
\ustc@define@term{otherdepartmentstr}%A translation of `Department' in your language
\ustc@define@term{otherstudentidstr}%A translation of `Student ID' in your language
\ustc@define@term{othersupervisorstr}%A translation of `Supervisor' in your language
\ustc@define@term{otherfinishedtimestr}%A translation of `Finished Time' in your language
\ustc@define@term{otherspecialitystr}%A translation of `Speciality' in your language
\ustc@define@term{othertitle}
\ustc@define@term{otherauthor}
\ustc@define@term{otheradvisor}
\ustc@define@term{othercoadvisor}
\ustc@define@term{othersubmitdate}
\ustc@define@term{othermajor}
\ustc@define@term{otherdepart}%本科论文用院系全称,仅用于扉页。硕博暂时没有用 For bachelor use full name(only used in title page). Currently unused for master and doctor
\ustc@define@term{studentid}%学号,仅本科论文 Student ID, only for bachelor
\ustc@define@term{spinetitle}%书脊使用的标题,当title里含有控制字符时使用此命令输入文本标题 Use this command to generate spine when there are some control commands in \title{}
\ustc@define@term{covertitle}%封皮使用的标题,当title里存在强制换行导致标题超过了三行时,或者存在其他特殊情况时,请使用此命令输入封皮的标题。根据制本厂的规定,封皮标题最多两行。Use this command to generate cover page title when \title{} contains more than one force line break, ie. title has more than two lines, or when \title{} contains some special commands. Accroding to requirements of USTC Printer, cover page title can only have no more than two lines.
\ustc@define@term{encovertitle}%本科专用。封皮使用的英文标题,当entitle里存在强制换行导致标题超过了四行时,或者存在其他特殊情况时,请使用此命令输入封皮的英文标题。根据制本厂的规定,封皮英文标题最多三行。For bachelor only. Use this command to generate cover page title when \entitle{} contains more than two force line breaks, ie. entitle has more than three lines, or when \entitle{} contains some special commands. Accroding to requirements of USTC Printer, cover page English title can only have no more than three lines.
%\ustc@define@term{degree}%Not used
\RequirePackage{subfiles}
\RequirePackage{xparse}
\DeclareDocumentCommand{\makecover}{ O{17pt} O{17pt} }{\make@bookspine{#1}{#2}}
\renewcommand\maketitle{%
\make@cntitle
\make@entitle
\ifustc@notchinese
\ifx\ustc@othertitle\@empty
\relax
\else
\make@othertitle
\fi
\fi
\ifustc@bachelor%
\relax
\else
\make@authorization
\fi}
%Chinese title page
\newcommand\make@cntitle{%
\newgeometry{%
top=3.8cm,
bottom=3.8cm,
left=3.2cm,
right=3.2cm
}
\pdfbookmark[-1]{\ustc@title}{title}
\cleardoublepage
\thispagestyle{empty}
\begin{center}
\vspace*{0.5cm plus 0.5cm minus 1cm}
\includegraphics[width=10cm]{ustc_logo_text.eps}
\vskip -0.5cm
\bfseries\USTCHUGE\ifustc@doctor
{博士学位论文}
\else\ifustc@master
{硕士学位论文}
\else
{学士学位论文}
\fi\fi
\ifustc@bachelor\vskip 1cm\relax\else\vskip 1.5cm\fi
\includegraphics[width=4.7cm]{ustc_logo_fig.eps}
\ifustc@bachelor\relax\else\vskip 0.5cm\fi %0.75cm
\renewcommand{\baselinestretch}{0.5}%Leading
\parbox[c]{11cm}%\begin{minipage}
{\center\bfseries\yihao\ustc@title}
%\end{minipage}
\end{center}
\vskip 1.0cm %0.6cm 0.7cm 2.3cm
\begin{center}
{\sanhao
\ifustc@bachelor\begin{tabular}{lc}%
\bfseries{姓\hspace{2\ccwd}名:} & \ustc@underline[6cm]{\ustc@author}\\
\bfseries{院\hspace{2\ccwd}系:} & \ustc@underline[6cm]{\ustc@depart}\\
\bfseries{学\hspace{2\ccwd}号:} & \ustc@underline[6cm]{\ustc@studentid}\\
\bfseries{导\hspace{2\ccwd}师:} & \ustc@underline[6cm]{\ustc@advisor}\\
\ifx\ustc@coadvisor\@empty\else & \ustc@underline[6cm]{\ustc@coadvisor}\\\fi
\bfseries{完成时间:} & \ustc@underline[6cm]{\ustc@submitdate}
\end{tabular}
\else \begin{tabular}{lc}%
\bfseries{作者姓名:} & \ustc@underline[6cm]{\ustc@author}\\
\bfseries{学科专业:} & \ustc@underline[6cm]{\ustc@major}\\
\bfseries{导师姓名:} & \ustc@underline[6cm]{\ustc@advisor}\\
\ifx\ustc@coadvisor\@empty\else
& \ustc@underline[6cm]{\ustc@coadvisor}\\\fi
\bfseries{完成时间:} & \ustc@underline[6cm]{\ustc@submitdate}
\end{tabular}
\fi}
\end{center}
\clearpage
\restoregeometry
\if@twoside
\thispagestyle{empty}
\cleardoublepage
\fi
}
%English title page
\newcommand\make@entitle{%
\newgeometry{%
top=3.8cm,
bottom=3.8cm,
left=3.2cm,
right=3.2cm
}
%\pdfbookmark{英文标题}{etitle}
\cleardoublepage
\thispagestyle{empty}
\begin{center}
\vspace*{0cm}
\USTCLarge{\sffamily{University of Science and Technology of China}}
\vskip -0.2cm %-0.6cm
\USTCLARGE{\sffamily\ifustc@doctor
{A dissertation for doctor's degree}
\else\ifustc@master
{A dissertation for master's degree}
\else
{A dissertation for bachelor's degree}
\fi\fi}
\vskip 1.5cm %1.25cm
\includegraphics[width=4.7cm]{ustc_logo_fig.eps}
\vskip 1.5cm %2.4cm
\renewcommand{\baselinestretch}{1}
\bfseries\yihao\ustc@entitle
\end{center}
\vskip 1.0cm %1.8cm 2cm 3.1cm
\begin{center}
{\sanhao
\ifustc@bachelor
\begin{tabular}{lc}
Author :& \ustc@underline[6cm]{\ustc@enauthor}\\
Department :& \ustc@underline[6cm]{\ustc@endepart}\\
Student ID :& \ustc@underline[6cm]{\ustc@studentid}\\
Supervisor :& \ustc@underline[6cm]{\ustc@enadvisor}\\
\ifx\ustc@encoadvisor\@empty\else
& \ustc@underline[6cm]{\ustc@encoadvisor}\\
\fi
Finished Time :& \ustc@underline[6cm]{\ustc@ensubmitdate}
\end{tabular}
\else
\begin{tabular}{lc}
Author :& \ustc@underline[6cm]{\ustc@enauthor}\\
Speciality :& \ustc@underline[6cm]{\ustc@enmajor}\\
Supervisor :& \ustc@underline[6cm]{\ustc@enadvisor}\\
\ifx\ustc@encoadvisor\@empty\else
& \ustc@underline[6cm]{\ustc@encoadvisor}\\
\fi
Finished Time :& \ustc@underline[6cm]{\ustc@ensubmitdate}
\end{tabular}
\fi}
\end{center}
\clearpage
\restoregeometry
\if@twoside
\thispagestyle{empty}
\cleardoublepage
\fi
}
%Other language title page
\newcommand\make@othertitle{%
\newgeometry{%
top=3.8cm,
bottom=3.8cm,
left=3.2cm,
right=3.2cm
}
%\pdfbookmark{英文标题}{etitle}
\cleardoublepage
\thispagestyle{empty}
\begin{center}
\vspace*{0cm}
\USTCLarge{\ttfamily{\ustc@otherustcstr}}
\vskip -0.2cm %-0.6cm
\USTCLARGE{\ttfamily\ustc@otherthesisstr}
\vskip 1.5cm %1.25cm
\includegraphics[width=4.7cm]{ustc_logo_fig.eps}
\vskip 1.5cm %2.4cm
\renewcommand{\baselinestretch}{1}
\bfseries\yihao\ustc@othertitle
\end{center}
\vskip 1.0cm %1.8cm 2cm 3.1cm
\begin{center}
{\sanhao
\ifustc@bachelor
\begin{tabular}{lc}
\ustc@otherauthorstr :& \ustc@underline[6cm]{\ustc@otherauthor}\\
\ustc@otherdepartmentstr :& \ustc@underline[6cm]{\ustc@otherdepart}\\
\ustc@otherstudentidstr :& \ustc@underline[6cm]{\ustc@studentid}\\
\ustc@othersupervisorstr :& \ustc@underline[6cm]{\ustc@otheradvisor}\\
\ifx\ustc@encoadvisor\@empty\else
& \ustc@underline[6cm]{\ustc@othercoadvisor}\\
\fi
\ustc@otherfinishedtimestr :& \ustc@underline[6cm]{\ustc@othersubmitdate}
\end{tabular}
\else
\begin{tabular}{lc}
\ustc@otherauthorstr :& \ustc@underline[6cm]{\ustc@otherauthor}\\
\ustc@otherspecialitystr :& \ustc@underline[6cm]{\ustc@othermajor}\\
\ustc@othersupervisorstr :& \ustc@underline[6cm]{\ustc@otheradvisor}\\
\ifx\ustc@othercoadvisor\@empty\else
& \ustc@underline[6cm]{\ustc@othercoadvisor}\\
\fi
\ustc@otherfinishedtimestr :& \ustc@underline[6cm]{\ustc@othersubmitdate}
\end{tabular}
\fi}
\end{center}
\clearpage
\restoregeometry
\if@twoside
\thispagestyle{empty}
\cleardoublepage
\fi
}
%Cover page and book spine for bachelor, master and doctor
\newcommand{\cover@cnfontsize}{\relax}
\newcommand{\cover@enfontsize}{\relax}
\newcommand{\cover@defaultfontsize}{\fontsize{17pt}{\baselineskip}\selectfont}
\newlength{\cover@cnvoffset}
\newlength{\cover@cnhoffset}
\newlength{\cover@envoffset}
\newlength{\cover@enhoffset}
\newlength{\cover@cntitleh}
\newlength{\cover@entitleh}
\newcommand{\c@scn}[4]{
\def\c@s@default{17pt}
\def\c@s@var{#1}
\ifx\c@s@var\c@s@default\renewcommand{\cover@cnfontsize}{\cover@defaultfontsize}\else\renewcommand{\cover@cnfontsize}{\zihao{#1}}\fi
\setlength{\cover@cnvoffset}{#2}
\setlength{\cover@cnhoffset}{#3}
\setlength{\cover@cntitleh}{#4}}
\newcommand{\c@sen}[4]{
\def\c@s@default{17pt}
\def\c@s@var{#1}
\ifx\c@s@var\c@s@default\renewcommand{\cover@enfontsize}{\cover@defaultfontsize}\else\renewcommand{\cover@enfontsize}{\zihao{#1}}\fi
\setlength{\cover@envoffset}{#2}
\setlength{\cover@enhoffset}{#3}
\setlength{\cover@entitleh}{#4}}
\newcommand\make@bookspine[2]{
\def\cover@varcn{#1}
\def\cover@varen{#2}
\def\cover@san{3}
\def\cover@ssan{-3}
\def\cover@si{4}
\def\cover@ssi{-4}
\def\cover@wu{5}
\def\cover@swu{-5}
\ifustc@bachelor%cover page for bachelor
\ifx\cover@varcn\cover@san\c@scn{#1}{0mm}{-8.5mm}{1.6cm}\else
\ifx\cover@varcn\cover@ssan\c@scn{#1}{0.5mm}{-8.5mm}{1.55cm}\else
\ifx\cover@varcn\cover@si\c@scn{#1}{1mm}{-8.5mm}{1.5cm}\else
\ifx\cover@varcn\cover@ssi\c@scn{#1}{1.5mm}{-8.5mm}{1.45cm}\else
\ifx\cover@varcn\cover@wu\c@scn{#1}{2mm}{-8.5mm}{1.4cm}\else
\ifx\cover@varcn\cover@swu\c@scn{#1}{2.5mm}{-8.5mm}{1.35cm}\else
\c@scn{17pt}{0mm}{-0.85cm}{1.6cm}
\fi
\fi
\fi
\fi
\fi
\fi
\ifx\cover@varen\cover@san\c@sen{#2}{5mm}{0mm}{2.55cm}\else
\ifx\cover@varen\cover@ssan\c@sen{#2}{5.5mm}{0mm}{2.5cm}\else
\ifx\cover@varen\cover@si\c@sen{#2}{6mm}{0mm}{2.45cm}\else
\ifx\cover@varen\cover@ssi\c@sen{#2}{6.5mm}{0mm}{2.4cm}\else
\ifx\cover@varen\cover@wu\c@sen{#2}{7mm}{0mm}{2.35cm}\else
\ifx\cover@varen\cover@swu\c@sen{#2}{7.5mm}{0mm}{2.3cm}\else
\c@sen{17pt}{4.5mm}{0mm}{2.6cm}
\fi
\fi
\fi
\fi
\fi
\fi
\newgeometry{top=17.4cm,bottom=1.1cm,left=6cm,right=5.5cm}
\clearpage
\thispagestyle{empty}
\rule{0mm}{0mm}\vskip\cover@cnvoffset\hspace{\cover@cnhoffset}
\begin{minipage}[c]{9.7cm}
\begin{minipage}[c][\cover@cntitleh][s]{9.5cm}
\centering\bfseries\cover@cnfontsize\baselineskip=1\baselineskip plus 1fill\lineskip=0pt plus 1fill
\ifx\ustc@covertitle\@empty\ustc@title\else\ustc@covertitle\fi
\end{minipage}\vskip\cover@envoffset\hskip\cover@enhoffset
\begin{minipage}[c][\cover@entitleh][s]{9.5cm}
\centering\bfseries\cover@enfontsize\baselineskip=1\baselineskip plus 1fill\lineskip=0pt plus 1fill
\ifx\ustc@encovertitle\@empty\ustc@entitle\else\ustc@encovertitle\fi
\end{minipage}\vskip 0.5cm\hskip 0cm
\begin{minipage}[c][1.5cm][s]{9.5cm}
\centering\bfseries\cover@defaultfontsize\ustc@depart
\end{minipage}\vskip -0.5cm\hskip 0cm
\begin{minipage}[c][1.5cm][s]{9.5cm}
\centering\bfseries\cover@defaultfontsize\ustc@author\hfil\ustc@studentid
\end{minipage}\vskip -0.5cm\hskip 0cm
\begin{minipage}[c][1.5cm][s]{9.5cm}
\centering\bfseries\cover@defaultfontsize\ustc@advisor\ifx\ustc@coadvisor\@empty\else\quad\ustc@coadvisor\fi
\end{minipage}\vskip -0.5cm\hskip 0cm
\begin{minipage}[c][1.5cm][s]{9.5cm}
\centering\bfseries\cover@defaultfontsize\ustc@submitdate
\end{minipage}
\end{minipage}
\else
\ifx\cover@varcn\cover@san\c@scn{#1}{-7.3cm}{6.2cm}{1.5cm}\else
\ifx\cover@varcn\cover@ssan\c@scn{#1}{-7.3cm}{6.2cm}{1.5cm}\else
\ifx\cover@varcn\cover@si\c@scn{#1}{-7.2cm}{6.2cm}{1.4cm}\else
\ifx\cover@varcn\cover@ssi\c@scn{#1}{-7.2cm}{6.2cm}{1.4cm}\else
\ifx\cover@varcn\cover@wu\c@scn{#1}{-7.1cm}{6.2cm}{1.3cm}\else
\ifx\cover@varcn\cover@swu\c@scn{#1}{-7.1cm}{6.2cm}{1.3cm}\else
\c@scn{17pt}{-7.4cm}{6.2cm}{1.5cm}
\fi
\fi
\fi
\fi
\fi
\fi
\c@sen{17pt}{0cm}{0cm}{10cm}
\newgeometry{top=2cm,bottom=2cm,left=1.2cm,right=19.5cm}
\clearpage
\thispagestyle{empty}
\begin{flushleft}
\rotatebox{-90}{\makebox[23.7cm][c]{\ziju{0.17}\ustc@verthei\zihao{-4}{\ifx\ustc@spinetitle\@empty\ustc@title\else\ustc@spinetitle\fi\hfil\hfil\ustc@depart\hfil\hfil\ustc@author\hfil\hfil{}中国科学技术大学}}}
\end{flushleft}
\vspace{\cover@cnvoffset}\hspace{\cover@cnhoffset}
\begin{minipage}[c]{12.2cm}
\begin{minipage}[c][\cover@cntitleh][s]{12cm}
\centering\bfseries\cover@cnfontsize\baselineskip=1\baselineskip plus 1fill\lineskip=0pt plus 1fill
\ifx\ustc@covertitle\@empty\ustc@title\else\ustc@covertitle\fi
\end{minipage}\vskip 0.6cm\hskip 0cm
\begin{minipage}[c][1.5cm][s]{12cm}
\centering\bfseries\cover@defaultfontsize\ustc@author
\end{minipage}\vskip -0.6cm\hskip 0cm
\begin{minipage}[c][1.5cm][s]{12cm}
\centering\bfseries\cover@defaultfontsize\ustc@major
\end{minipage}\vskip -0.6cm\hskip 0cm
\begin{minipage}[c][1.5cm][s]{12cm}
\centering\bfseries\cover@defaultfontsize\ustc@advisor\ifx\ustc@coadvisor\@empty\else\quad\ustc@coadvisor\fi
\end{minipage}\vskip -0.6cm\hskip 0cm
\begin{minipage}[c][1.5cm][s]{12cm}
\centering\bfseries\cover@defaultfontsize\ustc@submitdate
\end{minipage}
\end{minipage}
\fi
\if@twoside
\thispagestyle{empty}
\cleardoublepage
\else
\clearpage
\fi
\restoregeometry
}
%Define head rule
\newcommand{\makeheadrule}{%
\rule[.7\baselineskip]{\headwidth}{1.2pt}\vskip-0.97\baselineskip%
\rule[.6\baselineskip]{\headwidth}{0.4pt}}%
\renewcommand{\headrule}{%
{\if@fancyplain\let\headrulewidth\plainheadrulewidth\fi}%
\makeheadrule}
%Declaration and authorization page
\newcommand{\ustc@declaretext}{%
本人声明所呈交的学位论文,是本人在导师指导下进行研究工作所取得的成果。
除已特别加以标注和致谢的地方外,论文中不包含任何他人已经发表或撰写过
的研究成果。与我一同工作的同志对本研究所做的贡献均已在论文中作了明确的说明。
}
\newcommand{\ustc@authorization}{%
作为申请学位的条件之一,学位论文著作权拥有者授权中国科学技术大学拥有
学位论文的部分使用权,即:学校有权按有关规定向国家有关部门或机构送交
论文的复印件和电子版,允许论文被查阅和借阅,可以将学位论文编入《中国
学位论文全文数据库》等有关数据库进行检索,可以采用影印、缩印或扫描等
复制手段保存、汇编学位论文。本人提交的电子文档的内容和纸质论文的内容
相一致。
保密的学位论文在解密后也遵守此规定。
}
\def\ustc@secret@newtitle{%
\raisebox{1.1mm}{\fbox{\rule{0pt}{1.4mm}\rule{1.4mm}{0pt}}}\ 公开\hspace{0.5cm}\raisebox{1.1mm}{\fbox{\rule{0pt}{1.4mm}\rule{1.4mm}{0pt}}}\ 保密(\ustc@underline[2em]\relax\hspace{0.1em}年)}
\newcommand\make@authorization{%
% \pdfbookmark{原创与授权声明}{authorization}
\cleardoublepage
\thispagestyle{empty}
\begin{center}\sanhao\bfseries{中国科学技术大学学位论文原创性声明}\end{center}
\par\ustc@declaretext\par
\vskip1.0cm
{\begin{tabular}{p{6cm}p{6cm}}
作者签名:\ustc@underline{} & 签字日期:\ustc@underline{}
\end{tabular}}
\vskip2.0cm
\begin{center}\sanhao\bfseries{中国科学技术大学学位论文授权使用声明}\end{center}
\par\ustc@authorization\par
\vskip0.5cm
\ustc@secret@newtitle\par
\vskip1.0cm
{\renewcommand{\arraystretch}{2.0}%行高
\begin{tabular}{p{6cm}p{6cm}}
作者签名:\ustc@underline{} & 导师签名:\ustc@underline{}\\
签字日期:\ustc@underline{} & 签字日期:\ustc@underline{}
\end{tabular}}
\clearpage
\if@twoside
\thispagestyle{empty}
\cleardoublepage
\fi
}
%Define page style
\fancypagestyle{plain}{}
\pagestyle{fancy}
\fancyhf{}
\ifustc@bachelor\fancyhead[C]{\xiaowuhao{中国科学技术大学学士学位论文}}\relax\else\fancyhead[C]{\small \nouppercase\leftmark}\fi
\renewcommand{\headrulewidth}{0.7pt}
\renewcommand\frontmatter{%
\cleardoublepage
\@mainmatterfalse
\pagenumbering{Roman}
\fancyfoot{}
\fancyfoot[C]{\small \thepage}}
\renewcommand\mainmatter{%
\cleardoublepage
\@mainmattertrue
\pagenumbering{arabic}
\fancyfoot{}
\fancyfoot[RO,LE]{\small \thepage}}
%Abstracts and thanks
\newcommand{\ustc@enabstractname}{ABSTRACT}
\newcommand{\ustc@cnabstractname}{摘\hspace{\ccwd}要}
\ifustc@notchinese
\newcommand{\ustc@thanksname}{Thanks}
\else
\newcommand{\ustc@thanksname}{致\hspace{\ccwd}谢}
\fi
\newcommand\keywords[1]{%
\vspace{3.5ex}\noindent{\bfseries 关键词:~} #1}
\newcommand\enkeywords[1]{%
\vspace{3.5ex}\noindent{\bf Keywords:~} #1}
\newenvironment{cnabstract}
{\ifustc@bachelor\chapter{\texorpdfstring{\ustc@cnabstractname}{摘要}}\else\chapter[\texorpdfstring{\ustc@cnabstractname}{摘要}]{\protect\vskip-10pt\ustc@cnabstractname}\fi}
{}
\newenvironment{enabstract}
{\ifustc@bachelor\chapter{ABSTRACT}\else\chapter[ABSTRACT]{\protect\vskip-10pt{}ABSTRACT}\fi}
{}
\renewenvironment{thanks}
{\ifustc@bachelor\chapter[\texorpdfstring{\ustc@thanksname}{\ifustc@notchinese{}Thanks\else{}致谢\fi}]{\protect\vskip-10pt\ustc@thanksname}\else\chapter{\texorpdfstring{\ustc@thanksname}{\ifustc@notchinese{}Thanks\else{}致谢\fi}}\fi}
{}
%tableofcontents
\ifustc@notchinese
\renewcommand{\contentsname}{Table of Contents}
\else
\renewcommand{\contentsname}{\texorpdfstring{目\hspace{\ccwd}录}{目录}}
\fi
\renewcommand\tableofcontents{%
\if@twocolumn
\@restonecoltrue\onecolumn
\else
\@restonecolfalse
\fi
\chapter[\contentsname]{\protect\vskip-10pt\contentsname}%
\renewcommand{\baselinestretch}{1}
\@mkboth{\MakeUppercase\contentsname}{\MakeUppercase\contentsname}%
\@starttoc{toc}%
\if@restonecol\twocolumn\fi
}
%% tableofcontent
\titlecontents{chapter}[0em]
{\vspace{6bp}\sihao}%14pt,如果希望美观一些,可以无视章节标题用宋体的规定,自行添加\bfseries
{\thecontentslabel\hspace*{0.5em}}
{}
{\titlerule*[0.5pc]{$\cdot$}\contentspage}
\titlecontents{section}[1.1\ccwd]
{\vspace{1bp} \xiaosi}
{\thecontentslabel\hspace*{0.5em}}
{}
{\titlerule*[0.5pc]{$\cdot$}\contentspage}
\titlecontents{subsection}[2.5\ccwd]%原来是2.3
{\vspace{1bp} \wuhao}%规定三级标题是10.5pt
{\thecontentslabel\hspace*{0.5em}}
{}
{\titlerule*[0.5pc]{$\cdot$}\contentspage}
%\addtocontents{toc}{\let\string\CTEX@spaceChar\relax}
%\newdimen\bibspace
%\setlength\bibspace{3pt}
%\renewenvironment{thebibliography}[1]
% {\chapter{\bibname}%
%\renewcommand{\baselinestretch}{0.5}
% \xiaowu%\linestretch{1.0}
% %\addtolength{\bibsep}{-0.5cm}
% \@mkboth{\MakeUppercase\bibname}{\MakeUppercase\bibname}%
% \list{\@biblabel{\@arabic\c@enumiv}}%
% {\settowidth\labelwidth{\@biblabel{#1}}%
% \leftmargin\labelwidth
% \advance\leftmargin\labelsep
% \@openbib@code
% \usecounter{enumiv}%
% \let\p@enumiv\@empty
% \renewcommand\theenumiv{\@arabic\c@enumiv}}%
% \sloppy
% \clubpenalty4000
% \@clubpenalty \clubpenalty
% \widowpenalty4000%
% \sfcode`\.\@m}
% {\def\@noitemerr
% {\@latex@warning{Empty `thebibliography' environment}}%
% \endlist}
%\newcommand{\bibfont}{\small}
%\def\bibpreamble{\linespread{0.2}}
\renewcommand{\bibsection}{
\chapter{\bibname}
\renewcommand{\baselinestretch}{0.8}
%\setlength{\linestretch}{1.0}
\xiaowu%%\small
%\linespread{1.36}
\@mkboth{\MakeUppercase\bibname}{\MakeUppercase\bibname}}
%\setlength{\bibsep}{0ex}
\let\OLDappendix\appendix
\newif\if@appendixinbackmatter
\renewenvironment{appendix}
{
\if@mainmatter
\@appendixinbackmatterfalse\OLDappendix
\else
\@appendixinbackmattertrue\@mainmattertrue\OLDappendix
\fi
\renewcommand\chaptername{\appendixname~\thechapter}}
{\if@appendixinbackmatter\@mainmatterfalse\fi
}
\endinput
%%
%% End of file `USTCthesis.cls'.
%% Project page:
%% https://github.com/ywgATustcbbs?tab=repositories
%% Backup Mirror:
%% https://gitlab.lug.ustc.edu.cn/ywg/ustcthesis