2021-08-06 03:47:58 +03:00
|
|
|
%----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
\documentclass[
|
|
|
|
|
layoutmode=block,
|
|
|
|
|
% 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}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
% change layout...
|
|
|
|
|
%
|
|
|
|
|
% This can be usefull when having a single setup file for multiple book
|
|
|
|
|
% elemnts like page blocks, covers, endpapers and dust jackets...
|
|
|
|
|
\def\layoutmode{cover}
|
|
|
|
|
\setlength\spinewidth{7.1mm}
|
|
|
|
|
|
2021-08-22 14:52:34 +03:00
|
|
|
\ReInitPages
|
2021-08-06 03:47:58 +03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
|
|
\GenerateTemplate
|
|
|
|
|
|
|
|
|
|
\end{document}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%----------------------------------------------------------------------
|
|
|
|
|
% vim:set ts=4 sw=4 :
|