properly create booklet
This commit is contained in:
parent
57c71dba71
commit
ae8d6a5d87
2 changed files with 2 additions and 1 deletions
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 $@
|
typst compile --root $(WORKING_DIR) $(SRC_DIR)/singalongs.typ $@
|
||||||
|
|
||||||
$(BOOKLET): $(BOOK_FULL)
|
$(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
|
all: book opus
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
with pkgs;
|
with pkgs;
|
||||||
mkShell {
|
mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
texliveSmall
|
||||||
texlivePackages.pdfjam
|
texlivePackages.pdfjam
|
||||||
lilypond-with-fonts
|
lilypond-with-fonts
|
||||||
poppler_utils
|
poppler_utils
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue