This project allows you to create a resume (including cover letter) from a markup file (toml, yaml, json, xml) using minimal amounts of typst
code.
The aim for this project was to allow to define flexible structure so that it can be used to write an internship application just as well as an academic cv or grant application.
This is my first time using typst, please let me know if you spot something in the code that is bad or can be improved.
- Add markup-resume-lib as a submodule to your own repo
git submodule add https://github.com/seapat/markup-resume-lib
- Look at
example.toml
andassets/example.pdf
to learn what keywords render which part of the final cv. - Check out
example.typ
to see how to import your data and what functions you need to call to render a specific part of the cv. - Create your own!
- Instead of
.toml
you can use one of the formats that is supported by typst - Alternatively you can also create a dict in typst.
- Please note that the keywords for the different structural elements are hard-coded and all others will be ignored.
- Instead of
Cover Letter | Resume |
---|---|
- Smart URL parsing
- Ensure some spacing properties
- Support for proper citations (i.e.
.bib
files) - Support custom icons
- Use commandline args to provide data directly to the compiler
- alleviate the need to write own typst code by providing an universal
main.typ
that takes one or more files as input - commandline arguments are an upcoming/planned feature
- alleviate the need to write own typst code by providing an universal
- Picture for the example by Pixabay-user Winterflow