diff --git a/Makefile b/Makefile index d538380..c9c728d 100644 --- a/Makefile +++ b/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 diff --git a/flake.nix b/flake.nix index b93a410..4ad6209 100644 --- a/flake.nix +++ b/flake.nix @@ -17,6 +17,7 @@ with pkgs; mkShell { buildInputs = [ + texliveSmall texlivePackages.pdfjam lilypond-with-fonts poppler_utils