mirror of
https://github.com/flynx/photobook.git
synced 2025-10-28 09:50:09 +00:00
64 lines
1.7 KiB
TeX
64 lines
1.7 KiB
TeX
%----------------------------------------------------------------------
|
|
|
|
\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]{}{landscape}
|
|
% 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]{}{landscape}
|
|
\end{cliptocell}
|
|
\end{spine}
|
|
\begin{backcover}
|
|
\begin{cliptocell}[{\coverflap} {\coverflap} 0mm {\coverflap}]
|
|
\imagecell[fill, clearance=-\coverflap]{}{landscape}
|
|
\end{cliptocell}
|
|
\end{backcover}
|
|
|
|
\textblockrulecolour{white}
|
|
\textcolor{white}
|
|
\GenerateTemplate
|
|
\end{page}
|
|
|
|
\end{document}
|
|
|
|
|
|
%----------------------------------------------------------------------
|
|
% vim:set ts=4 sw=4 :
|