File tree 3 files changed +7
-2
lines changed
templates/undergraduate-thesis-en
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -1434,7 +1434,7 @@ \subsubsection{常量名称覆盖}
1434
1434
盲审模式下用于替换个人信息的替换符号。
1435
1435
\end {variable }
1436
1436
1437
- \begin {variable }[added=2023-06-11]{const/info/degree,const/info/major}
1437
+ \begin {variable }[added=2023-06-11, updated=2024-07-09 ]{const/info/degree,const/info/major}
1438
1438
\begin {bitsyntax }[emph={[1]degree,major}]
1439
1439
info = {
1440
1440
degree = (*(申请学位级别)|\marg {字符串}*),
Original file line number Diff line number Diff line change 2490
2490
2491
2491
\clist _set:Nn \l _@@_input_clist {
2492
2492
{\c _@@_label_school_en_tl} {\l _@@_value_school_tl},
2493
- {\c _@@_label_major_en_tl } {\l _@@_value_major_tl},
2493
+ {\g _@@_const_info_major_tl } {\l _@@_value_major_tl},
2494
2494
{\c _@@_label_author_en_tl} {\l _@@_value_author_tl},
2495
2495
{\c _@@_label_student_id_en_tl} {\l _@@_value_student_id_tl},
2496
2496
{\c _@@_label_supervisor_en_tl} {\l _@@_value_supervisor_tl},
Original file line number Diff line number Diff line change 67
67
% 微调表格行间距
68
68
tabularRowSeparation = 1.25,
69
69
},
70
+ const = {
71
+ % 有些专业名带上“Bachelor of…”太长,学院可能建议把 degree 改成 major。
72
+ % 若要将封面的“Degree:”改为“Major:”,请解除下一行的注释。
73
+ % info/major = {Major},
74
+ },
70
75
}
71
76
72
77
% 使用 listings 宏包进行代码块使用,并使用了预定义的样式,
You can’t perform that action at this time.
0 commit comments