Skip to content

GuilloteauQ/qcv

Repository files navigation

QCV

Typst template for CV

Example

#import "qcv.typ": *

#show: qcv.with()

#header("John Doe",
      email: "John.Doe@mail.com",
      webpage: "https://john.doe.org",
      orcid: "1111-1111-1111-1111")

#let max_year = 2024
#let min_year = 2017

#let entry(..args) = {
  raw_entry(min_year, max_year, ..args)
}

= Education

#entry(2020, 2023, title:"Phd Student", details: lorem(30))

See the PDF output here

Releases

No releases published

Packages

No packages published