Skip to content

Akelio-zhang/cv-typst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Structure

  • cv.typ: Content of the CV.
  • meta.typ: CV template code.
  • justfile: Recipe file for building.

Features

  • Support both Chinese and English in one file. Default to Chinese.
  • Support hiding some sections for conciseness. Default to display all.

Generation

  • Upload cv.typ and meta.typ to typst, and use web app to generate.
  • Using just, with arguments:
    • la: Choose between Chinese (zh) or English (en).
    • output: Choose between concise or full for output.
  • Examples:
    • just generates a concise PDF file in Chinese.
    • just compile-all generates all types of PDF files.
    • just compile en full generates a full PDF file in English.
  • Using bash
echo '#let render_mode = (la: "zh", output: "concise")' > f.typ && sed 1d cv.typ >> f.typ && typst compile f.typ cv.pdf && rm f.typ

cv.png)

Reference

FAQ

  • Why font seems not work? A: check with typst fonts.

Releases

No releases published

Packages

No packages published