mirror of
https://github.com/flynx/photobook.git
synced 2025-10-28 09:50:09 +00:00
22 lines
587 B
TeX
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-ru}
|
|
|
|
|
|
%----------------------------------------------------------------------
|
|
\end{document} % vim:set ts=4 sw=4 :
|