Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-04-04 21:36:47 +03:00
parent dced601684
commit 510c00192e
2 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,7 @@ block.pdf: $(SPREADS)
# XXX need to also include covers and endpapers (optionally?) # XXX need to also include covers and endpapers (optionally?)
# XXX this is broken...
web.tex: setup.tex web.tex: setup.tex
{ \ { \
echo "% This file is generated via make web.tex" \ echo "% This file is generated via make web.tex" \

View File

@ -5338,6 +5338,7 @@
%% %%
% XXX this needs the pdf view mode to be set to single page... % 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 do we skip the first/last single pages? ...an option?
% XXX TEST...
\newcommand\pdfspreadstopages[2][0.3mm]{% \newcommand\pdfspreadstopages[2][0.3mm]{%
\includepdf[pages={{},1-}, nup=2x1, delta=#1 #1]{#2}} \includepdf[pages={{},1-}, nup=2x1, delta=#1 #1]{#2}}