Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Typst resume/CV template inspired by Alessandro Plasmati's Graduate CV LaTeX template, compiled to PDF via Typst CLI or web app.
The Typst Resume/CV Template is a Typst-based curriculum vitae template that takes a single editable .typ source file and compiles it into a clean, academically styled PDF resume. It was created by GitHub user vaibhavjhawar and is inspired by Alessandro Plasmati's Graduate CV LaTeX template.
The Typst Resume/CV Template is a resume and CV layout written in the Typst typesetting language, which outputs a PDF when compiled with the Typst CLI or the Typst web app. It takes a .typ file containing your personal details and produces a formatted multi-column CV similar to classic LaTeX graduate CV designs. The template's source is available under the MIT license in the GitHub repository typst-cv-template1.
cv1.typ file; no separate style or config files are required.typst compile cv1.typ after installing the Typst CLI.To use the template, clone the repository with git clone https://github.com/vaibhavjhawar/typst-cv-template1.git, then edit the cv1.typ file with your information. After installing the Fontin fonts from exljbris.com, compile the document by running typst compile cv1.typ in the project directory. Alternatively, you can import the project into the Typst web app at typst.app and compile it there.
You need the Typst CLI (available at github.com/typst/typst) and the Fontin font family from exljbris.com. Once both are installed, run typst compile cv1.typ to generate the PDF.
Yes. The repository can be opened as a Typst project on typst.app, where you can edit the cv1.typ file and compile the PDF entirely in your browser.
Yes, the template is released under the MIT license, so it is free to use, modify, and distribute, including for commercial purposes.
The template is inspired by Alessandro Plasmati's Graduate CV LaTeX template, which is known for its formal academic CV layout.
The template is free to download and use under the MIT license.