UntimelyCreation / typst-neat-cv

A set of templates to produce modern, minimal and elegant CVs and cover letters using Typst.
MIT License
28 stars 1 forks source link
cv resume typst typst-template

Neat CV

Neat CV is a set of templates to produce modern, minimal and elegant CVs and cover letters using Typst.

This project is an adaptation of the very nice Brilliant CV project, with inspiration from the LaTeX template Alta CV or its Typst equivalent.

Document examples can be found in the output directory.

Features

The set of available features is about the same as Brilliant CV's.

Some additional features included but not shown in the example documents are company and organization logos, as well as choosing whether to display the title or the organization's name first in a CV entry.

Getting started

Installation

Everything needed to use the templates is contained in the src directory.

You may clone this repository and modify the files directly, or you can copy the src directory into an existing Typst project. Any part of the templates can then be modified according to your needs and desires.

Usage

Compile documents

Use the following typst commands to produce the documents from the templates.

typst compile src/cv.typ path/to/cv.pdf --font-path src/fonts/
typst compile src/letter.typ path/to/letter.pdf --font-path src/fonts/

License

Distributed under the MIT License.