Files
thomas-horrut/resume/profile_en/publications.typ

25 lines
550 B
Typst

// Imports
#import "@preview/brilliant-cv:4.0.1": cv-publication, cv-section
#cv-section("Publications")
// Example 1: Selected publications with custom style
#cv-publication(
bib: bibliography("../assets/publications.bib"),
key-list: (
"smith2020",
"jones2021",
"wilson2022",
),
ref-style: "ieee",
ref-full: false,
)
// Example 2: All publications with APA style (commented out to avoid duplication)
// #cv-publication(
// bib: bibliography("../assets/publications.bib"),
// ref-style: "apa",
// ref-full: true,
// )