Skip to content

pride7/tutorial

 
 

Repository files navigation

tutorial

Typst 中文教程

安装字体

git submodule update --init --recursive

编译电子书

typst compile --root . --font-path ./assets/typst-fonts/ --font-path ./assets/fonts/ ./src/ebook.typ

编译单独章节

选择一个章节文件,比如 第一章.typ,然后执行:

typst compile --root . --font-path ./assets/typst-fonts/ --font-path ./assets/fonts/ 章节文件.typ

复现 Artifacts

生成typst-docs-v0.11.0.json

cargo install --git https://github.com/typst/typst --locked typst-docs --features="cli" --tag v0.11.0
typst-docs --out-file ./assets/artifacts/typst-docs-v0.11.0.json --assets-dir target/typst-docs/assets

About

Typst中文教程

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Typst 95.8%
  • Rust 4.1%
  • PowerShell 0.1%