photobook/workflow/test.tex
Alex A. Naanou 68062a9dc5 reworked newer templates....
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2021-08-29 07:03:36 +03:00

28 lines
626 B
TeX

%----------------------------------------------------------------------
\documentclass[
layoutmode=block,
% page size...
blockwidth=240mm, blockheight=220mm,
bleed=4mm,
bindingoffset=5mm,
% image block configuration...
imageblockwidth=0.98, imageblockheight=0.98,
imageblockoffsettop=-0,
% misc...
9pt,final,openany
]{photobook}
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
\begin{document}
test
\end{document}
%----------------------------------------------------------------------
% vim:set ts=4 sw=4 :