mirror of
https://github.com/flynx/photobook.git
synced 2025-10-28 18:00:10 +00:00
54 lines
1.3 KiB
TeX
54 lines
1.3 KiB
TeX
%----------------------------------------------------------------------
|
|
|
|
\documentclass[
|
|
layoutmode=jacket,
|
|
spinewidth=20mm,
|
|
spinefold=7mm,
|
|
coverboardgrow=3mm,
|
|
jacketflap=50mm,
|
|
jacketwrap=1mm,
|
|
% 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}
|
|
\begin{cliptocell}[0mm \bleed]
|
|
\imagecell[fill, clearance=-\bleed]{}{landscape}
|
|
\end{cliptocell}
|
|
\end{frontcover}
|
|
\begin{backcover}
|
|
\begin{cliptocell}[0mm \bleed]
|
|
\imagecell[fill, clearance=-\bleed]{}{landscape}
|
|
\end{cliptocell}
|
|
\end{backcover}
|
|
\begin{spine}
|
|
\begin{cliptocell}[0mm \bleed]
|
|
\imagecell[fill, clearance=-\bleed]{}{landscape}
|
|
\end{cliptocell}
|
|
\end{spine}
|
|
\begin{frontflap}
|
|
Some text
|
|
\end{frontflap}
|
|
\begin{backflap}
|
|
Some text
|
|
\end{backflap}
|
|
\end{page}
|
|
|
|
\end{document}
|
|
|
|
|
|
%----------------------------------------------------------------------
|
|
% vim:set ts=4 sw=4 :
|