Alex A. Naanou 9ee2283ec9 added talk slides...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2023-02-28 18:51:02 +03:00

22 lines
584 B
TeX

%----------------------------------------------------------------------
\documentclass[
layoutmode=endpaper,
% make the spread 16x9...
blockwidth=96mm, blockheight=108mm,
bleed=0mm,
bindingoffset=0mm,
% misc...
12pt,final,openany
]{photobook}
\pagecolor{black}
\begin{document} % - - - - - - - - - - - - - - - - - - - - - - - - - -
\includepdf[pages={{},1-}, nup=2x1, delta=0.3mm 0.3mm]{photobook-slides}
%----------------------------------------------------------------------
\end{document} % vim:set ts=4 sw=4 :