Alex A. Naanou fbf4a951d8 added an English version of the slides...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2023-03-01 23:26:09 +03:00

22 lines
587 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-en}
%----------------------------------------------------------------------
\end{document} % vim:set ts=4 sw=4 :