summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/xelatex/hduthesis/cha/source/a5.tex
blob: d55cdf54ad7391f76c839235aeb5573f4447a9b7 (plain)
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
\subsection{\file{hduthesis-pg.config-module.code} 的实现}

由于模块 \file{pg.config} 是通过命令 \cs{__hduthesis_docinfo_degree_if_aux:} 在命令 \cs{DocInfo} 中加载的,所以需要在此模块前后用 \cmd{\ExplSyntaxOn \makeatletter} 和 \cmd{\makeatother \ExplSyntaxOff} 包裹.

提供模块 \file{pg.config} 文件
\begin{minted} [ linenos, bgcolor = bg, breaklines ] {tex}
  \hduthesis_provide_module:n {pg.config}
\end{minted}

设置页面布局、页眉、目录页码格式
\begin{minted} [ linenos, firstnumber = last, bgcolor = bg, breaklines ] {tex}
  \geometry { top = 2.8cm, bottom = 3.2cm, left = 3.2cm, right = 3.2cm,
              headheight = 15pt, headsep = .72cm, footskip = 1.5cm }
  \fancyhead[C]
    { \raisebox { .12ex } { \small 杭州电子科技大学硕士学位论文 } }
  \hook_gput_code:nnn { cmd/tableofcontents/after } { . }
    {
      \clearpage
      \pagenumbering{arabic}
      \cfoot{\small \thepage}
    }
\end{minted}

使用辅助函数 \cs{__hduthesis_cover_pg_aux:} 重定义 \cs{maketitle} 命令,用于生成封面与扉页,并对其单独设置页面布局
\begin{minted} [ linenos, firstnumber = last, bgcolor = bg, breaklines ] {tex}
  \RenewDocumentCommand \maketitle {}
    {
      \newgeometry{margin = 2.75cm}
      \begin{titlepage}
        \__hduthesis_cover_pg_aux:
      \end{titlepage}
      \titlepage
      \__hduthesis_cnoverleaf_pg_aux:
      \endtitlepage
      \titlepage
        \__hduthesis_enoverleaf_pg_aux:
      \endtitlepage
      \restoregeometry
      \pagenumbering{Roman}
      \cfoot {\small \thepage}
    }
\end{minted}

使用辅助函数 \cs{__hduthesis_cover_pg_aux:} 重定义封面页的内容
\begin{minted} [ linenos, firstnumber = last, bgcolor = bg, breaklines ] {tex}
  \cs_new_protected_nopar:Nn \__hduthesis_cover_pg_aux:
    {
      \begin{center}
        \null
        \includegraphics[height = 2.35cm]{hdutitle}
        \par \vspace*{40\p@}
          { \LARGE\__hduthesis_cover_spread_box:nn {.575\linewidth} {硕士学位论文} }
        \par\vspace*{100\p@}
        \semiLarge 题 \qquad 目:
        \__hduthesis_cover_center_box:nn { .75\linewidth } { \kaishu \@title }
        \vspace*{24\p@}\par
        \begin{tabular}
          { >{\semiLarge\centering\arraybackslash}p{4\ccwd}@{}
            >{\semiLarge\centering\arraybackslash\kaishu}p{.65\linewidth}@{} }
          \__hduthesis_cover_spread_box:nn { 4\ccwd } { 研究生 } &
          \__hduthesis_cover_center_box:nn { .96\linewidth } { \@author }\\
          \__hduthesis_cover_spread_box:nn { 4\ccwd } { 专业 } &
          \__hduthesis_cover_center_box:nn { .96\linewidth }
            { \l__docinfo_major_tl }\\
          \__hduthesis_cover_spread_box:nn { 4\ccwd } { 指导教师 } &
          \__hduthesis_cover_center_box:nn { .96\linewidth }
            {
              \l__docinfo_cnsupervisor_tl \qquad \l__docinfo_cnrole_tl 
            }\\[13.5ex]
          \semilarge 完成日期 &
          \__hduthesis_cover_center_box:nn { .96\linewidth }
            { \semilarge
              \textsf{\int_use:N \c_sys_year_int} 年
              \textsf{\int_use:N \c_sys_month_int} 月
            }
        \end{tabular}
      \end{center}
    }
