Skip to content

建议修改摘要关键字格式 #31

@hakureiR-eimu

Description

@hakureiR-eimu

学院要求,除"关键词:"不加粗。唉,形式主义
形如

//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(", ")]
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions