mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-07 13:05:02 +00:00
6 lines
547 B
PowerShell
6 lines
547 B
PowerShell
# From file:docs/tinymist/book.typ to file:docs/tinymist/book.typ (pdf)
|
|
tinymist compile --save-lock --task 'file:docs/tinymist/book.typ' 'docs/tinymist/book.typ' --root '.' --format=pdf
|
|
# From file:docs/tinymist/ebook.typ to ebook-cover (svg)
|
|
tinymist compile --save-lock --task 'ebook-cover' 'docs/tinymist/ebook.typ' --root '.' --pages 1-1 --format=svg
|
|
# From file:docs/tinymist/ebook.typ to file:docs/tinymist/ebook.typ (pdf)
|
|
tinymist compile --save-lock --task 'file:docs/tinymist/ebook.typ' 'docs/tinymist/ebook.typ' --root '.' --format=pdf
|