- cv.typ: CV content source file.
- meta.typ: Template code for the CV.
- justfile: Build recipe file.
- Supports both Chinese and English in a single file (defaults to Chinese).
- Allows selective section hiding for streamlined output (default: all sections visible).
-
Using Typst Web Application:
- Upload
cv.typ
andmeta.typ
files to Typst and utilize the web interface for generation.
- Upload
-
Using Just Command-Line Tool (Just):
- Options:
la
: Language choice between Chinese (zh
) and English (en
).output
: Choose betweenconcise
orfull
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.
- Options:
-
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
- Why font seems not work? A: check with
typst fonts
.