\end{minted}

使用辅助函数 \cs{__hduthesis_cnoverleaf_pg_aux:} 重定义中文扉页的内容
\begin{minted} [ linenos, firstnumber = last, bgcolor = bg, breaklines ] {tex}
  \cs_new_protected_nopar:Nn \__hduthesis_cnoverleaf_pg_aux:
    {
      \begin{center}
        \vspace*{25\p@}
          { \LARGE 杭州电子科技大学硕士学位论文 }
          \vspace*{140\p@} \par
          \begin{spacing}{1.15}
            \huge\textsf{ \@title }
          \end{spacing}
          \vspace*{128\p@} \par
          \begin{tabular}{>{\semiLarge}p{6.25\ccwd}>{\semiLarge\kaishu}l}
            \__hduthesis_cover_spread_box:nn { 4\ccwd } {研究生}:& 
            \__hduthesis_cover_spread_box:nn { 4\ccwd } { \@author }\\[2ex]
            \__hduthesis_cover_spread_box:nn { 4\ccwd } {指导教师}:&
            \__hduthesis_cover_spread_box:nn { 4\ccwd }
              { \l__docinfo_cnsupervisor_tl } \hskip1.5em \l__docinfo_cnrole_tl
          \end{tabular}
          \par \vspace{60\p@} \semilarge
          \textsf{\int_use:N \c_sys_year_int} \kaishu 年
          \textsf{\int_use:N \c_sys_month_int} \kaishu 月
      \end{center}
    }
\end{minted}

使用辅助函数 \cs{__hduthesis_enoverleaf_pg_aux:} 重定义英文扉页的内容
\begin{minted} [ linenos, firstnumber = last, bgcolor = bg, breaklines ] {tex}
  \cs_new_protected_nopar:Nn \__hduthesis_enoverleaf_pg_aux:
    {
      \begin{center}
        \vspace*{16\p@}{\bfseries \semilarge
          Dissertation~Submitted~to~Hangzhou~Dianzi~University\\[.8ex]
          for~the~Degree~of~Master}
        \vspace*{120\p@} \par
        \begin{spacing}{1.12}
          \huge\bfseries\l__docinfo_entitle_tl
        \end{spacing}
        \vspace*{112\p@} \par
        \begin{tabular}
          { >{\bfseries\large}l
            >{\bfseries\large}l
          }
          \__hduthesis_cover_spread_box:nn { 5em } {Candidate:~} &
          \l__docinfo_enauthor_tl\\[3ex]
          \__hduthesis_cover_spread_box:nn { 5em } {Supervisor:~} &
          \l__docinfo_enrole_tl{}~ \l__docinfo_ensupervisor_tl
          \\[11ex]
        \end{tabular}
        \vspace*{8\p@}\par
        \bfseries \large
        \clist_item:Nn
        \g_system_month_clist { \int_use:N \c_sys_month_int },~
        \int_use:N \c_sys_year_int
      \end{center}
    }
\end{minted}

