Skip to content

ningvin/typst-resume-template

Repository files navigation

Typst Resume Template


A simple resume template for typst.

alt text alt text alt text
example 1 example 2 example 3

Getting Started

First clone or download this repository. Then either:

  • Upload the files in this repository into a project inside the online typst app (without the preview folder).
  • Install typst on your local machine as described here. Afterwards, you have to invoke typst to convert a .typ file to pdf, e.g. like so: typst example-1.typ
  • Open the repository in VS Code and install the typst-lsp extension.

When using typst locally, you need to ensure that the fonts used in your document are installed on your machine. The default font used in this template is Roboto, but you can easily change that.

Customizing

Have a look at the examples to see what the template offers and how to use it.

If you want to whip up a quick resume, you can take the example that suits you best and just change the data.

If you need special formatting or want to dig deeper, have a look at resume.typ. It is littered with comments that hopefully make sense of the mess :-)

Known Issues

  • Transparency of the name box seems to work in the online preview, but is not present in the final pdf

Acknowledgements

The design is based on a resume I found here.

The inner workings are heavily inspired by the official Department News template found in the typst app.

Licensing

This project is licensed under the Apache 2.0 license, with the these exceptions:

Releases

No releases published

Packages

No packages published