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