properly create booklet
This commit is contained in:
parent
57c71dba71
commit
ae8d6a5d87
2
Makefile
2
Makefile
@ -55,7 +55,7 @@ $(BOOK_FULL): $(TYP_FILES) $(LY_SVGS) $(GENERATED_SONGS) $(SRC_DIR)/singalongs.t
|
||||
typst compile --root $(WORKING_DIR) $(SRC_DIR)/singalongs.typ $@
|
||||
|
||||
$(BOOKLET): $(BOOK_FULL)
|
||||
pdfjam --booklet true --a4paper --outfile $@ $<
|
||||
pdfjam --booklet true --landscape --a4paper --trim '2cm 0cm 2cm 0cm' --clip true --delta '2.5cm 0cm' --outfile $@ $<
|
||||
|
||||
all: book opus
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user