Awesome
uniquecv-typst
使用
在线
Typst提供了非常好用的 webapp
- 创建 project
- 复制 main.typ 和 template.typ 到项目目录
- 在线编译
本地
-
安装 Typst
- macOS/Linux:
brew install typst
- Arch Linux:
pacman -S typst
- macOS/Linux:
-
安装图标字体 fontawesome(可参考 install-the-fonts )
-
clone 本仓库
-
编译(可参考官方 Usage )
typst compile path/to/main.typ path/to/output.pdf