From 510c00192ea69366729b516efacf1dbaf70175b4 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 4 Apr 2023 21:36:47 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- examples/book/Makefile | 1 + photobook.cls | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/book/Makefile b/examples/book/Makefile index 48ef46c..454a041 100644 --- a/examples/book/Makefile +++ b/examples/book/Makefile @@ -82,6 +82,7 @@ block.pdf: $(SPREADS) # XXX need to also include covers and endpapers (optionally?) +# XXX this is broken... web.tex: setup.tex { \ echo "% This file is generated via make web.tex" \ diff --git a/photobook.cls b/photobook.cls index e52ed26..8a29724 100644 --- a/photobook.cls +++ b/photobook.cls @@ -5338,6 +5338,7 @@ %% % XXX this needs the pdf view mode to be set to single page... % XXX do we skip the first/last single pages? ...an option? +% XXX TEST... \newcommand\pdfspreadstopages[2][0.3mm]{% \includepdf[pages={{},1-}, nup=2x1, delta=#1 #1]{#2}}