22 lines
587 B
TeX
Raw Permalink Normal View History

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