feat: initial typst template for resume
This commit is contained in:
15
resume/profile_fr/publications.typ
Normal file
15
resume/profile_fr/publications.typ
Normal file
@ -0,0 +1,15 @@
|
||||
// Imports
|
||||
#import "@preview/brilliant-cv:4.0.1": cv-publication, cv-section
|
||||
|
||||
|
||||
#cv-section("Publications")
|
||||
|
||||
#cv-publication(
|
||||
bib: bibliography("../assets/publications.bib"),
|
||||
key-list: (
|
||||
"smith2020",
|
||||
"jones2021",
|
||||
"wilson2022",
|
||||
),
|
||||
ref-style: "apa",
|
||||
)
|
||||
Reference in New Issue
Block a user