使用辅助函数 \cs{__hduthesis_commitment_pg_aux:} 定义 \cs{commitment} 命令,用于生成承诺书页面. 该命令接收一个可选参数,用于添加签名图片与日期
\begin{minted} [ linenos, firstnumber = last, bgcolor = bg, breaklines ] {tex}
  \NewDocumentCommand \commitment { O{} }
    {
      \cfoot {}
      \newgeometry{margin = 2.75cm}
      \titlepage
        \__hduthesis_commitment_pg_aux:n {#1}
      \endtitlepage
      \restoregeometry
      \cfoot {\small \thepage}
    }
\end{minted}

使用辅助函数 \cs{__hduthesis_commitment_pg_aux:} 定义承诺书页面的内容
\begin{minted} [ linenos, firstnumber = last, bgcolor = bg, breaklines ] {tex}
  \cs_new_protected_nopar:Npn \__hduthesis_commitment_pg_aux:n #1
  {
    \vspace*{-12\p@}
    \begin{center}
      \large
      杭州电子科技大学\\[1ex] 学位论文原创性声明和使用授权说明
    \end{center}
    \vspace*{20\p@}
    \begin{center}
      \semilarge 原创性声明
    \end{center}
    \par \vspace*{.4\baselineskip}
    \begin{spacing}{1.65}
      本人郑重声明:所呈交的学位论文,是本人在导师的指导下,独立进行研究工作所取得的成果。
      除文中已经注明引用的内容外,本论文不含任何其他个人或集体已经发表或撰写过的作品或成果。
      对本文的研究做出重要贡献的个人和集体,均已在文中以明确方式标明。\par
      \noindent 申请学位论文与资料若有不实之处,本人承担一切相关责任。
      \par \vspace*{1.25\baselineskip}
      \noindent \makebox[.45\linewidth][l]
        {
          论文作者签名:
          \__hduthesis_signature_process_aux:nnn {#1}{1}{0}
          \tl_if_empty:NF \l__hduthesis_signature_figure_tl
            {
              \signature { \l__hduthesis_signature_figure_tl }
              \tl_clear:N \l__hduthesis_signature_figure_tl
            }
        }
      日期:
      \makebox [ 2.5em ] [ l ]
        { \__hduthesis_signature_process_aux:nnn {#1}{1}{1} } 年
      \makebox [ 2em ] { \__hduthesis_signature_process_aux:nnn {#1}{1}{2} } 月
      \makebox [ 2em ] { \__hduthesis_signature_process_aux:nnn {#1}{1}{3} } 日
      \par\vspace*{20\p@}
      \begin{center}
        \semilarge 学位论文使用授权说明
      \end{center}
      \par \vspace*{.4\baselineskip}
      本人完全了解杭州电子科技大学关于保留和使用学位论文的规定,
      即:研究生在校攻读学位期间论文工作的知识产权单位属杭州电子科技大学。
      本人保证毕业离校后,发表论文或使用论文工作成果时署名单位仍然为杭州电子科技大学。
      学校有权保留送交论文的复印件,允许查阅和借阅论文;学校可以公布论文的全部或部分内容,
      可以允许采用影印、缩印或其它复制手段保存论文。(保密论文在解密后遵守此规定)
      \par \vspace*{1.25\baselineskip}
      \noindent \makebox[.45\linewidth][l]
        {
          论文作者签名:
          \__hduthesis_signature_process_aux:nnn {#1}{2}{0}
          \tl_if_empty:NF \l__hduthesis_signature_figure_tl
            {
              \signature { \l__hduthesis_signature_figure_tl }
              \tl_clear:N \l__hduthesis_signature_figure_tl
            }
        }
      日期:
      \makebox [ 2.5em ] [ l ]
        { \__hduthesis_signature_process_aux:nnn {#1}{2}{1} } 年
      \makebox [ 2em ]
        { \__hduthesis_signature_process_aux:nnn {#1}{2}{2} } 月
      \makebox [ 2em ]
        { \__hduthesis_signature_process_aux:nnn {#1}{2}{3} } 日
      \par \vspace*{\baselineskip}
      \noindent \makebox[.45\linewidth][l]
        {
          指导教师签名:
          \__hduthesis_signature_process_aux:nnn {#1}{3}{0}
          \tl_if_empty:NF \l__hduthesis_signature_figure_tl
            {
              \signature { \l__hduthesis_signature_figure_tl }
              \tl_clear:N \l__hduthesis_signature_figure_tl
            }
        }
      日期:
      \makebox [ 2.5em ] [ l ]
        { \__hduthesis_signature_process_aux:nnn {#1}{3}{1} } 年
      \makebox [ 2em ]
        { \__hduthesis_signature_process_aux:nnn {#1}{3}{2} } 月
      \makebox [ 2em ]
        { \__hduthesis_signature_process_aux:nnn {#1}{3}{3} } 日
    \end{spacing}
  }
\end{minted}

重新定义摘要环境,该环境接收一个可选参数,用于生成中英文摘要页面,默认为英文页面
\begin{minted} [ linenos, firstnumber = last, bgcolor = bg, breaklines ] {tex}
  \RenewDocumentEnvironment {abstract} { O{en} }
    {
      \str_if_eq:nnT {#1} {en}
        {
          \tl_set:Nn \l__keywords_name_tl {Keywords:~}
          \tl_set:Nn \l__keywords_sep_tl {,~}
          \@beginparpenalty\@lowpenalty
          \chapter*{\normalfont\bfseries Abstract}
          \addcontentsline{toc}{chapter}{\bfseries Abstract}
        }
      \str_if_eq:nnT {#1} {cn}
        {
          \tl_set:Nn \l__keywords_name_tl {\textsf{关键词:}}
          \tl_set:Nn \l__keywords_sep_tl {,}
          \@beginparpenalty\@lowpenalty
          \chapter*{摘要}
          \addcontentsline{toc}{chapter}{摘要}
        }
    }
    {
      \tl_clear:N \l__abstract_name_tl
      \clearpage
    }
\end{minted}

新建一个列表 \cs{l__abstract_keywords_clist} 保存关键词,定义 \cs{keywords} 命令,通过 \env{abstract} 环境的可选参数来以不同的分隔符输出关键词
\begin{minted} [ linenos, firstnumber = last, bgcolor = bg, breaklines ] {tex}
  \clist_new:N \l__abstract_keywords_clist
  \NewDocumentCommand \keywords { m }
    {
      \par \vspace*{\baselineskip}
      \noindent\textbf{\l__keywords_name_tl}
      \clist_set:Nn \l__abstract_keywords_clist {#1}
      \clist_use:Nn \l__abstract_keywords_clist {\l__keywords_sep_tl}
    }
\end{minted}

加载 \pkg{tocloft} 宏包,重新定义目录页的格式
\begin{minted} [ linenos, firstnumber = last, bgcolor = bg, breaklines ] {tex}
  \RequirePackage{tocloft}
  \renewcommand \contentsname {\hfill 目录 \hfill}
  \renewcommand* \cfttoctitlefont{\sffamily\semiLarge}
  \dim_set:Nn \cftbeforetoctitleskip {12pt}
  \dim_set:Nn \cftaftertoctitleskip {24pt}
  \dim_set:Nn \cftbeforechapskip {1pt}
  \dim_set:Nn \cftbeforesecskip {-.2pt}
\end{minted}

对 \hologo{LaTeX2e} 中用于生成目录导向线的宏 \cs{@dottedtocline} 打补丁,更改导向线密度
\begin{minted} [ linenos, firstnumber = last, bgcolor = bg, breaklines ] {tex}
  \patchcmd { \@dottedtocline }
    { \leaders \hbox { $\m@th\mkern \@dotsep mu\hbox{.}\mkern \@dotsep mu$ } }
    { \kern 4pt \leaders \hbox { $\m@th\mkern .4 mu\hbox{.}\mkern .4 mu$ } } {}{}
\end{minted}

更改目录章节的项目间距、字体格式、导向线密度和目录深度
\begin{minted} [ linenos, firstnumber = last, bgcolor = bg, breaklines ] {tex}
  \renewcommand* \l@chapter {\@dottedtocline{1}{0em}{1.6em}}
  \renewcommand* \l@section {\@dottedtocline{1}{2.3em}{2.1em}}
  \renewcommand* \@dotsep {1.7}
  \renewcommand* \@pnumwidth {2.5ex}
  \renewcommand* \cftchapfont {\normalfont}
  \setcounter{tocdepth}{1}
\end{minted}

使用 \pkg{ctex} 宏包设置章节标题格式
\begin{minted} [ linenos, firstnumber = last, bgcolor = bg, breaklines ] {tex}
  \ctexset
    {
      chapter    =
        {
          aftername  = \hspace{.5\ccwd}, fixskip   = true,
          beforeskip = 32pt,             afterskip = 32pt,
          format+    = \sffamily\semiLarge,
          pagestyle  = fancy
        },
      section    =
        {
          aftername  = \hspace{.5\ccwd}, fixskip   = true,
          beforeskip = 2ex,              afterskip = 2.75ex,
          format     = \sffamily\large
        },
      subsection =
        {
          aftername  = \hspace{.5\ccwd}, fixskip   = true,
          beforeskip = 2ex,              afterskip = 2.75ex,
          format     = \sffamily\semilarge
        }
    }
\end{minted}

结束模块 \file{hduthesis-pg.config-module.code} 文件
\begin{minted} [ linenos, firstnumber = last, bgcolor = bg, breaklines ] {tex}
  \endinput
\end{minted}