-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPostDocRep.cls
569 lines (502 loc) · 17.5 KB
/
PostDocRep.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
%%
%% This is file `PostDocRep.cls',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% PostDocRep.dtx (with options: `cls')
%%
%% This is a generated file.
%%
%% Copyright 2005-2022
%% CTEX.ORG and any individual authors listed elsewhere in this file.
%%
%% This file was generated from file(s) of the PostDocRep package project.
%% ----------------------------------------------------------------------
%%
%% It may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.2
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.2 or later is part of all distributions of LaTeX
%% version 1999/12/01 or later.
%%
%% This file may only be distributed together with a copy of original
%% source files. You may however distribute original source files
%% without such generated files. Copying of this file is authorized
%% only if either:
%% (1) you make absolutely no changes to your copy, including name; OR
%% (2) if you do make changes, you first rename it to some other name.
%%
%% To produce the documentation run the original source files ending
%% with `.dtx' through LaTeX.
%%
%% \CharacterTable
%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
%% Digits \0\1\2\3\4\5\6\7\8\9
%% Exclamation \! Double quote \" Hash (number) \#
%% Dollar \$ Percent \% Ampersand \&
%% Acute accent \' Left paren \( Right paren \)
%% Asterisk \* Plus \+ Comma \,
%% Minus \- Point \. Solidus \/
%% Colon \: Semicolon \; Less than \<
%% Equals \= Greater than \> Question mark \?
%% Commercial at \@ Left bracket \[ Backslash \\
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{PostDocRep}
[2022/05/14 v0.1g PostDocRep
document class]
\newif\ifPDR@typeinfo \PDR@typeinfotrue
\DeclareOption{notypeinfo}{\PDR@typeinfofalse}
\newif\ifPDR@dvips \PDR@dvipsfalse
\newif\ifPDR@dvipdfm \PDR@dvipdfmfalse
\DeclareOption{dvips}{\PDR@dvipstrue\PDR@dvipdfmfalse}
\DeclareOption{dvipdfm}{\PDR@dvipsfalse\PDR@dvipdfmtrue}
\DeclareOption{pdftex}{\PDR@dvipsfalse\PDR@dvipdfmfalse}
\DeclareOption{xetex}{\PDR@dvipsfalse\PDR@dvipdfmfalse}
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{ctexbook}}
\ProcessOptions
\LoadClass[cs4size,a4paper,fancyhdr,fntef]{ctexbook}[2005/11/25]
%% check pdfTeX mode
\RequirePackage{ifpdf,ifxetex}
%% math packages
\RequirePackage{amsmath,amsthm,amsfonts,amssymb,bm}
%% graphics packages
\RequirePackage{graphicx}
%% sort and compress citations
\RequirePackage[sort&compress,numbers]{natbib}
%% packages and settings depend on PDF mode
\ifxetex
\RequirePackage[xetex]{hyperref}
\DeclareGraphicsExtensions{.pdf}
\fi
\ifpdf % We're running pdfTeX in PDF mode
\RequirePackage[pdftex]{hyperref}
\DeclareGraphicsExtensions{.pdf}
\fi
\ifPDR@dvips
\RequirePackage[dvips]{hyperref}
\RequirePackage{psfrag}
\AtBeginDvi{\special{pdf:tounicode GBK-EUC-UCS2}} % GBK -> Unicode
\DeclareGraphicsExtensions{.eps,.ps}
\fi
\ifPDR@dvipdfm
\RequirePackage[dvipdfm]{hyperref}
\DeclareGraphicsExtensions{.eps,.ps}
\fi
\hypersetup{CJKbookmarks,%
bookmarksnumbered,%
colorlinks,%
linkcolor=blue,%
citecolor=blue,%
plainpages=false,%
pdfstartview=FitH}
\AtEndOfPackage{\makeatletter\input{PostDocRep.cfg}\makeatother}
\oddsidemargin 0 true cm
\evensidemargin 0 true cm
% \oddsidemargin 1.5 true cm
% \if@twoside
% \evensidemargin 0 true cm
% \else
% \evensidemargin 1.5 true cm
% \fi
\textheight 21 true cm
\textwidth 14.5 true cm
\headheight 15pt
\parskip 0.5ex plus 0.25ex minus 0.25ex
\def\cleardoublepage{\clearpage\if@twoside \ifodd\c@page\else
\thispagestyle{empty}%
\hbox{}\newpage\if@twocolumn\hbox{}\newpage\fi\fi\fi}
\renewcommand{\floatpagefraction}{0.8}
% 修改章节标题的格式
\renewcommand{\thechapter}{\arabic{chapter}}
\bibliographystyle{plain}
% \newcommand\PDRspace{\space\space}
\newcommand\PDRspace{\quad}
\def\PDR@getfileinfo#1 #2 #3\relax#4\relax{%
\def\PDRfiledate{#1}%
\def\PDRfileversion{#2}%
\def\PDRfileinfo{#3}}%
\expandafter\ifx\csname [email protected]\endcsname\relax
\edef\reserved@a{\csname ver@ctextemp_PostDocRep.cls\endcsname}
\else
\edef\reserved@a{\csname [email protected]\endcsname}
\fi
\expandafter\PDR@getfileinfo\reserved@a\relax? ? \relax\relax
\def\PDR@underline[#1]#2{%
\CJKunderline{\hbox to #1{\hfill#2\hfill}}}
\def\PDRunderline{\@ifnextchar[\PDR@underline\CJKunderline}
\newcommand\classification[1]{\def\PDR@value@classification{#1}}
\newcommand\confidential[1]{\def\PDR@value@confidential{#1}}
\newcommand\UDC[1]{\def\PDR@value@UDC{#1}}
\newcommand\serialnumber[1]{\def\PDR@value@serialnumber{#1}}
\newcommand\school[1]{\def\PDR@value@school{#1}}
\renewcommand\title[2][\PDR@value@title]{%
\def\PDR@value@title{#2}
\def\PDR@value@titlemark{\MakeUppercase{#1}}}
\renewcommand\author[1]{\def\PDR@value@author{#1}}
\newcommand\advisor[1]{\def\PDR@value@advisor{#1}}
\newcommand\workdate[2]{\def\PDR@value@begindate{#1}%
\def\PDR@value@enddate{#2}}
\newcommand\submitdate[1]{\def\PDR@value@submitdate{#1}}
\newcommand\address[1]{\def\PDR@value@address{#1}}
\newcommand\englishtitle[1]{\def\PDR@value@englishtitle{#1}}
\newcommand\major[1]{\def\PDR@value@major{#1}}
\newcommand\submajor[1]{\def\PDR@value@submajor{#1}}
\newcommand\institute[1]{\def\PDR@value@institute{#1}}
% title page
\renewcommand\maketitle{%
\cleardoublepage
\thispagestyle{empty}
\begin{center}
\bf\songti\zihao{-4}
\PDR@label@classification~ %分类号
\PDRunderline[100pt]{\PDR@value@classification}
\hfill
\PDR@label@confidential~ %密级
\PDRunderline[100pt]{\PDR@value@confidential}
\vskip 10pt
\PDR@label@UDC~ % UDC号
\PDRunderline[108pt]{\PDR@value@UDC}
\hfill
\PDR@label@serialnumber~ %编号
\PDRunderline[100pt]{\PDR@value@serialnumber}
\vskip \stretch{2}
\bf\heiti\zihao{-2}
\begin{tabular}{c}
\makebox[10em][s]{\PDR@value@school} \\
\makebox[14em][s]{\PDR@label@report}\\
\end{tabular}
% \PDR@value@school \\
% \vskip \stretch{.1}
% \PDR@label@report
\vskip \stretch{2}
\bf\songti\zihao{4} \PDRunderline{~\PDR@value@title~}
\vskip \stretch{1}
\bf\kaishu\zihao{4} ~\PDR@value@author~
\vskip \stretch{2}
\bf\fangsong\zihao{4}
\def\tabcolsep{1pt}
\def\arraystretch{1.5}
\begin{tabular}{lc}
\ifx\PDR@value@advisor\@empty\else
\PDR@label@advisor &
\PDRunderline[200pt]{\PDR@value@advisor}
\\
\fi
\PDR@label@workdate &
\PDRunderline[200pt]{\PDR@value@begindate --- \PDR@value@enddate}
\\
\PDR@label@submitdate &
\PDRunderline[200pt]{\PDR@value@submitdate}
\end{tabular}
\vskip \stretch{2}
\PDR@value@address \\
\PDR@value@submitdate
\end{center}
\clearpage
\if@twoside
\thispagestyle{empty}
\ifPDR@typeinfo
\vspace*{\stretch{1}}
\begin{footnotesize}
\noindent
Typeset by \LaTeXe{} at \CTEX@todayold \\
With package \texttt{PostDocRep} \PDRfileversion{} of C\TeX{}.ORG
\end{footnotesize}
\fi
\cleardoublepage
\fi
\thispagestyle{empty}
\begin{center}
\vspace*{\stretch{1}}
\bf\heiti\zihao{2} \PDR@value@title
\vskip 10pt
\bf\heiti\zihao{3} \PDR@value@englishtitle
\vskip \stretch{5}
\bf\fangsong\zihao{4}
\def\tabcolsep{1pt}
\def\arraystretch{1.5}
\begin{tabular}{lc}
\makebox[11em][s]{\PDR@label@author} &
\PDRunderline[200pt]{\PDR@value@author}
\\
\ifx\PDR@value@advisor\@empty\else
\makebox[11em][s]{\PDR@label@advisor} &
\PDRunderline[200pt]{\PDR@value@advisor}
\\
\fi
\makebox[11em][s]{\PDR@label@major} &
\PDRunderline[200pt]{\PDR@value@major}
\\
\makebox[11em][s]{\PDR@label@submajor} &
\PDRunderline[200pt]{\PDR@value@submajor}
\\
\makebox[11em][s]{\PDR@label@begindate} &
\PDRunderline[200pt]{\PDR@value@begindate}
\\
\makebox[11em][s]{\PDR@label@enddate} &
\PDRunderline[200pt]{\PDR@value@enddate}
\end{tabular}
\vskip \stretch{5}
\bf\fangsong\zihao{4}
\def\tabcolsep{1pt}
\def\arraystretch{1.5}
% \begin{tabular}{lc}
% \PDR@label@institute &
% \PDRunderline[250pt]{\PDR@value@institute}
% \\
% \PDR@label@submitdate &
% \PDRunderline[250pt]{\PDR@value@submitdate}
% \end{tabular}
\begin{tabular}{c}
\zihao{4}{\PDR@value@institute}
\\
\zihao{4}{\PDR@value@submitdate}
\end{tabular}
\end{center}
\thispagestyle{empty}
\clearpage
\if@twoside
\thispagestyle{empty}
% \PDR@declarepage
\cleardoublepage
\fi
\thispagestyle{empty}
\clearpage
\if@twoside
\PDR@declarepage
\fi
\thispagestyle{empty}
\clearpage
\if@twoside
\thispagestyle{empty}
\cleardoublepage
\fi
}
%如果需要页眉页脚
\pagestyle{plain}
%\fancypagestyle{plain}{%
% \fancyhf{}%
% \renewcommand{\headrulewidth}{0pt}%
% \renewcommand{\footrulewidth}{0pt}%
%}
% \pagestyle{fancy}
% \fancyhf{}
% \fancyhead[RE]{\small \PDR@value@titlemark}
% \fancyhead[LO]{\small \leftmark}
% \fancyhead[LE,RO]{\small ~\thepage~}
% 声明
\newcommand{\PDR@declare}{独创性声明}
\newcommand{\PDR@declaretext}{\hspace{2em}本人声明所呈交的博士后研究工作报告是我个人在导师(合作导师)指导下进行的研究工作及取得的研究成果。尽我所知,除文中已经标明引用的内容外,本研究报告不包含任何其他个人或集体已经发表或撰写的研究成果。本报告的研究做出贡献的个人和集体,均已在报告中以明确方式标明。本人完全意识到,本声明的法律结果由本人承担。}
\newcommand{\PDR@signature}{博士后研究工作报告作者签名:\hspace{2em}}
\newcommand{\PDR@backdate}{日\hspace{1em}期:\hspace{2em}}
% 授权
\newcommand{\tabincell}[2]{\begin{tabular}{@{}#1@{}}#2\end{tabular}}
\newcommand{\PDR@authtitle}{博士后研究工作报告版权使用授权书}
\newcommand{\PDR@authorization}{%
\hspace*{2em}本博士后研究工作报告作者完全了解学校有关保留、使用博士后研究工作报告的规定,即:学校有权保留并向国家有关部门或机构送交报告的复印件和电子版,允许报告被查阅和借阅。本人授权华中科技大学可以将本报告的全部或部分内容编入有关数据库进行检索,可以采用影印、缩印或扫描等复印手段保存和汇编本研究报告。}
\newcommand{\PDR@authorizationaddon}{%
本研究报告属于 \tabincell{l}{保\hspace{1em}密$\square$,在~\makebox[2em]{\hrulefill} 年解密后适用本授权书。\\
不保密~$\mbox{\ooalign{$\checkmark$\cr\hidewidth$\square$\hidewidth\cr}}$。} }
\newcommand{\PDR@authorizationcheck}{(请在以上方框内打“$\surd$”)}
\newcommand{\PDR@authorsig}{博士后研究工作报告作者签名:}
\newcommand{\PDR@teachersig}{合作导师签名:}
\newcommand{\PDR@frontdate}{\hspace{2em}年\hspace{2em}月\hspace{2em}日}
% 版权页
\newcommand{\PDR@declarepage}{
\begin{center}
\parbox[t]{\textwidth}{\zihao{2} \heiti \centerline{\PDR@declare}}
\vspace{1cm}
\parbox[t]{\textwidth}{\zihao{-4}\PDR@declaretext}
\vspace{1cm}
\parbox[t]{\textwidth}{\zihao{-4}
\hfill \begin{tabular}{rl}
\PDR@authorsig & \hspace{0em} \vspace{0.5cm}\\
日期: & \PDR@frontdate \\
\end{tabular}}\\
\vspace{2cm}
\begin{center}
\parbox[t][3cm][c]{\textwidth}{\zihao{2} \heiti \centerline{ \PDR@authtitle}}
\parbox[t][3cm][c]{\textwidth}{\zihao{-4}\PDR@authorization}\\
\hspace*{2em}\parbox[t][2cm][c]{\textwidth}{\zihao{-4}\PDR@authorizationaddon}\\ \vspace{-1em}
\hspace*{2em}\parbox[t][2cm][c]{\textwidth}{\zihao{-4}\PDR@authorizationcheck}\\
\vspace{-2cm}
\hspace*{2em}\parbox[t][3cm][b]{\textwidth}{\zihao{-4}
\begin{tabular}{ll}
\hspace{-1.5em} \PDR@authorsig & \hspace{-2em} \vspace{0.5cm}\\
\hspace{-1.5em} 日期:\PDR@frontdate & \hspace{-2em} \\
\end{tabular}
\hfill
\begin{tabular}{ll}
\PDR@teachersig & \hspace{2em} \vspace{0.5cm}\\
日期:\PDR@frontdate & \hspace{-2.4em} \\
\end{tabular}}
\end{center}
\end{center}
}
% abstract in Chinese and English
\newenvironment{abstract}
{\Nchapter{\PDR@label@abstract}}
{}
\newcommand\keywords[1]{%
\vspace{2ex}\noindent{\heiti \PDR@label@keywords} #1}
\newenvironment{englishabstract}
{\Nchapter{\PDR@label@englishabstract}}
{}
\newcommand\englishkeywords[1]{%
\vspace{2ex}\noindent{\bf \PDR@label@englishkeywords} #1}
% Table of Contents
\renewcommand\tableofcontents{%
\if@twocolumn
\@restonecoltrue\onecolumn
\else
\@restonecolfalse
\fi
\begingroup
% 禁用目录页的目录条目
\addtocontents{toc}{\protect\setcounter{tocdepth}{-1}}
\Nchapter{\contentsname}%
% 恢复其他非编号章节的目录条目
\addtocontents{toc}{\protect\setcounter{tocdepth}{2}}
\endgroup
\@mkboth{\MakeUppercase\contentsname}{\MakeUppercase\contentsname}%
\@starttoc{toc}%
\if@restonecol\twocolumn\fi
}
\addtocontents{toc}{\let\string\CTEX@spaceChar\relax}
\newcommand*\Nchapter[1]{%
\if@mainmatter%
\@mainmatterfalse%
\chapter{#1}%
\@mainmattertrue%
\else
\chapter{#1}%
\fi}
\def\@dottedtocline#1#2#3#4#5{%
\ifnum #1>\c@tocdepth \else
\vskip \z@ \@plus.2\p@
{\leftskip #2\relax \rightskip \@tocrmarg \parfillskip -\rightskip
\parindent #2\relax\@afterindenttrue
\interlinepenalty\@M
\leavevmode
\@tempdima #3\relax
\advance\leftskip \@tempdima \null\nobreak\hskip -\leftskip
{#4}\nobreak
\leaders\hbox{$\m@th\mkern 1.5mu\cdot\mkern 1.5mu$}\hfill
\nobreak
\hb@xt@\@pnumwidth{\hfil\normalfont \normalcolor #5}%
\par}%
\fi}
\renewcommand*\l@part[2]{%
\ifnum \c@tocdepth >-2\relax
\addpenalty{-\@highpenalty}%
\addvspace{2.25em \@plus\p@}%
\setlength\@tempdima{3em}%
\begingroup
\parindent \z@ \rightskip \@pnumwidth
\parfillskip -\@pnumwidth
{\leavevmode
\large \bfseries #1
\leaders\hbox{$\m@th\mkern 1.5mu\cdot\mkern 1.5mu$}
\hfil \hb@xt@\@pnumwidth{\hss #2}}\par
\nobreak
\global\@nobreaktrue
\everypar{\global\@nobreakfalse\everypar{}}%
\endgroup
\fi}
\renewcommand*\l@chapter[2]{%
\ifnum \c@tocdepth >\m@ne
\addpenalty{-\@highpenalty}%
\vskip 1.0em \@plus\p@
\setlength\@tempdima{1.5em}%
\begingroup
\parindent \z@ \rightskip \@pnumwidth
\parfillskip -\@pnumwidth
\leavevmode \bfseries
\advance\leftskip\@tempdima
\hskip -\leftskip
#1\nobreak
\leaders\hbox{$\m@th\mkern 1.5mu\cdot\mkern 1.5mu$}
\hfil \nobreak\hb@xt@\@pnumwidth{\hss #2}\par
\penalty\@highpenalty
\endgroup
\fi}
\renewenvironment{thebibliography}[1]
{\Nchapter{\bibname}%
\@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}
\newenvironment{publications}[1]
{\Nchapter{\PDR@label@publications}%
\@mkboth{\MakeUppercase\PDR@label@publications}
{\MakeUppercase\PDR@label@publications}%
\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 `publications' environment}}%
\endlist}
\newenvironment{resume}
{\Nchapter{\PDR@label@resume}}
{}
\newenvironment{resumesection}[1]
{{\noindent\normalfont\bfseries #1}
\list{}{\labelwidth\z@
\leftmargin 2\ccwd}
\item\relax}
{\endlist}
\newenvironment{resumelist}[1]
{{\noindent\normalfont\bfseries #1}
\list{}{\labelwidth\z@
\leftmargin 4\ccwd
\itemindent -2\ccwd
\listparindent\itemindent}
\item\relax}
{\endlist}
\renewenvironment{thanks}
{\Nchapter{\PDR@label@thanks}}
{}
\setcounter{secnumdepth}{4}
\newtheoremstyle{break}% name
{}% Space above, empty = `usual value'
{}% Space below
{\itshape}% Body font
{}% Indent amount (empty = no indent, \parindent = para indent)
{\bfseries}% Thm head font
{.}% Punctuation after thm head
{\newline}% Space after thm head: \newline = linebreak
{}% Thm head spec
\endinput
%%
%% End of file `PostDocRep.cls'.