feat: initial typst template for resume

This commit is contained in:
2026-05-24 21:46:44 +02:00
parent 32d6ff6ba3
commit 02d99a15a0
46 changed files with 11612 additions and 2 deletions

View File

@ -0,0 +1,15 @@
// Imports
#import "@preview/brilliant-cv:4.0.1": cv-publication, cv-section
#cv-section("学术著作")
#cv-publication(
bib: bibliography("../assets/publications.bib"),
key-list: (
"smith2020",
"jones2021",
"wilson2022",
),
ref-style: "apa",
)