photobook/examples/jacket.tex
Alex A. Naanou 9bbd752c63 added public domain images...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2025-09-07 00:35:49 +03:00

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 :