photobook/workflow/test.tex
Alex A. Naanou 1d9d47f43d added meta docs collection...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2021-09-03 03:28:04 +03:00

39 lines
807 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}
\usepackage{lipsum}
\usepackage{ragged2e}
\setlength\parindent{0pt}
\edef\TestImage{DSC00403-2}
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
\begin{document}
\end{document}
%----------------------------------------------------------------------
% vim:set ts=4 sw=4 :