-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
学院要求,除"关键词:"不加粗。唉,形式主义
形如
//pages\en-abstract-page.typ
#import "../fonts/font-def.typ": *
#let en_abstract_page(abstract, keywords: ()) = {
set heading(level: 1, numbering: none)
show <_en_abstract_>: {
align(center)[
#text(font: heiti, size: 18pt, "Abstract")
]
}
[= Abstract <_en_abstract_>]
set text(font: songti, size: 12pt)
abstract
par(first-line-indent: 0em)[
#text(weight: "bold", font: heiti, size: 12pt)[Key Words: ]
#text(font: heiti, size: 12pt)[#keywords.join(", ")]
]
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels