mirror of
https://github.com/flynx/photobook.git
synced 2025-10-28 18:00:10 +00:00
37 lines
900 B
TeX
37 lines
900 B
TeX
%----------------------------------------------------------------------
|
|
|
|
\documentclass[
|
|
layoutmode=endpaper,
|
|
% page size...
|
|
blockwidth=240mm, blockheight=220mm,
|
|
bleed=4mm,
|
|
bindingoffset=5mm,
|
|
% image block configuration...
|
|
imageblockwidth=0.98, imageblockheight=0.98,
|
|
imageblockoffsettop=-0.1,
|
|
% misc...
|
|
9pt,final,openany
|
|
]{photobook}
|
|
|
|
|
|
\begin{document} % - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
|
% XXX BUG: there is an offset (\bleed sized???) on the left...
|
|
\begin{leftside}
|
|
\begin{cliptocell}
|
|
\imagecell[fill]{}{DSC00403-2}
|
|
\end{cliptocell}
|
|
\end{leftside}
|
|
|
|
\begin{rightside}
|
|
\begin{cliptocell}
|
|
\imagecell[fill]{}{DSC00403-2}
|
|
\end{cliptocell}
|
|
\end{rightside}
|
|
|
|
|
|
|
|
\end{document} %-------------------------------------------------------
|
|
% vim:set ts=4 sw=4 :
|