%---------------------------------------------------------------------- \documentclass[ layoutmode=cover, spinewidth=20mm, spinefold=7mm, coverboardgrow=3mm, coverflap=17mm, % 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} \begin{page} \begin{frontcover} % NOTE: in the real world there is no need to extend the bleeds % all the way to the end of the flaps, they need to go % only 2-4 millimeters under the endpaper to account for % cut and alignment errors... \begin{cliptocell}[0mm {\coverflap} {\coverflap} {\coverflap}] \imagecell[fill, clearance=-\coverflap]{}{DSC00403-2} % title... \begin{zinlinecell} \begin{center} \vfill \color{white} \Huge TITLE TEXT \vfill \end{center} \end{zinlinecell} \end{cliptocell} \end{frontcover} \begin{spine} \begin{cliptocell}[0mm \coverflap] \imagecell[fill, clearance=-\coverflap]{}{DSC00403-2} \end{cliptocell} \end{spine} \begin{backcover} \begin{cliptocell}[{\coverflap} {\coverflap} 0mm {\coverflap}] \imagecell[fill, clearance=-\coverflap]{}{DSC00403-2} \end{cliptocell} \end{backcover} \end{page} \end{document} %---------------------------------------------------------------------- % vim:set ts=4 sw=4 :