photobook/workflow/test.tex
Alex A. Naanou 0ae612ce55 more refactoring + now captions take no space in page stack...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2021-08-30 01:42:11 +03:00

38 lines
795 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}
\setlength\parindent{0pt}
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
\begin{document}
%\imagepage*{moo}{DSC00403-2}
%\imagepage{moo}{DSC00403-2}
\end{document}
%----------------------------------------------------------------------
% vim:set ts=4 sw=4 :