made first two chapters, did some layout work
This commit is contained in:
parent
53e4e8ba94
commit
4279d690f6
4 changed files with 74 additions and 1 deletions
3
justfile
3
justfile
|
|
@ -1,5 +1,6 @@
|
|||
build:
|
||||
typst compile base.typ engels.pdf --font-path ./fonts
|
||||
typst compile base.typ zine-digital.pdf --font-path ./fonts --input digital=true
|
||||
typst compile base.typ zine-phyiscal.pdf --font-path ./fonts --input digital=false
|
||||
|
||||
# Make sure all the git actions of pulling, adding all files, committing, and pushing are done in one command
|
||||
push:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue