Skip to content

Commit

Permalink
chore: update justfile for Typst v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mintyfrankie committed Aug 7, 2023
1 parent 82886fb commit 5e209e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
watch-cv:
typst --font-path ./src/fonts/ watch ./cv.typ ./output/CV.pdf
typst watch ./cv.typ ./output/CV.pdf --font-path ./src/fonts/

watch-letter:
typst --font-path ./src/fonts/ watch ./letter.typ ./output/Letter.pdf
typst watch ./letter.typ ./output/Letter.pdf --font-path ./src/fonts/

compile-cv:
typst --font-path ./src/fonts/ compile ./cv.typ ./output/CV.pdf
typst compile ./cv.typ ./output/CV.pdf --font-path ./src/fonts/

compile-letter:
typst --font-path ./src/fonts/ compile ./letter.typ ./output/Letter.pdf
typst compile ./letter.typ ./output/Letter.pdf --font-path ./src/fonts/
Binary file modified output/CV.pdf
Binary file not shown.

0 comments on commit 5e209e9

Please sign in to comment.