Skip to content

Commit

Permalink
feat(harbin-bachelor): 更新封面字段名称
Browse files Browse the repository at this point in the history
  • Loading branch information
vonbrank committed Apr 30, 2024
1 parent 09e0f85 commit bbf82b6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions harbin/bachelor/pages/cover.typ
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#let cover-primary(
title-cn: "",
title-en: "",
student-name: "",
author: "",
student-id: "",
mentor: "",
supervisor: "",
profession: "",
collage: "",
reply-date: "",
Expand Down Expand Up @@ -38,7 +38,7 @@

#align(center)[
#text(size: 字号.小二, font: 字体.宋体, weight: "bold")[
#student-name
#author
]
]

Expand All @@ -57,9 +57,9 @@

#let cover-secondary(
title-cn: "",
student-name: "",
author: "",
student-id: "",
mentor: "",
supervisor: "",
profession: "",
collage: "",
institute: "",
Expand Down Expand Up @@ -115,13 +115,13 @@
row-gutter: 1.5em,
cover-info-key(text(spacing: (key-width - 3em) / 2)[本 科 生]),
cover-info-colon[:],
cover-info-value(student-name),
cover-info-value(author),
cover-info-key(text(spacing: (key-width - 2em))[学 号]),
cover-info-colon[:],
cover-info-value(student-id),
cover-info-key(text(spacing: 0.5em)[指 导 教 师]),
cover-info-colon[:],
cover-info-value(mentor),
cover-info-value(supervisor),
cover-info-key(text(spacing: (key-width - 2em))[专 业]),
cover-info-colon[:],
cover-info-value(profession),
Expand All @@ -141,9 +141,9 @@
#let cover(
title-cn: "",
title-en: "",
student-name: "",
author: "",
student-id: "",
mentor: "",
supervisor: "",
profession: "",
collage: "",
institute: "",
Expand All @@ -154,9 +154,9 @@
cover-primary(
title-cn: title-cn,
title-en: title-en,
student-name: student-name,
author: author,
student-id: student-id,
mentor: mentor,
supervisor: supervisor,
profession: profession,
collage: collage,
institute: institute,
Expand All @@ -169,9 +169,9 @@

cover-secondary(
title-cn: title-cn,
student-name: student-name,
author: author,
student-id: student-id,
mentor: mentor,
supervisor: supervisor,
profession: profession,
collage: collage,
institute: institute,
Expand Down
4 changes: 2 additions & 2 deletions templates/harbin-bachelor.typ
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
#cover(
title-cn: "局部多孔质气体静压轴承关键技术的研究",
title-en: "RESEARCH ON KEY TECHNOLOGIES OF PARTIAL POROUS EXTERNALLY PRESSURIZED GAS BEARING",
student-name: "▢▢▢",
author: "▢▢▢",
student-id: "▢▢▢▢▢▢▢▢▢▢",
mentor: "▢▢▢ 教授",
supervisor: "▢▢▢ 教授",
profession: "机械制造及其自动化",
collage: "机电工程学院",
institute: "哈尔滨工业大学",
Expand Down

0 comments on commit bbf82b6

Please sign in to comment.