-
Notifications
You must be signed in to change notification settings - Fork 3
/
YNUthesis.dtx
6111 lines (6084 loc) · 259 KB
/
YNUthesis.dtx
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
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
% \iffalse meta-comment
% !TeX program = XeLaTeX
% !TeX encoding = UTF-8
%
% Copyright (C) 2023 by Rui-Zhi Li <[email protected]>
%--------------------------------------------------------------------------
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
% version 1.3c of this license or (at your option) any later
% version. This version of this license is in
% http://www.latex-project.org/lppl/lppl-1-3c.txt
% and the latest version of this license is in
% http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of
% LaTeX version 2005/12/01 or later.
%
% This work has the LPPL maintenance status "maintained".
%
% --------------------------------------------------------------------------
%
%<*internal>
\iffalse
%</internal>
%
%<*readme>
# 云南大学研究生学位论文 LaTeX 模板
[![Compiling LaTeX template](https://github.com/Astro-Lee/YNUthesis/actions/workflows/Compiling%20LaTeX%20template.yml/badge.svg)](https://github.com/Astro-Lee/YNUthesis/actions/workflows/Compiling%20LaTeX%20template.yml)
- 本模板正处于开发阶段。
- 本模板根据[《云南大学研究生学位论文写作规范》](http://www.grs.ynu.edu.cn/info/1037/1540.htm)编写,**个人能力、精力有限,不保证完全符合规范!此外,该模板未经学校官方核准,如有顾虑,请不要使用!**
- [Overleaf](https://cn.overleaf.com/latex/templates?q=%E4%BA%91%E5%8D%97%E5%A4%A7%E5%AD%A6)
# 贡献
用户若有建议或需求,欢迎提交 [issues](https://github.com/Astro-Lee/YNUthesis/issues)、[pull requests](https://github.com/Astro-Lee/YNUthesis/pulls) 或 [discussions](https://github.com/Astro-Lee/YNUthesis/discussions)。
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=Astro-Lee/YNU-thesis-bachelor,Astro-Lee/YNUthesis&type=Date)](https://star-history.com/#Astro-Lee/YNU-thesis-bachelor&Astro-Lee/YNUthesis&Date)
# 致谢
- [stone-zeng/fduthesis](https://github.com/stone-zeng/fduthesis)
---
- Email: liruizhi0871[AT]gmail.com
- Copyright (C) 2023 by Rui-Zhi Li.
%</readme>
%
%<*internal>
\fi
\begingroup
\def\NameOfLaTeXe{LaTeX2e}
\expandafter\endgroup\ifx\NameOfLaTeXe\fmtname\else
\csname fi\endcsname
%</internal>
%
%<*install>
\input docstrip.tex
\keepsilent
\askforoverwritefalse
\usedir{tex/latex/YNUthesis}
\preamble
Copyright (C) 2023 by Rui-Zhi Li <[email protected]>
---------------------------------------------------------------------
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either
version 1.3c of this license or (at your option) any later
version. This version of this license is in
http://www.latex-project.org/lppl/lppl-1-3c.txt
and the latest version of this license is in
http://www.latex-project.org/lppl.txt
and version 1.3 or later is part of all distributions of
LaTeX version 2005/12/01 or later.
This work has the LPPL maintenance status "maintained".
The Current Maintainer of this work is Rui-Zhi Li.
This work consists of the files YNUthesis.dtx,
YNUthesis-logo.dtx,
and the derived files YNUthesis.ins,
YNUthesis.cls,
and README.md.
---------------------------------------------------------------------
\endpreamble
\generate{
\usedir{tex/latex/YNUthesis}
\file{\jobname.cls} {\from{\jobname.dtx}{class}}
\file{\jobname.def} {\from{\jobname.dtx}{definition}}
\file{YNUlogo.sty} {\from{\jobname.dtx}{logo}}
%</install>
%<*internal>
\usedir{source/latex/YNUthesis}
\file{\jobname.ins} {\from{\jobname.dtx}{install}}
%</internal>
%<*install>
\usedir{doc/latex/YNUthesis}
\nopreamble\nopostamble
\file{README.md} {\from{\jobname.dtx}{readme}}
}
\obeyspaces
\Msg{*************************************************************}
\Msg{* *}
\Msg{* To finish the installation you have to move the following *}
\Msg{* files into a directory searched by TeX: *}
\Msg{* *}
\Msg{* The recommended directory is TDS:tex/latex/YNUthesis *}
\Msg{* *}
\Msg{* YNUthesis.cls *}
\Msg{* *}
\Msg{* To produce the documentation, run the file YNUthesis.dtx *}
\Msg{* through XeLaTeX. *}
\Msg{* *}
\Msg{* Happy TeXing! *}
\Msg{* *}
\Msg{*************************************************************}
\endbatchfile
%</install>
%
%<*internal>
\fi
%</internal>
%
%<*driver>
%\ProvidesFile{YNUthesis.dtx}
%</driver>
%
%^^A https://tex.stackexchange.com/questions/201660/latex3s-getidinfo-how-is-its-argument-automatically-populated
%<class|logo>\NeedsTeXFormat{LaTeX2e}[2023/06/01]
%<class|logo>\RequirePackage{expl3}
%
%<*!(driver|install)>
%<!readme>\GetIdInfo $Id: YNUthesis.dtx 0.0.3 2023-06-30 12:00:00Z Rui-Zhi Li <[email protected]> $
%<class> {Thesis template for Yunnan University}
%<class>\ProvidesExplClass{\ExplFileName}
%
%<logo> {Yunnan University's Visual Identity}
%<logo>\ProvidesExplPackage{YNUlogo}
%
%<definition> {Definition file for fduthesis}
%<definition>\ProvidesExplFile{\ExplFileName.def}
%
%<!readme> {\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
%</!(driver|install)>
%
%<*driver>
\documentclass{ctxdoc}
\usepackage{YNUlogo}
\usepackage{zhlipsum}
\EnableCrossrefs
\CodelineIndex
\RecordChanges
%^^A \DisableImplementation
\begin{document}
\DocInput{\jobname.dtx}
\end{document}
%</driver>
% \fi
%
% \CheckSum{0}
%
% \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 \~}
%
% \GetFileInfo{YNUthesis.dtx}
%
% \DoNotIndex{hlist of control sequencesi}
% \hypersetup{
% pdftitle = {YNUthesis: 云南大学论文模板},
% pdfauthor = {李睿智}}
%^^A 全角标点放在引号中,需要改成半角式,否则间距过大,不好看
% \def\FSID{“{\xeCJKsetup{PunctStyle=banjiao}。}”} ^^A % U+3002
% \def\FSFW{“{\xeCJKsetup{PunctStyle=banjiao}.}”} ^^A % U+FF0E
% \def\COFW{“{\xeCJKsetup{PunctStyle=banjiao}:}”} ^^A % U+FF1A
% \def\SCFW{“{\xeCJKsetup{PunctStyle=banjiao};}”} ^^A % U+FF1B
%
% \title{\bfseries 云南大学学位论文\LaTeX{} 模板}
% \author{\href{https://gitee.com/Astro-Lee/YNUthesis}{Gitee.com}}
% \date{\filedate\qquad\fileversion\thanks{\ctexkitrev{\ExplFileVersion}.}}
%
% \maketitle
%
%^^A \vfil
%^^A \begin{center}
%^^A \YNUemblem[scale=1.5] \YNUname[scale=4]
%^^A \end{center}
%^^A \vfil
%
% \begin{abstract}
% \CTeX{} 宏集是面向中文排版的通用 \LaTeX{} 排版框架,为中文 \LaTeX{} 文档
% 提供了汉字输出支持、标点压缩、字体字号命令、标题文字汉化、中文版式调整、数字
% 日期转换等支持功能,可适应论文、报告、书籍、幻灯片等不同类型的中文文档。
%
% \CTeX{} 宏集支持 \LaTeX、\pdfLaTeX、\XeLaTeX、\LuaLaTeX、\upLaTeX{} 等多种不同
% 的编译方式,并为它们提供了统一的界面。主要功能由宏包 \pkg{ctex} 以及中文文档类
% \cls{ctexart}、\cls{ctexrep}、\cls{ctexbook} 和 \cls{ctexbeamer} 实现。
% \end{abstract}
%
% \tableofcontents
%
% \bigskip
% \setlength{\parskip}{0.8ex}
%
% \begin{documentation}
%
% \section{介绍}
% 这里是介绍\LaTeX{}模板的使用
% \zhlipsum[10]
% \YNUemblem[scale=1.5] \YNUname[scale=1]
% \zhlipsum[10]
%
% \subsection{子节}
% 这里是介绍\LaTeX{}模板的使用
% \zhlipsum[10]
%
% \subsection{子节}
% 这里是介绍\LaTeX{}模板的使用
% \zhlipsum[10]
% \YNUemblem[scale=1.5]
% \zhlipsum[10]
% \YNUname[scale=4]
% \zhlipsum[10]
% \YNUnameTwo[scale=0.045]
% \zhlipsum[10]
%
% \end{documentation}
%
% \StopEventually{}
%
%\begin{implementation}
% \clearpage
% \section{代码实现}
%
% \begin{macrocode}
%<@@=YNU>
% \end{macrocode}
%
% \begin{macrocode}
%<*class>
% \end{macrocode}
%
% 检查 \pkg{expl3} 的版本。
% \begin{macrocode}
\RequirePackage { xtemplate, l3keys2e }
\msg_new:nnnn { YNUthesis } { l3-too-old }
{ Support~ package~ `#1'~ too~ old. }
{
Please~ update~ an~ up-to-date~ version~ of~ the~ bundles\\\\
`l3kernel'~ and~` l3packages'\\\\
using~ your~ TeX~ package~ manager~ or~ from~ CTAN.
}
\@ifpackagelater { expl3 } { 2023/06/30 } { }
{ \msg_error:nnn { YNUthesis } { l3-too-old } { expl3 } }
% \end{macrocode}
%
% 目前 \cls{YNUthesis} 仅支持 \XeTeX{} 与 \LuaTeX{}。
% \begin{macrocode}
\msg_new:nnn { YNUthesis } { unsupported-engine }
{
The~ YNUthesis~ class~ requires~ either~ XeTeX~ or~ LuaTeX. \\\\
"#1"~ is~ not~ supported~ at~ present.~ You~ must~ change \\
your~ typesetting~ engine~ to~ "xelatex"~ or~ "lualatex".
}
\sys_if_engine_xetex:F
{
\sys_if_engine_luatex:F
{
\msg_fatal:nnx { YNUthesis } { unsupported-engine }
{ \c_sys_engine_str }
}
}
% \end{macrocode}
%
% \subsection{内部变量声明}
%
% \begin{variable}{\l_@@_tmpa_box,
% \l_@@_tmpa_clist,\l_@@_tmpb_clist,
% \l_@@_tmpa_dim,\l_@@_tmpb_dim,
% \l_@@_tmpa_skip,
% \l_@@_tmpa_tl,\l_@@_tmpb_tl}
% 临时变量。
% \begin{macrocode}
\box_new:N \l_@@_tmpa_box
\clist_new:N \l_@@_tmpa_clist
\clist_new:N \l_@@_tmpb_clist
\dim_new:N \l_@@_tmpa_dim
\dim_new:N \l_@@_tmpb_dim
\skip_new:N \l_@@_tmpa_skip
\tl_new:N \l_@@_tmpa_tl
\tl_new:N \l_@@_tmpb_tl
% \end{macrocode}
% \end{variable}
%
% \begin{variable}{\g_@@_thesis_type_int}
% 论文类型。取值 1、2、3 分别对应博士、硕士、本科(学士)。
% \begin{macrocode}
\int_new:N \g_@@_thesis_type_int
% \end{macrocode}
% \end{variable}
%
% \begin{variable}{\g_@@_to_ctexbook_clist,\g_@@_to_hyperref_clist}
% 分别保存由 \cls{YNUthesis} 传入 \cls{ctexbook} 文档类和
% \pkg{hyperref} 宏包的选项列表。
% \begin{macrocode}
\clist_new:N \g_@@_to_ctexbook_clist
\clist_new:N \g_@@_to_hyperref_clist
% \end{macrocode}
% \end{variable}
%
% \begin{variable}{\g_@@_twoside_bool}
% 是否开启双页模式(默认打开)。
% \begin{macrocode}
\bool_new:N \g_@@_twoside_bool
\bool_set_true:N \g_@@_twoside_bool
% \end{macrocode}
% \end{variable}
%
% \begin{variable}{\g_@@_draft_bool}
% 是否开启草稿模式(默认关闭)。
% \begin{macrocode}
\bool_new:N \g_@@_draft_bool
% \end{macrocode}
% \end{variable}
%
% \begin{variable}{\g_@@_config_tl}
% 保存配置文件名称。默认为空。
% \begin{macrocode}
\tl_new:N \g_@@_config_tl
% \end{macrocode}
% \end{variable}
%
% \subsection{内部函数}
%
% \begin{macro}{\file_input:V,
% \int_to_arabic:v,
% \keys_define:nx,
% \tl_map_inline:xn}
% \begin{macro}[TF]{\tl_if_eq:Vn}
% \LaTeX3{} 函数变体。
% \begin{macrocode}
\cs_generate_variant:Nn \file_input:n { V }
\cs_generate_variant:Nn \int_to_arabic:n { v }
\cs_generate_variant:Nn \keys_define:nn { nx }
\cs_generate_variant:Nn \tl_map_inline:nn { xn }
\prg_generate_conditional_variant:Nnn \tl_if_eq:nn { Vn } { T, TF }
% \end{macrocode}
% \end{macro}
% \end{macro}
%
% \begin{macro}{\@@_quad:,\@@_qquad:}
% 等价于 \LaTeXe{} 中的 \tn{quad} 和 \tn{qquad}。
% \begin{macrocode}
\cs_new:Npn \@@_quad: { \skip_horizontal:n { 1 em } }
\cs_new:Npn \@@_qquad: { \skip_horizontal:n { 2 em } }
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@@_vspace:N,\@@_vspace:n,\@@_vspace:c}
% 类似 \LaTeXe{} 中的 \tn{vspace*}。
% \begin{macrocode}
\cs_new_protected:Npn \@@_vspace:N #1
{
\dim_set_eq:NN \l_@@_tmpa_dim \prevdepth
\hrule height \c_zero_dim
\nobreak
\skip_vertical:N #1
\skip_vertical:N \c_zero_skip
\dim_set_eq:NN \prevdepth \l_@@_tmpa_dim
}
\cs_new_protected:Npn \@@_vspace:n #1
{
\skip_set:Nn \l_@@_tmpa_skip {#1}
\@@_vspace:N \l_@@_tmpa_skip
}
\cs_generate_variant:Nn \@@_vspace:N { c }
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@@_arabic:n}
% 等价于 \LaTeXe{} 中的 \tn{arabic}。
% \begin{macrocode}
\cs_new:Npn \@@_arabic:n #1
{ \int_to_arabic:v { c@ #1 } }
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@@_gadd_ltxhook:nn}
% 封装 \LaTeX{} 的钩子管理机制。本模板中的字体加载命令位于
% |begindocument/before| 钩子中,需确保在 \pkg{xeCJK} 之前执行。
% \begin{macrocode}
\cs_new_protected:Npn \@@_gadd_ltxhook:nn #1#2
{ \hook_gput_code:nnn {#1} { . } {#2} }
\hook_gset_rule:nnnn { begindocument/before } { . } { < } { xeCJK }
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@@_patch_cmd:Nnn,\@@_appto_cmd:Nn}
% 补丁工具,来自 \pkg{ctexpatch} 宏包。
% \begin{macrocode}
\cs_new_protected:Npn \@@_patch_cmd:Nnn #1#2#3
{
\ctex_patch_cmd_once:NnnnTF #1 { } {#2} {#3}
{ } { \ctex_patch_failure:N #1 }
}
\cs_new_protected:Npn \@@_appto_cmd:Nn #1#2
{
\ctex_appto_cmd:NnnTF #1 { } {#2}
{ } { \ctex_patch_failure:N #1 }
}
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@@_define_fn_style:nn,
% \@@_define_punct:nn,
% \@@_define_sep:nn,
% \@@_define_format:nn,
% \@@_define_name:nn,
% \@@_define_name:nnn}
% 用来定义脚注样式、标点、默认名称的辅助函数。
% \begin{macrocode}
\cs_new_protected:Npn \@@_define_fn_style:nn #1#2
{ \tl_const:cn { c_@@_fn_style_ #1 _tl } {#2} }
\cs_new_protected:Npn \@@_define_punct:nn #1#2
{ \tl_const:cn { c_@@_ #1 _tl } {#2} }
\cs_new_protected:Npn \@@_define_sep:nn #1#2
{ \tl_const:cn { c_@@_ #1 _sep_tl } {#2} }
\cs_new_protected:Npn \@@_define_format:nn #1#2
{ \tl_const:cn { c_@@_ #1 _format_tl } {#2} }
\cs_new_protected:Npn \@@_define_name:nn #1#2
{ \tl_const:cn { c_@@_name_ #1 _tl } {#2} }
\cs_new_protected:Npn \@@_define_name:nnn #1#2#3
{
\tl_const:cn { c_@@_name_ #1 _tl } {#2}
\tl_const:cn { c_@@_name_ #1 _en_tl } {#3}
}
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@@_msg_new:nn,
% \@@_error:n,\@@_error:nn,\@@_error:nx,\@@_error:nnn,\@@_error:nnnn
% \@@_warning:n,\@@_warning:nn,\@@_warning:nxx,
% \@@_info:nx}
% 各种信息函数的缩略形式。
% \begin{macrocode}
\cs_new:Npn \@@_msg_new:nn { \msg_new:nnn { YNUthesis } }
\cs_new:Npn \@@_error:n { \msg_error:nn { YNUthesis } }
\cs_new:Npn \@@_error:nn { \msg_error:nnn { YNUthesis } }
\cs_new:Npn \@@_error:nx { \msg_error:nnx { YNUthesis } }
\cs_new:Npn \@@_error:nnn { \msg_error:nnnn { YNUthesis } }
\cs_new:Npn \@@_error:nnnn { \msg_error:nnnnn { YNUthesis } }
\cs_new:Npn \@@_warning:n { \msg_warning:nn { YNUthesis } }
\cs_new:Npn \@@_warning:nn { \msg_warning:nnn { YNUthesis } }
\cs_new:Npn \@@_warning:nxx { \msg_warning:nnxx { YNUthesis } }
\cs_new:Npn \@@_info:nx { \msg_info:nnx { YNUthesis } }
% \end{macrocode}
% \end{macro}
%
% \subsection{选项处理}
%
% 定义 |YNU/option| 键值类。
% \begin{macrocode}
\keys_define:nn { YNU / option }
{
% \end{macrocode}
%
% \begin{macro}{type}
% 设置论文类型。设为模板选项主要是为了以后的兼容性。论文类型可能会
% 影响很多设置,只是暂时还不考虑。默认为硕士毕业论文。
% \begin{macrocode}
type .choice:,
type .value_required:n = true,
type .choices:nn =
{ doctor, master, bachelor }
{ \int_set_eq:NN \g_@@_thesis_type_int \l_keys_choice_int },
type .initial:n = master,
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{oneside,twoside}
% 设置页面类型为单面或双面。
% \begin{macrocode}
oneside .value_forbidden:n = true,
twoside .value_forbidden:n = true,
oneside .code:n =
{
\clist_gput_right:Nn \g_@@_to_ctexbook_clist { oneside }
\bool_set_false:N \g_@@_twoside_bool
},
twoside .code:n =
{
\clist_gput_right:Nn \g_@@_to_ctexbook_clist { twoside }
\bool_set_true:N \g_@@_twoside_bool
},
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{draft}
% 是否开启草稿模式(默认关闭)。
% \begin{macrocode}
draft .choice:,
draft / true .code:n =
{
\bool_set_true:N \g_@@_draft_bool
\clist_gput_right:Nn \g_@@_to_ctexbook_clist { draft }
},
draft / false .code:n =
{ \bool_set_false:N \g_@@_draft_bool },
draft .default:n = true,
draft .initial:n = false,
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{config}
% 配置文件名。
% \begin{macrocode}
config .tl_set:N = \g_@@_config_tl,
% \end{macrocode}
% \end{macro}
%
% 处理未知选项。
% \begin{macrocode}
unknown .code:n = { \@@_error:n { unknown-option } }
}
\@@_msg_new:nn { unknown-option }
{ Class~ option~ "\l_keys_key_str"~ is~ unknown. }
% \end{macrocode}
%
% 将文档类选项传给 |YNU/option|。
% \begin{macrocode}
\ProcessKeysOptions { YNU / option }
% \end{macrocode}
%
% 载入参数配置文件。
% \begin{macrocode}
\file_input:n { YNUthesis.def }
\@@_msg_new:nn { load-config-file }
{ You~ are~ loading~ config~ file~ "#1". }
\tl_if_empty:NF \g_@@_config_tl
{
\@@_info:nx { load-config-file } { \g_@@_config_tl }
\file_input:V \g_@@_config_tl
}
% \end{macrocode}
%
% \subsection{载入宏包、文档类}
% 将选项传入 \cls{ctexbook} 文档类。
% \begin{macrocode}
\PassOptionsToClass
{
UTF8,
heading = true,
zihao = -4,
fontset = none,
linespread = \c_@@_line_spread_fp,
% 加上之前自定义的文档类选项
\g_@@_to_ctexbook_clist
}
{ ctexbook }
% \end{macrocode}
%
% 传入各宏包选项。
% \begin{macrocode}
\clist_map_inline:nn
{
{ no-math } { fontspec },
{ perpage } { footmisc },
{ amsmath, thmmarks } { ntheorem }
}
{ \PassOptionsToPackage #1 }
% \end{macrocode}
%
% 载入 \cls{ctexbook} 文档类。
% 在使用 \XeLaTeX{} 编译时,\cls{ctexbook} 的底层将调用 \pkg{xeCJK}
% 宏包;而在使用 \LuaLaTeX{} 编译时,则将调用 \pkg{LuaTeX-ja} 宏包。
% 两种情况下 \cls{ctexbook} 均会调用 \pkg{fontspec} 宏包。
% \begin{macrocode}
\LoadClass { ctexbook }
% \end{macrocode}
%
% 载入各宏包。其中,\pkg{amsmath} 必须在 \pkg{unicode-math} 之前引入。
% \begin{macrocode}
\RequirePackage
{
amsmath,
unicode-math,
geometry,
fancyhdr,
footmisc,
ntheorem,
graphicx,
longtable,
caption,
xcolor,
adjustbox,
tabularray
}
% \end{macrocode}
%
% \begin{macro}{\@@_check_package:nnn,\@@_check_class:nnn}
% 检查过时宏包和文档类(参数:类/宏包名、时间和版本)。
% \begin{arguments}
% \item 类/宏包名
% \item 日期
% \item 版本号
% \end{arguments}
% \begin{macrocode}
\cs_new_protected:Npn \@@_check_package:nnn #1#2#3
{
\@ifpackagelater {#1} {#2}
{ } { \@@_error:nnnn { package-too-old } { Package } {#1} {#3} }
}
\cs_new_protected:Npn \@@_check_class:nnn #1#2#3
{
\@ifclasslater {#1} {#2}
{ } { \@@_error:nnnn { package-too-old } { Class } {#1} {#3} }
}
\@@_msg_new:nn { package-too-old }
{
#1~ "#2"~ is~ too~ old. \\
The~ YNUthesis~ class~ only~ supports~ "#2" \\
with~ a~ version~ higher~ than~ v#3. \\\\
Please~ update~ an~ up-to-date~ version~ of~ it \\
using~ your~ TeX~ package~ manager~ or~ from~ CTAN.
}
% \end{macrocode}
% \end{macro}
%
% \begin{macrocode}
\@@_check_class:nnn { ctexbook } { 2021/07/14 } { 2.5.10 }
\sys_if_engine_xetex:T
{ \@@_check_package:nnn { xeCJK } { 2021/08/05 } { 3.9.1 } }
% \end{macrocode}
%
% \subsection{页面布局}
% 利用 \pkg{geometry} 宏包设置纸张大小、页面边距以及页眉高度。
%
% \begin{macrocode}
\geometry
{
paper = a4paper,
top = 3cm,
bottom = 2.5cm,
left = 2.5cm,
right = 2.5cm,
bindingoffset = 1.0cm,
head = 1.6cm,
foot = 1.5cm
}
% \end{macrocode}
%
% 草稿模式下显示页面边框及页眉、页脚线。
% \begin{macrocode}
\bool_if:NT \g_@@_draft_bool { \geometry { showframe } }
% \end{macrocode}
%
% \subsection{字体}
%
% \subsubsection{预定义字体配置}
%
% \begin{variable}{\g_@@_fontset_tl, \g_@@_cjk_fontset_tl}
% 存放字体选项值。
% \begin{macrocode}
\tl_new:N \g_@@_fontset_tl
\tl_new:N \g_@@_cjk_fontset_tl
% \end{macrocode}
% \end{variable}
%
% \begin{macro}{style/font}
% 预定义西文字体。
% \begin{macrocode}
\keys_define:nn { YNU / style }
{
font .choices:nn =
{ garamond, libertinus, lm, palatino, times, times*, none }
{ \tl_set_eq:NN \g_@@_fontset_tl \l_keys_choice_tl }
}
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{style/cjk-font}
% 预定义中文字体。
% \begin{macrocode}
\keys_define:nn { YNU / style }
{
cjk-font .choices:nn =
{ adobe, fandol, founder, mac, sinotype, sourcehan, windows, none }
{ \tl_set_eq:NN \g_@@_cjk_fontset_tl \l_keys_choice_tl }
}
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{
% \@@_setmainfont:nn,
% \@@_setsansfont:nn,
% \@@_setmonofont:nn,
% \@@_setmathfont:nn}
% 用于设置西文字体的辅助函数,来源于 \pkg{fontspec} 和 \pkg{unicode-math},注意参数顺序。
% \begin{arguments}
% \item 字体名
% \item 选项
% \end{arguments}
% \begin{macrocode}
\cs_new_protected:Npn \@@_setmainfont:nn #1#2
{ \__fontspec_main_setmainfont:nn {#2} {#1} }
\cs_new_protected:Npn \@@_setsansfont:nn #1#2
{ \__fontspec_main_setsansfont:nn {#2} {#1} }
\cs_new_protected:Npn \@@_setmonofont:nn #1#2
{ \__fontspec_main_setmonofont:nn {#2} {#1} }
\cs_new_protected:Npn \@@_setmathfont:nn #1#2
{ \__um_setmathfont:nn {#2} {#1} }
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{
% \@@_setCJKmainfont:nn,
% \@@_setCJKsansfont:nn,
% \@@_setCJKmonofont:nn}
% 用于设置中文字体的辅助函数,来源于 \pkg{xeCJK} 和 \pkg{ctex} 宏包。
% \begin{macrocode}
\cs_new_protected:Npn \@@_setCJKmainfont:nn #1#2
{ \@@_set_family:xnn { \CJKrmdefault } {#2} {#1} }
\cs_new_protected:Npn \@@_setCJKsansfont:nn #1#2
{ \@@_set_family:xnn { \CJKsfdefault } {#2} {#1} }
\cs_new_protected:Npn \@@_setCJKmonofont:nn #1#2
{ \@@_set_family:xnn { \CJKttdefault } {#2} {#1} }
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@@_set_cjk_font_kai:nn,\YNU@kai,\YNU@xingkai}
% 楷体与行楷需要单独设置。
% \begin{macrocode}
\cs_new_protected:Npn \@@_set_cjk_font_kai:nn #1#2
{ \@@_set_family:nnn { YNU@kai } {#2} {#1} }
\cs_new_protected:Npn \YNU@kai
{ \@@_switch_family:n { YNU@kai } }
% 行楷
\cs_new_protected:Npn \@@_set_cjk_font_xingkai:nn #1#2
{ \@@_set_family:nnn { YNU@xingkai } {#2} {#1} }
\cs_new_protected:Npn \YNU@xingkai
{ \@@_switch_family:n { YNU@xingkai } }
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{
% \@@_cjk_font_options:,
% \@@_setCJKmainfont:n,
% \@@_setCJKsansfont:n,
% \@@_setCJKmonofont:n,
% \@@_set_cjk_font_kai:n,
% \@@_set_cjk_font_xingkai:n}
% 将 bold、italic 和 bold italic 统一按照 roman 设置,只需提供字体名即可。
% \begin{macrocode}
\tl_const:Nn \@@_cjk_font_options:
{ Path=fonts/, UprightFont = *, ItalicFont = *, AutoFakeBold = true }
\cs_new_protected:Npx \@@_setCJKmainfont:n #1
{ \@@_setCJKmainfont:nn {#1} { \@@_cjk_font_options: } }
\cs_new_protected:Npx \@@_setCJKsansfont:n #1
{ \@@_setCJKsansfont:nn {#1} { \@@_cjk_font_options: } }
\cs_new_protected:Npx \@@_setCJKmonofont:n #1
{ \@@_setCJKmonofont:nn {#1} { \@@_cjk_font_options: } }
\cs_new_protected:Npx \@@_set_cjk_font_kai:n #1
{ \@@_set_cjk_font_kai:nn {#1} { \@@_cjk_font_options: } }
\cs_new_protected:Npx \@@_set_cjk_font_xingkai:n #1
{ \@@_set_cjk_font_xingkai:nn {#1} { \@@_cjk_font_options: } }
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@@_set_family:nnn,\@@_set_family:xnn,\@@_switch_family:n}
% 封装 CJK 字体族的设定和切换命令。
% \begin{macrocode}
\sys_if_engine_xetex:TF
{
\cs_new_eq:NN \@@_set_family:nnn \xeCJK_set_family:nnn
\cs_new_eq:NN \@@_switch_family:n \xeCJK_switch_family:n
}
{
\cs_new_eq:NN \@@_set_family:nnn \ctex_ltj_set_family:nnn
\cs_new_eq:NN \@@_switch_family:n \ctex_ltj_switch_family:n
}
\cs_generate_variant:Nn \@@_set_family:nnn { x }
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{
% \setmainfont,
% \setsansfont,
% \setmonofont,
% \setmathfont,
% \setCJKmainfont,
% \setCJKsansfont,
% \setCJKmonofont,
% \@@_set_font:n}
% 重新定义以上宏包提供的字体选择命令。我们把它放在导言区末尾,使得用户配置不被
% 模板配置覆盖。
% \begin{macrocode}
\cs_new_protected:Npn \@@_set_font_helper:n #1
{
\exp_args:Nc \RenewDocumentCommand { set #1 font } { O { } m O { } }
{
\ctex_at_end_preamble:n
{ \use:c { @@_set #1 font:nn } {##2} { ##1, ##3 } }
}
}
\clist_map_inline:nn { main, sans, mono, math } { \@@_set_font_helper:n {#1} }
\clist_map_inline:nn { CJKmain, CJKsans, CJKmono } { \@@_set_font_helper:n {#1} }
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{
% \g_@@_font_family_libertinus_serif_tl,
% \g_@@_font_family_libertinus_sans_tl,
% \g_@@_font_style_libertinus_rm_tl,
% \g_@@_font_style_libertinus_bf_tl,
% \g_@@_font_style_libertinus_it_tl,
% \g_@@_font_style_libertinus_bfit_tl,
% \g_@@_font_style_libertinus_bfsl_tl,
% \g_@@_font_family_xits_tl,
% \g_@@_font_style_xits_rm_tl,
% \g_@@_font_style_xits_bf_tl,
% \g_@@_font_style_xits_it_tl,
% \g_@@_font_style_xits_bfit_tl,
% \g_@@_font_name_libertinus_serif_tl,
% \g_@@_font_name_libertinus_sans_tl,
% \g_@@_font_name_libertinus_math_tl,
% \g_@@_font_name_xits_tl,
% \g_@@_font_name_xits_math_rm_tl,
% \g_@@_font_name_xits_math_bf_tl}
% Libertinus 和 XITS 字体的文件名做过变动,需要特殊处理。
% \begin{macrocode}
\tl_new:N \g_@@_font_family_libertinus_serif_tl
\tl_new:N \g_@@_font_family_libertinus_sans_tl
\tl_new:N \g_@@_font_style_libertinus_rm_tl
\tl_new:N \g_@@_font_style_libertinus_bf_tl
\tl_new:N \g_@@_font_style_libertinus_it_tl
\tl_new:N \g_@@_font_style_libertinus_bfit_tl
\tl_new:N \g_@@_font_style_libertinus_bfsl_tl
\tl_new:N \g_@@_font_family_xits_tl
\tl_new:N \g_@@_font_style_xits_rm_tl
\tl_new:N \g_@@_font_style_xits_bf_tl
\tl_new:N \g_@@_font_style_xits_it_tl
\tl_new:N \g_@@_font_style_xits_bfit_tl
\tl_new:N \g_@@_font_name_libertinus_serif_tl
\tl_new:N \g_@@_font_name_libertinus_sans_tl
\tl_new:N \g_@@_font_name_libertinus_math_tl
\tl_new:N \g_@@_font_name_xits_tl
\tl_new:N \g_@@_font_name_xits_math_rm_tl
\tl_new:N \g_@@_font_name_xits_math_bf_tl
\fontspec_font_if_exist:nTF { LibertinusSerif-Regular.otf }
{
\tl_set:Nn \g_@@_font_family_libertinus_serif_tl { LibertinusSerif }
\tl_set:Nn \g_@@_font_family_libertinus_sans_tl { LibertinusSans }
\tl_set:Nn \g_@@_font_family_libertinus_math_tl { LibertinusMath }
\tl_set:Nn \g_@@_font_style_libertinus_rm_tl { Regular }
\tl_set:Nn \g_@@_font_style_libertinus_bf_tl { Bold }
\tl_set:Nn \g_@@_font_style_libertinus_it_tl { Italic }
\tl_set:Nn \g_@@_font_style_libertinus_bfit_tl { BoldItalic }
% \end{macrocode}
% 较新版本中 Libertinus Sans Bold Oblique 字体被移除,需进行额外判断。
% \begin{macrocode}
\fontspec_font_if_exist:nTF { LibertinusSans-BoldOblique.otf }
{ \tl_set:Nn \g_@@_font_style_libertinus_bfsl_tl { BoldOblique } }
{ \tl_set:Nn \g_@@_font_style_libertinus_bfsl_tl { Bold } }
}
{
\tl_set:Nn \g_@@_font_family_libertinus_serif_tl { libertinusserif }
\tl_set:Nn \g_@@_font_family_libertinus_sans_tl { libertinussans }
\tl_set:Nn \g_@@_font_family_libertinus_math_tl { libertinusmath }
\tl_set:Nn \g_@@_font_style_libertinus_rm_tl { regular }
\tl_set:Nn \g_@@_font_style_libertinus_bf_tl { bold }
\tl_set:Nn \g_@@_font_style_libertinus_it_tl { italic }
\tl_set:Nn \g_@@_font_style_libertinus_bfit_tl { bolditalic }
\tl_set:Nn \g_@@_font_style_libertinus_bfsl_tl { bolditalic }
}
\fontspec_font_if_exist:nTF { XITS-Regular.otf }
{
\tl_set:Nn \g_@@_font_family_xits_tl { XITS }
\tl_set:Nn \g_@@_font_style_xits_rm_tl { Regular }
\tl_set:Nn \g_@@_font_style_xits_bf_tl { Bold }
\tl_set:Nn \g_@@_font_style_xits_it_tl { Italic }
\tl_set:Nn \g_@@_font_style_xits_bfit_tl { BoldItalic }
\tl_set:Nn \g_@@_font_name_xits_math_rm_tl { XITSMath-Regular }
\tl_set:Nn \g_@@_font_name_xits_math_bf_tl { XITSMath-Bold }
}
{
\tl_set:Nn \g_@@_font_family_xits_tl { xits }
\tl_set:Nn \g_@@_font_style_xits_rm_tl { regular }
\tl_set:Nn \g_@@_font_style_xits_bf_tl { bold }
\tl_set:Nn \g_@@_font_style_xits_it_tl { italic }
\tl_set:Nn \g_@@_font_style_xits_bfit_tl { bolditalic }
\tl_set:Nn \g_@@_font_name_xits_math_rm_tl { xits-math }
\tl_set:Nn \g_@@_font_name_xits_math_bf_tl { xits-mathbold }
}
\tl_set:Nx \g_@@_font_name_libertinus_serif_tl
{ \g_@@_font_family_libertinus_serif_tl - \g_@@_font_style_libertinus_rm_tl }
\tl_set:Nx \g_@@_font_name_libertinus_sans_tl
{ \g_@@_font_family_libertinus_sans_tl - \g_@@_font_style_libertinus_rm_tl }
\tl_set:Nx \g_@@_font_name_libertinus_math_tl
{ \g_@@_font_family_libertinus_math_tl - \g_@@_font_style_libertinus_rm_tl }
\tl_set:Nx \g_@@_font_name_xits_tl
{ \g_@@_font_family_xits_tl - \g_@@_font_style_xits_rm_tl }
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@@_load_font_garamond:}
% EB Garamond 系列。
% \begin{macrocode}
\cs_new_protected:Npn \@@_load_font_garamond:
{
\@@_setmainfont:nn { EBGaramond }
{
Extension = .otf,
UprightFont = *-Regular,
BoldFont = *-Bold,
ItalicFont = *-Italic,
BoldItalicFont = *-BoldItalic
}
\@@_setsansfont:nn { \g_@@_font_family_libertinus_sans_tl }
{
Extension = .otf,
UprightFont = *-\g_@@_font_style_libertinus_rm_tl,
BoldFont = *-\g_@@_font_style_libertinus_bf_tl,
ItalicFont = *-\g_@@_font_style_libertinus_it_tl,
BoldItalicFont = *-\g_@@_font_style_libertinus_bfsl_tl
}
\@@_setmonofont:nn { lmmonolt10 }
{
Extension = .otf,
UprightFont = *-regular,
BoldFont = *-bold,
ItalicFont = *-oblique,
BoldItalicFont = *-boldoblique
}
\@@_setmathfont:nn { Garamond-Math.otf } { }
}
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@@_load_font_libertinus:}
% Libertinus 系列。
% \begin{macrocode}
\cs_new_protected:Npn \@@_load_font_libertinus:
{
\@@_setmainfont:nn { \g_@@_font_family_libertinus_serif_tl }
{
Extension = .otf,
UprightFont = *-\g_@@_font_style_libertinus_rm_tl,
BoldFont = *-\g_@@_font_style_libertinus_bf_tl,
ItalicFont = *-\g_@@_font_style_libertinus_it_tl,
BoldItalicFont = *-\g_@@_font_style_libertinus_bfit_tl
}
\@@_setsansfont:nn { \g_@@_font_family_libertinus_sans_tl }
{
Extension = .otf,
UprightFont = *-\g_@@_font_style_libertinus_rm_tl,
BoldFont = *-\g_@@_font_style_libertinus_bf_tl,
ItalicFont = *-\g_@@_font_style_libertinus_it_tl,
BoldItalicFont = *-\g_@@_font_style_libertinus_bfsl_tl
}
\@@_setmonofont:nn { lmmonolt10 }
{
Extension = .otf,
UprightFont = *-regular,
BoldFont = *-bold,
ItalicFont = *-oblique,
BoldItalicFont = *-boldoblique
}
\@@_setmathfont:nn { \g_@@_font_name_libertinus_math_tl .otf } { }
}
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{\@@_load_font_lm:}
% Latin Modern 系列。在 \XeLaTeX{} 和 \LuaLaTeX{} 中已作为默认字体,所以仅需
% 额外处理数学部分。
% \begin{macrocode}
\cs_new_protected:Npn \@@_load_font_lm:
{ \@@_setmathfont:nn { latinmodern-math.otf } { } }
% \end{macrocode}