Thanks to visit codestin.com
Credit goes to github.com

Skip to content

so298/cv-theme.typ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cv-theme.typ

Note

Example PDFs are available in the Releases page.

My CV template for typst.

Requirements

  • typst v0.11+
  • Fonts
    • Open Sans
    • Harano Aji Gothic

Typst Template

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 English

Development

You 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>

Automatic build pdf workflow

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.

About

Simple CV template for typst

Resources

Stars

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages