Skip to content

Akelio-zhang/cv-typst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Structure

  • cv.typ: CV content source file.
  • meta.typ: Template code for the CV.
  • justfile: Build recipe file.

Key Features

  • Supports both Chinese and English in a single file (defaults to Chinese).
  • Allows selective section hiding for streamlined output (default: all sections visible).

PDF Generation Instructions

  1. Using Typst Web Application:

    • Upload cv.typ and meta.typ files to Typst and utilize the web interface for generation.
  2. Using Just Command-Line Tool (Just):

    • Options:
      • la: Language choice between Chinese (zh) and English (en).
      • output: Choose between concise or full output modes.
    • Examples:
      • just: Generates a concise PDF in Chinese.
      • just compile-all: Produces all PDF variations.
      • just compile en full: Outputs a full English PDF.
  3. 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

Preview

Preview of CV

Additional References

FAQ

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

Releases

No releases published

Packages

No packages published