properly create booklet

This commit is contained in:
Sebastian Hugentobler 2025-01-17 10:52:08 +01:00
parent 57c71dba71
commit ae8d6a5d87
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -17,6 +17,7 @@
with pkgs;
mkShell {
buildInputs = [
texliveSmall
texlivePackages.pdfjam
lilypond-with-fonts
poppler_utils