File tree 3 files changed +16
-6
lines changed
templates/undergraduate-thesis-en
3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -1140,18 +1140,22 @@ \subsubsection{附录选项}
1140
1140
1141
1141
\begin {function }{appendices/title}
1142
1142
\begin {bitsyntax }[emph={[1]title}]
1143
- title = (*(附录)| \meta {字符串}*)
1143
+ title = (*\meta {字符串}*)
1144
1144
\end {bitsyntax }
1145
1145
1146
- 可以覆盖附录的标题名称,默认为「附录」。
1146
+ 附录部分的总标题。默认会按论文类型自动设置为「附录」、「附\quad {}录」或“Appendices”。
1147
+
1148
+ 仅在 |appendices/chapterLevel| 为 |false| 时有效。
1147
1149
\end {function }
1148
1150
1149
1151
\begin {function }{appendices/TOCTitle}
1150
1152
\begin {bitsyntax }[emph={[1]TOCTitle}]
1151
- TOCTitle = (*(附录)| \meta {字符串}*)
1153
+ TOCTitle = (*\meta {字符串}*)
1152
1154
\end {bitsyntax }
1153
1155
1154
- 可以覆盖附录在目录中的名称,默认为「附录」。
1156
+ 附录在目录中的名称。默认会按论文类型自动设置为「附录」、「附\quad {}录」或“Appendices”。
1157
+
1158
+ 仅在 |appendices/chapterLevel| 为 |false| 时有效。
1155
1159
\end {function }
1156
1160
1157
1161
\subsubsection {攻读学位期间发表论文与研究成果清单选项 }
Original file line number Diff line number Diff line change 491
491
{toc} {目\label _space: 录} {Table~of~Contents},
492
492
{abstract} {摘\label _space: 要} {Abstract},
493
493
{conclusion} {结\label _space: 论} {Conclusions},
494
+ % 附录部分的总标题
494
495
{appendix} {附\label _space: 录} {Appendices},
495
496
{ack} {致\label _space: 谢} {Acknowledgement},
496
497
{figure} {插\label _space: 图} {Illustrations},
497
498
{table} {表\label _space: 格} {Tables},
499
+ % 附录下各部分编号的前缀
498
500
{appendix_prefix} {附录} {Appendix},
499
501
{reference} {参考文献} {References},
500
502
{university} {北京理工大学} {Beijing~Institute~of~Technology},
2954
2956
}
2955
2957
2956
2958
\bool _if:NTF \l _@@_appendices_chapter_level_bool {
2957
- % 附录章节级别
2959
+ % 使用以「chapter」为顶层的附录格式
2958
2960
2959
2961
% 仅设置 \setcounter{chapter}{0} 时,pdf 目录会索引到正文章节。
2960
2962
% 因此,需要使用 \appendix 重置计数器,并将附录后面的
2973
2975
\Alph {chapter}
2974
2976
}
2975
2977
} {
2976
- % 附录节( section)级别
2978
+ % 使用以「 section」为顶层的附录格式
2977
2979
2978
2980
% 因为不需要用到 chapter counter, 所以直接加一即可。
2979
2981
\stepcounter {chapter}
Original file line number Diff line number Diff line change 72
72
% 若要将封面的“Degree:”改为“Major:”,请解除下一行的注释。
73
73
% info/major = {Major},
74
74
},
75
+ %
76
+ % 若要将“Appendices”改为单数,请解除以下两行的注释:
77
+ % appendices/title = {Appendix},
78
+ % appendices/TOCTitle = {Appendix},
75
79
}
76
80
77
81
% 使用 listings 宏包进行代码块使用,并使用了预定义的样式,
You can’t perform that action at this time.
0 commit comments