Note
Example PDFs are available in the Releases page.
My CV template for typst.
- typst v0.11+
- Fonts
- Open Sans
- Harano Aji Gothic
Add the following code to your typst file.
#set page("a4")
#import "./theme.typ": *
#show: cv
#set text(font: ja_sans, size: 10pt, lang: "ja")
// #set text(font: en_sans, size: 10pt, lang: "en") // For EnglishYou can develop using vscode devcontainer.
Because typst-lsp does not read TYPST_FONT_PATHS, I recommend to use typst watch command instead.
$ typst watch <file>This repository uses GitHub Actions to automatically build PDFs when you push a commit tagged with releases/*.
Note
To enable this feature, add read and write permissions for github actions.
Go to
Settings > Actions > General > Workflow permission and select Read and write permissions.