typst/others/brilliant-cv/modules_zh/publications.typ

18 lines
353 B
Typst
Raw Normal View History

// Imports
#import "@preview/brilliant-cv:2.0.3": cvSection, cvPublication
#let metadata = toml("../metadata.toml")
#let cvSection = cvSection.with(metadata: metadata)
#cvSection("学术著作")
#cvPublication(
bib: bibliography("../src/publications.bib"),
keyList: (
"smith2020",
"jones2021",
"wilson2022",
),
refStyle: "apa",
)