photobook/workflow/test.tex
Alex A. Naanou f7eb1399e6 cleanup and fixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2021-08-29 03:01:01 +03:00

39 lines
906 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}
\fbox{
\begin{inlinecell}{80mm}{40mm}
\lenprint[mm]{\cellwidth} x \lenprint[mm]{\cellheight}
\end{inlinecell}}
\newline
\fbox{
\begin{inlinecell}{80mm}{40mm}
\begin{bottomup}
\lenprint[mm]{\cellwidth} x \lenprint[mm]{\cellheight}
\end{bottomup}
\end{inlinecell}}
\end{document}
%----------------------------------------------------------------------
% vim:set ts=4 sw=4 :