generated from me/guix-typst-template
Change document.pdf to coverletter.pdf
This commit is contained in:
parent
846e590e3a
commit
918bd9748c
1 changed files with 2 additions and 2 deletions
4
Justfile
4
Justfile
|
@ -1,5 +1,5 @@
|
|||
default:
|
||||
guix time-machine --channels=./channels.scm.lock -- shell --container --emulate-fhs --manifest=./manifest.scm -- sh -c "mkdir -p ./out && typst compile ./src/document.typ ./out/document.pdf --font-path=/usr/share/fonts"
|
||||
guix time-machine --channels=./channels.scm.lock -- shell --container --emulate-fhs --manifest=./manifest.scm -- sh -c "mkdir -p ./out && typst compile ./src/document.typ ./out/coverletter.pdf --font-path=/usr/share/fonts"
|
||||
|
||||
fonts:
|
||||
guix time-machine --channels=./channels.scm.lock -- shell --container --emulate-fhs --manifest=./manifest.scm -- typst fonts --font-path=/usr/share/fonts
|
||||
|
@ -11,4 +11,4 @@ update:
|
|||
guix time-machine --channels=./channels.scm -- describe --format=channels > ./channels.scm.lock
|
||||
|
||||
run: default
|
||||
xdg-open ./out/document.pdf
|
||||
xdg-open ./out/coverletter.pdf
|
||||
|
|
Reference in a new issue