Skip to content

Commit c5c88e3

Browse files
docs: 给titleEn示例添加括号
`\BITSetup`(l3keys)使用`,`分隔。如果标题本身就含`,`,必须用括号包裹,不然无法正常解析。 这并不显然。给示例加上括号,可以让一般人也能猜到。 (今天群里有人问,上学期我也被别人问过。)
1 parent 8e2d6f5 commit c5c88e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/graduate-thesis/main.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
% 如需覆盖竖排标题,请配置以下选项。
5353
% 下面的例子展示了如何在竖排标题中使用垂直或者旋转的英文。
5454
% verticalTitle = {形状记忆聚氨酯{L } {T } {X }的合成 \rotatebox[origin=c]{-90}{Feng Kaiyu} 及其在织物中的应用},
55-
titleEn = Synthesis and Application on textile of the Shape Memory Polyurethane,
55+
titleEn = {Synthesis and Application on textile of the Shape Memory Polyurethane},
5656
author = 张三,
5757
% 如果想要手动控制盲审模式下的隐藏信息,可以使用宏 \SecretInfo{}。使用方式有两种,如:
5858
% major = \SecretInfo{材料科学与工程} 可以得到 ******* (用等量的替换符号替代)

templates/undergraduate-thesis-en/main.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
% 想要让某项封面信息留空(但是保留下划线),请传入空白符组成的字符串,如"{~}"。
4444
% 如需要换行,则用 “\\” 符号分割。
4545
title = 你的论文标题(中文),
46-
titleEn = Your Thesis Title,
46+
titleEn = {Your Thesis Title},
4747
school = School of Mechanical Engineering,
4848
major = Bachelor of Science in Mechanical Engineering,
4949
author = Feng Kaiyu,

0 commit comments

Comments
 (0)