-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExperimental_Report.cls
733 lines (680 loc) · 22.2 KB
/
Experimental_Report.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
%
% HustGraduPaper.sty
% 本文件是华中科技大学本科生实验报告模板
% @author skinaze
% @date 2018/03/19
% @version v2.1.7
%
% 本模板遵循MIT License
%
% --- 定义的新的类
\def\HGP@name{HustGraduPaper}
\def\HGP@date{2018/03/19}
\def\HGP@version{v2.1.7}
\def\HGP@introduction{Adapt HUST style to article}
\ProvidesClass{\HGP@name}[\HGP@date~\HGP@version~\HGP@introduction]
\NeedsTeXFormat{LaTeX2e}
%
% --- 定义类的选项
%
\RequirePackage{xstring}%使用条件语句
%字体组
\def\HGP@fontset{}
\def\HGP@noto{}
\DeclareOption{autofont}{}%自动设置字体
\DeclareOption{adobefont} {
\def\HGP@fontset{,fontset=adobe}
}%使用Adobe 公司的四款中文字体
\DeclareOption{fandolfont} {
\def\HGP@fontset{,fontset=fandol}
}%使用Fandol 中文字体
\DeclareOption{founderfont} {
\def\HGP@fontset{,fontset=founder}
}%使用方正公司的中文字体
\DeclareOption{macfont} {
\def\HGP@fontset{,fontset=mac}
}%使用Mac OS X 系统下的华文字体
\DeclareOption{ubuntufont} {
\def\HGP@fontset{,fontset=ubuntu}
}%使用Ubuntu 系统下的文泉驿和文鼎字体
\DeclareOption{winfont} {
\def\HGP@fontset{,fontset=windows}
}%使用简体中文Windows 系统下的中文字体
\DeclareOption{winnewfont} {
\def\HGP@fontset{,fontset=windowsnew}
}%使用简体中文Windows Vista或之后系统下的中易字体和微软雅黑字体
\DeclareOption{winoldfont} {
\def\HGP@fontset{,fontset=windowsold}
}%使用简体中文Windows XP或之前系统下的中易字体
\DeclareOption{notofont} {
\def\HGP@noto{
\setCJKmainfont{NotoSerifCJKsc-Regular.otf}[
BoldFont = NotoSerifCJKsc-Bold.otf,
AutoFakeBold = false
]
\setCJKsansfont{NotoSansCJKsc-Regular.otf}[
BoldFont = NotoSansCJKsc-Bold.otf,
AutoFakeBold = false
]
\setCJKmonofont{NotoSansMonoCJKsc-Regular.otf}[
BoldFont = NotoSansMonoCJKsc-Bold.otf,
AutoFakeBold = false
]
\setCJKfamilyfont{zhsong}{NotoSerifCJKsc-Regular.otf}[
BoldFont = NotoSerifCJKsc-Bold.otf,
AutoFakeBold = false
]
\setCJKfamilyfont{zhhei}{NotoSansCJKsc-Regular.otf}[
BoldFont = NotoSansCJKsc-Bold.otf,
AutoFakeBold = false
]
}
\def\HGP@fontset{}
}%使用思源宋体和思源黑体
\DeclareOption{nofont} {
\def\HGP@fontset{,fontset=none}
}%不配置中文字体,需要用户自己配置
%页脚样式
\def\HGP@footlinelength{6.7cm}
\DeclareOption{footline}{\def\HGP@footlinelength{6.7cm}}%有页脚线
\DeclareOption{nofootline}{\def\HGP@footlinelength{0cm}}%无页脚线
%引用样式
\def\HGP@citestyle{normal}
\DeclareOption{normalcite}{\def\HGP@citestyle{normal}}%使用正文式引用样式
\DeclareOption{supercite}{\def\HGP@citestyle{super}}%使用上标型引用样式
\def\HGP@citebst{HustGraduPaper}
\DeclareOption{gbtcite}{\def\HGP@citebst{HustGraduPaper}}%使用GBT7714-2005样式
%\DeclareOption{gbt15cite}{\def\HGP@citebst{gbt7714-2015}}%使用GBT7714-2015样式
\DeclareOption{tsinghuacite}{\def\HGP@citebst{thuthesis}}%使用清华样式
%查重协助(临时功能)
\DeclareOption{chachong}{\AtBeginDocument{\chachong}}%使用查重协助
\ProcessOptions
\ExecuteOptions{autofont,normalcites,gbtcite}
\relax
%
% --- 载入Class
%
\LoadClass[a4paper]{article}
%页面基本设置
\RequirePackage[AutoFakeBold=true,AutoFakeSlant=true]{xeCJK}[2017/08/08]
\RequirePackage[zihao=-4,UTF8,heading=true\HGP@fontset]{ctex}[2016/12/27]
%
% --- 定义页边距
%
\RequirePackage{geometry}
\geometry{left=3.17cm,right=3.17cm,top=1.28in,bottom=1.06in} % 1 in=2.54 cm
\geometry{headsep=1em,footskip=2em}
\geometry{headheight=32.4pt}
%
% --- 定义字体
%
%用于设置非常用字体
\setmainfont{Times New Roman}
\RequirePackage{fontspec}
%论文封面使用华文中宋
\setCJKfamilyfont{hwzs}{STZhongsong}
\newcommand{\huawenzhongsong}{\CJKfamily{hwzs}}
\newfontfamily\hwzsAll{STZhongsong}[
BoldFont={STZhongsong},
BoldFeatures={FakeBold=4}
]
%思源字体定义与使用
\HGP@noto
%s
% --- 定义页眉页脚
%
%使用fancyhdr库
\RequirePackage{fancyhdr}
%设置页眉样式
\newcommand{\headstyle}{
\fancyhead[C]{\textcolor[RGB]{126,139,146}{\kaishu \zihao{5}
华 \enspace
中 \enspace 科 \enspace 技 \enspace 大 \enspace 学 \enspace
计 \enspace 算 \enspace 机 \enspace 科 \enspace 学 \enspace 与 \enspace
技 \enspace 术 \enspace 学 \enspace 院
\enspace 软 \enspace
件 \enspace 工 \enspace 程 \enspace 报 \enspace 告}}
\def\headrule{{\if@fancyplain\let\headrulewidth\plainheadrulewidth\fi
\vspace*{2mm}
{\color[RGB]{24,116,205}\hrule\@height 0.5pt\@width\headwidth\vskip1pt}
{\color[RGB]{24,116,205}\hrule\@height 0.5pt\@width\headwidth}
\vskip-2\headrulewidth\vskip-1pt}
\vspace{10mm}}
}
%设置页脚样式
\newcommand{\footstyle}{\fancyfoot[C]{\huawenzhongsong \zihao{5} \thepage}
\fancyfoot[L]{\rule[5pt]{\HGP@footlinelength}{0.4pt}}
\fancyfoot[R]{\rule[5pt]{\HGP@footlinelength}{0.4pt}}
}
\pagestyle{fancy}
\fancyhf{} %清空原有样式
\headstyle
\footstyle
%定义一种新的格式叫做main
\fancypagestyle{main}{%
\fancyhf{} %清空原有样式
\headstyle
\footstyle
}
%
% --- 定义标题和段落样式
%
%定义1.5倍行距
\renewcommand{\baselinestretch}{1.5}
%设置各个标题样式
%不需要使用part和chapter层级
\ctexset{section={format={\centering \heiti \bfseries \zihao{-2}}}} %节
\newcommand{\sectionbreak}{\clearpage} %小节从新的一页开始
\ctexset{subsection={format={\raggedright \heiti \bfseries \zihao{4}}}} %小节
\ctexset{subsubsection={format={\raggedright \heiti \bfseries \zihao{-4}}}} %小小节
\renewcommand\paragraph{\@startsection{paragraph}{5}{\z@}%
{0ex \@plus1ex \@minus.2ex}%
{1em}%
{\normalfont\normalsize\bfseries}}
\renewcommand\subparagraph{\@startsection{subparagraph}{6}{\parindent}%
{0ex \@plus1ex \@minus .2ex}%
{1em}%
{\normalfont\normalsize\bfseries}}
\RequirePackage[indentafter]{titlesec}
%设置新的标题层级subsubsubsection
\titleclass{\subsubsubsection}{straight}[\subsubsection]
%设置编号
\newcounter{subsubsubsection}[subsubsection]
\renewcommand\thesubsubsubsection{\arabic{subsubsubsection})}
%设置标题样式
\titleformat{\subsubsubsection}{\raggedright \heiti \bfseries \zihao{-4}}{\thesubsubsubsection}{1em}{}[]
\titlespacing*{\subsubsubsection}{\parindent}{0ex plus 1ex minus .2ex}{1ex plus .2ex}
%设置目录样式
\RequirePackage{tocloft}
%重新设置目录等级,支持hyperref宏包
\RequirePackage{hyperref}
\def\toclevel@subsubsubsection{4}
\def\toclevel@paragraph{5}
\def\toclevel@subparagraph{6}
%参考tocloft,定义\l@subsubsubsection
\newcommand{\l@subsubsubsection}[2]{%
\ifnum \c@tocdepth > 3 \relax
\vskip \cftbeforesubsubsubsecskip
{\leftskip \cftsubsubsubsecindent\relax
\rightskip \@tocrmarg
\parfillskip -\rightskip
\parindent \cftsubsubsubsecindent\relax\@afterindenttrue
\interlinepenalty\@M
\leavevmode
\@tempdima \cftsubsubsubsecnumwidth\relax
\let\@cftbsnum \cftsubsubsubsecpresnum
\let\@cftasnum \cftsubsubsubsecaftersnum
\let\@cftasnumb \cftsubsubsubsecaftersnumb
\advance\leftskip \@tempdima \null\nobreak\hskip -\leftskip
{\cftsubsubsubsecfont #1}\nobreak
\cftsubsubsubsecfillnum{#2}}%
\fi}
\newlength{\cftbeforesubsubsubsecskip}
\setlength{\cftbeforesubsubsubsecskip}{\z@ \@plus.2\p@}
\newlength{\cftsubsubsubsecindent}
\newlength{\cftsubsubsubsecnumwidth}
\setlength{\cftsubsubsubsecindent}{7em}
\setlength{\cftsubsubsubsecnumwidth}{4em}
\newcommand{\cftsubsubsubsecfont}{\normalfont}
\newcommand{\cftsubsubsubsecpresnum}{}
\newcommand{\cftsubsubsubsecaftersnum}{}
\newcommand{\cftsubsubsubsecaftersnumb}{}
\newcommand{\cftsubsubsubsecleader}{\normalfont\cftdotfill{\cftsubsubsubsecdotsep}}
\newcommand{\cftsubsubsubsecdotsep}{\cftdotsep}
\renewcommand\cftdotsep{0.5} % 虚线(指引线)间隔 add by jzchen
\newcommand{\cftsubsubsubsecpagefont}{\normalfont}
\newcommand{\cftsubsubsubsecafterpnum}{}
\newcommand{\cftsubsubsubsecfillnum}[1]{%
{\cftsubsubsubsecleader}\nobreak
\makebox[\@pnumwidth][\cftpnumalign]{\cftsubsubsubsecpagefont #1}\cftsubsubsubsecafterpnum\par
}
%重写tocloft相关定义,解决tocloft中无法修改目录等级的问题
\renewcommand*{\l@paragraph}[2]{%
\ifnum \c@tocdepth > 4 \relax
\vskip \cftbeforeparaskip
{\leftskip \cftparaindent\relax
\rightskip \@tocrmarg
\parfillskip -\rightskip
\parindent \cftparaindent\relax\@afterindenttrue
\interlinepenalty\@M
\leavevmode
\@tempdima \cftparanumwidth\relax
\let\@cftbsnum \cftparapresnum
\let\@cftasnum \cftparaaftersnum
\let\@cftasnumb \cftparaaftersnumb
\advance\leftskip \@tempdima \null\nobreak\hskip -\leftskip
{\cftparafont #1}\nobreak
\cftparafillnum{#2}}%
\fi}
\renewcommand*{\l@subparagraph}[2]{%
\ifnum \c@tocdepth > 5 \relax
\vskip \cftbeforesubparaskip
{\leftskip \cftsubparaindent\relax
\rightskip \@tocrmarg
\parfillskip -\rightskip
\parindent \cftsubparaindent\relax\@afterindenttrue
\interlinepenalty\@M
\leavevmode
\@tempdima \cftsubparanumwidth\relax
\let\@cftbsnum \cftsubparapresnum
\let\@cftasnum \cftsubparaaftersnum
\let\@cftasnumb \cftsubparaaftersnumb
\advance\leftskip \@tempdima \null\nobreak\hskip -\leftskip
{\cftsubparafont #1}\nobreak
\cftsubparafillnum{#2}}%
\fi}
%重新设置缩进
\setlength{\cftparaindent}{11em}
\setlength{\cftparanumwidth}{5em}
\setlength{\cftsubparaindent}{13em}
\setlength{\cftsubparanumwidth}{6em}
%设置目录深度
\setcounter{secnumdepth}{4}
\setcounter{tocdepth}{4}
%设置附录
\RequirePackage[title,titletoc]{appendix}
\renewcommand{\appendixname}{附录}
%设置标题的引用
\def\sectionautorefname~#1\null{%
第~#1~节\null
}
\def\subsectionautorefname~#1\null{%
第~#1~小节\null
}
\def\subsubsectionautorefname~#1\null{%
第~#1~小节\null
}
\def\subsubsubsectionautorefname~#1\null{%
第~#1~小节\null
}
\def\paragraphautorefname~#1\null{%
段落~#1~\null
}
\def\subparagraphautorefname~#1\null{%
段落~#1~\null
}
%
% --- 设置脚注格式
%
%脚注每页重新计数
\@addtoreset{footnote}{page}
%
% --- 设置图表格式
%
%设置图表标题的计数方式
\renewcommand{\thefigure}{\ifnum \c@section>\z@ \thesection-\fi \@arabic\c@figure}
\renewcommand{\thetable}{\ifnum \c@section>\z@ \thesection-\fi \@arabic\c@table}
\@addtoreset{figure}{section}
\@addtoreset{table}{section}
%设置标题的样式
\RequirePackage{caption}
\DeclareCaptionFont{hust}{\normalsize \heiti}
\captionsetup{labelsep=quad}
\captionsetup{font={hust,singlespacing}}
\captionsetup[figure]{position=bottom,skip={0pt}}
\captionsetup[table]{position=top,skip={0pt}}
\setlength{\textfloatsep}{6pt}
\setlength{\floatsep}{0pt}
\setlength{\intextsep}{6pt}
\setlength{\abovecaptionskip}{0pt}
\setlength{\belowcaptionskip}{0pt}
%重新设置图表autoref
%\newcommand{\figureautorefname}{图}
\def\figureautorefname~#1\null{%
图~#1~\null
}
%\newcommand{\tableautorefname}{表}
\def\tableautorefname~#1\null{%
表~#1~\null
}
\def\algorithmautorefname~#1\null{%
算法~#1~\null
}
%使用tabularx库并定义新的左右中格式
\RequirePackage{tabularx}
\RequirePackage{makecell}
\newcolumntype{L}{X}
\newcolumntype{C}{>{\centering \arraybackslash}X}
\newcolumntype{R}{>{\raggedright \arraybackslash}X}
%添加复杂的表格需求库
\RequirePackage{booktabs}
%设置三线表格式
\setlength{\heavyrulewidth}{1.5pt}
\setlength{\lightrulewidth}{0.5pt}
\setlength{\cmidrulewidth}{0.5pt}
\setlength{\aboverulesep}{0pt}
\setlength{\belowrulesep}{0pt}
\setlength{\abovetopsep}{0pt}
\setlength{\belowbottomsep}{0pt}
%添加图需要的库
\RequirePackage{graphicx}
%重新定义图和表的浮动环境,使其方便使用
\newenvironment{generalfig}[3][htbp]{
\def \figcaption {#2}
\def \figlabel {#3}
\begin{figure}[#1]
\centering
}{
\caption{\figcaption} \label{\figlabel}
\end{figure}
}
\newenvironment{generaltab}[3][htbp]{
\def \tabcaption {#2}
\def \tablabel {#3}
\begin{table}[#1]
\caption{\tabcaption} \label{\tablabel}
\zihao{5}
\centering
}{
\end{table}
}
%
% --- 设置公式格式
%
%使用ams的数学库
\RequirePackage{amsmath}
%设置公式间距为零
\AtBeginDocument{
\setlength{\abovedisplayskip}{6pt}
\setlength{\belowdisplayskip}{6pt}
\setlength{\abovedisplayshortskip}{0pt}
\setlength{\belowdisplayshortskip}{0pt}
}
%公式编号带章节
\numberwithin{equation}{section}
%重新设置公式autoref
%\newcommand{\equationautorefname}{等式}
\def\equationautorefname~#1\null{%
式~(#1)~\null
}
%
% --- 定义列表项的样式
%
\RequirePackage{enumitem}
\setlist{noitemsep}
%
% --- 定义新的标题页面
%
%用于解析参数
\RequirePackage{kvsetkeys}
%添加几个新的文档属性
\def \@school {}
\def \@classnum {}
\def \@stunum {}
\def \@instructor {}
\newcommand{\school}[1]{\def \@school {#1}}
\newcommand{\classnum}[1]{\def \@classnum {#1}}
\newcommand{\stunum}[1]{\def \@stunum {#1}}
\newcommand{\instructor}[1]{\def \@instructor {#1}}
%设置maketitle的参数解析
\newcommand{\arg@maketitle}[2]{
\IfStrEqCase{#1}{
{logo color}{
\IfStrEqCase{#2}{
{green}{\def\HGP@titlecolor{HUSTGreen.eps}}
{black}{\def\HGP@titlecolor{HUSTBlack.eps}}
}[\ClassWarning{\HGP@name}{There's no such value for #1 (maketitle)}]
}
{line length}{\def\HGP@titlelength{#2}}
{line font}{
\IfStrEqCase{#2}{
{huawenzhongsong}{\def\HGP@titlelinefont{\huawenzhongsong}}
{songti}{\def\HGP@titlelinefont{\songti}}
{heiti}{\def\HGP@titlelinefont{\heiti}}
{fangsong}{\def\HGP@titlelinefont{\fangsong}}
{kaishu}{\def\HGP@titlelinefont{\kaishu}}
{lishu}{\def\HGP@titlelinefont{\lishu}}
{youyuan}{\def\HGP@titlelinefont{\youyuan}}
}[\ClassWarning{\HGP@name}{There's no such value for #1 (maketitle)}]
}
}[\ClassWarning{\HGP@name}{There's no such argument for maketitle}]
}
\newcommand{\maketitlearg}[1]{
\IfSubStr{#1}{=}{
\kv@parse{#1}{\arg@maketitle}
}{
\def\HGP@titlelength{#1}
}
}
%重置命令maketitle
\renewcommand{\maketitle}[1][12em]{
\def\HGP@titlecolor{HUSTBlack.eps}
\def\HGP@titlelength{12em}
\def\HGP@titlelinefont{}
\maketitlearg{#1}
\begin{titlepage}
\begin{center}
\vspace*{2em}
\includegraphics[height=1.61cm]{\HGP@titlecolor}\\
\vspace*{2em}
{\zihao{-0} \fangsong \bfseries 课~程~实~验~报~告}\\
\vspace{4em}
\hspace{-1em} %% 放下更长的标题, 1em=16px
\zihao{2} \heiti \bfseries{课程名称:} \underline{\zihao{2} \songti \bfseries \@title}\\ %%g改论文题目字号
\vspace{6em}
{\zihao{3} \huawenzhongsong
\renewcommand\arraystretch{1.5}
\begin{tabular}{lc}
\makebox[4em][s]{专业班级} &
\underline{\makebox[\HGP@titlelength]{\HGP@titlelinefont\@classnum}} \\
\makebox[4em][s]{学 \hfill 号} &
\underline{\makebox[\HGP@titlelength]{\HGP@titlelinefont\@stunum}} \\
\makebox[4em][s]{姓 \hfill 名} &
\underline{\makebox[\HGP@titlelength]{\HGP@titlelinefont\@author}} \\
\makebox[4em][s]{指导教师} &
\underline{\makebox[\HGP@titlelength]{\HGP@titlelinefont\@instructor}} \\
\makebox[4em][s]{报告日期} &
\underline{\makebox[\HGP@titlelength]{\HGP@titlelinefont\@date}} \\
\end{tabular}}\\
\vspace{2em}
{\zihao{3} \huawenzhongsong \@school}\\
\end{center}
\end{titlepage}
}
%
% --- 定义新的目录页面
%
\hypersetup{
%colorlinks = true,
%linkcolor = black,
pdfborder = 000,%去掉链接红框
pdfstartview=FitH%打开页面以窗口宽度显示
}
\renewcommand{\cfttoctitlefont}{\hfill \heiti \zihao{-2} \bfseries}
\renewcommand{\contentsname}{目\hspace{2em}录}
\renewcommand{\cftaftertoctitle}{\hfill}
\renewcommand{\cftbeforeloftitleskip}{0.5em}
\renewcommand{\cftafterloftitleskip}{0.5em}
\renewcommand{\cftsecdotsep}{\cftdotsep} %设置一级标题Section引导点 设置标题到页码之间的指引线
\renewcommand{\cftbeforesecskip}{0em} %设置段间距
\renewcommand{\cftpartfont}{\songti \bfseries} %设置Part字体
\renewcommand{\cftsecfont}{\songti \bfseries} %设置Section字体
%设置tableofcontents参数解析
\newcommand{\arg@tableofcontents}[2]{
\IfStrEqCase{#1}{
{pagenum}{
\IfStrEqCase{#2}{
{yes}{\def\HGP@plainfooterstyle{\footstyle}}
{true}{\def\HGP@plainfooterstyle{\footstyle}}
{no}{\def\HGP@plainfooterstyle{}}
{false}{\def\HGP@plainfooterstyle{}}
}[\ClassWarning{\HGP@name}{There's no such value for #1 (tableofcontents)}]
}
{toc in toc}{
\IfStrEqCase{#2}{
{yes}{\def\HGP@addtoctotoc{
\phantomsection
\addcontentsline{toc}{section}{目录}
}}
{true}{\def\HGP@addtoctotoc{
\phantomsection
\addcontentsline{toc}{section}{目录}
}}
{no}{\def\HGP@addtoctotoc{}}
{false}{\def\HGP@addtoctotoc{}}
}[\ClassWarning{\HGP@name}{There's no such value for #1 (tableofcontents)}]
}
{level}{\setcounter{tocdepth}{#2}}
{section indent}{\renewcommand{\cftsecindent}{#2}}
{subsection indent}{\renewcommand{\cftsubsecindent}{#2}}
{subsubsection indent}{\renewcommand{\cftsubsubsecindent}{#2}}
{subsubsubsection indent}{\renewcommand{\cftsubsubsubsecindent}{#2}}
{paragraph indent}{\renewcommand{\cftparaindent}{#2}}
{subparagraph indent}{\renewcommand{\cftsubparaindent}{#2}}
{indent}{
\IfStrEqCase{#2}{
{normal}{
\renewcommand{\cftsecindent}{0em}
\renewcommand{\cftsubsecindent}{1.5em}
\renewcommand{\cftsubsubsecindent}{3.8em}
\renewcommand{\cftsubsubsubsecindent}{7em}
\renewcommand{\cftparaindent}{11em}
\renewcommand{\cftsubparaindent}{13em}
}
{noindent}{
\renewcommand{\cftsecindent}{0em}
\renewcommand{\cftsubsecindent}{0em}
\renewcommand{\cftsubsubsecindent}{0em}
\renewcommand{\cftsubsubsubsecindent}{0em}
\renewcommand{\cftparaindent}{0em}
\renewcommand{\cftsubparaindent}{0em}
}
{hustnoindent}{
\renewcommand{\cftsecindent}{0em}
\renewcommand{\cftsecnumwidth}{3em}
\renewcommand{\cftsubsecindent}{0em}
\renewcommand{\cftsubsecnumwidth}{3em}
\renewcommand{\cftsubsubsecindent}{0em}
\renewcommand{\cftsubsubsecnumwidth}{4em}
\renewcommand{\cftsubsubsubsecindent}{0em}
\renewcommand{\cftsubsubsubsecnumwidth}{5em}
\renewcommand{\cftparaindent}{0em}
\renewcommand{\cftparanumwidth}{6em}
\renewcommand{\cftsubparaindent}{0em}
\renewcommand{\cftsubparanumwidth}{6em}
}
{sameforsubandsubsub}{
\renewcommand{\cftsecindent}{0em}
\renewcommand{\cftsubsecindent}{1.5em}
\renewcommand{\cftsubsubsecindent}{1.5em}
\renewcommand{\cftsubsubsubsecindent}{1.5em}
\renewcommand{\cftparaindent}{1.5em}
\renewcommand{\cftsubparaindent}{1.5em}
}
}[\ClassWarning{\HGP@name}{There's no such value for #1 (tableofcontents)}]
}
{dot sep}{\renewcommand{\cftdotsep}{#2}}
{section dot sep}{\renewcommand{\cftsecdotsep}{#2}}
{subsection dot sep}{\renewcommand{\cftsubsecdotsep}{#2}}
{subsubsection dot sep}{\renewcommand{\cftsubsubsecdotsep}{#2}}
{subsubsubsection dot sep}{\renewcommand{\cftsubsubsubsecdotsep}{#2}}
{paragraph dot sep}{\renewcommand{\cftparadotsep}{#2}}
{subparagraph dot sep}{\renewcommand{\cftsubparadotsep}{#2}}
}[\ClassWarning{\HGP@name}{There's no such argument for tableofcontents}]
}
\AtBeginDocument{
%设置新的生成目录命令
\let \oldtableofcontents \tableofcontents
\renewcommand{\tableofcontents}[1][pagenum=false,toc in toc=false]{
\def\HGP@plainfooterstyle{}
\def\HGP@addtoctotoc{}
\kv@parse{#1}{\arg@tableofcontents}
%修改hdr原plain格式
\fancypagestyle{plain}{%
\fancyhf{} %清空原有样式
\headstyle
\HGP@plainfooterstyle
}
%设置目录hdr和页码选项
\clearpage
\pagestyle{plain}
\HGP@addtoctotoc
\oldtableofcontents
\clearpage
\pagestyle{main}
}
%旧的命令
\newcommand{\maketoc}[1][nopagenum]{
\IfStrEqCase{#1}{{nopagenum}{\tableofcontents[pagenum=false,toc in toc=false]}
{pagenum}{\tableofcontents[pagenum=true,toc in toc=false]}
{pagenumtoc}{\tableofcontents[pagenum=true,toc in toc=true]}
}
}
}
%
% --- 定义新的致谢环境
%
\newenvironment{thankpage}{
\clearpage
\phantomsection
\addcontentsline{toc}{section}{致谢}
\section*{致谢}
}{
\clearpage
}
%
% --- 重新定义参考文献页
%
%设置参考文献
\RequirePackage{natbib}
\setcitestyle{numbers,square,comma}
\ctexset{bibname={参考文献}}
%正常引用和上标引用
\let \normalcite \cite
\newcommand{\supercite}[2][]{
\unskip
\def\HGP@temp{#1}
\ifx\HGP@temp\empty{\unskip\textsuperscript{\normalcite{#2}}}
\else{\unskip\textsuperscript{\normalcite[#1]{#2}}}\fi
}
\IfStrEqCase{\HGP@citestyle}{
{normal}{}
{super}{\let \cite \supercite}
}
%设置参考文献样式
\IfStrEqCase{\HGP@citebst}{
{HustGraduPaper}{\bibliographystyle{HustGraduPaper}}
% {gbt7714-2015}{\bibliographystyle{gbt7714-2015}}
{thuthesis}{
\bibliographystyle{thuthesis-numeric}
\def\thudot{\unskip.}
}
}
%设置新的参考文献
\let \oldbibliography \bibliography
\renewcommand{\bibliography}[1]{
%添加到目录
\clearpage
\phantomsection
\addcontentsline{toc}{section}{参考文献}
\oldbibliography{#1}
}
%
% --- 其他设置
%
%pdf文件信息设置
\AtBeginDocument{
\hypersetup{
pdfinfo={
Title={\@title},
Author={\@author},
Subject={华中科技大学本科生毕业论文}
}
}
}
%查重识别问题
\def\HGP@Otherbold{}
\newcommand{\Otherbold}[1]{\def\HGP@Otherbold{#1}}
\newcommand{\chachong}{
\clearpage
{\heiti\zihao{1}\noindent 这部分用于支持加粗的复制,便于查重。请从这里开始删除!}
{\huawenzhongsong 华中科技大学毕业设计(论文)}
{\huawenzhongsong 本科生毕业设计[论文]}
{\heiti \@title 院系 专业班级 姓名 学号 指导教师}
{\heiti \@school \@classnum \@author \@stunum \@instructor}
{\heiti 学位论文原创性声明 学位论文版权使用授权书 摘要 关键词 目录 致谢 参考文献 附录}
{\songti 宋体}
{\heiti\zihao{1}\noindent 一直删除到这里!}
\HGP@Otherbold
\clearpage
}