photobook/examples/test.tex
Alex A. Naanou 59a5e04920 fixes, notes and tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2021-09-26 02:54:14 +03:00

81 lines
1.5 KiB
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}
\edef\TestImageV{DSC00403-2vert}
\writeimagelistfalse
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
\begin{document}
\ImagePageFill{\PageInfo}{\TestImage}
\begin{foldout}[3]
\ImagePageFill{\PageInfo}{\TestImageV}%
\ImagePageFill{\PageInfo}{\TestImage}
\end{foldout}
\ImagePage{Caption text}{\TestImage}
\ImagePage{Caption text}{\TestImageV}
\begin{foldout}[3]
\ImagePageFill{\PageInfo}{\TestImage}
\end{foldout}
\begin{foldout}[3]
\begin{foldoutcell}[2]
\lipsum
\lipsum
\lipsum
\end{foldoutcell}
\begin{foldoutcell}[3]
\lipsum
\lipsum
\lipsum
\end{foldoutcell}
\newpage
\begin{foldoutcell}[2-3]
\begin{bottomup}
\begin{cliptocell}
\lipsum
\lipsum
\lipsum
\lipsum
\lipsum
\end{cliptocell}
\end{bottomup}
\end{foldoutcell}
\end{foldout}
\end{document}
%----------------------------------------------------------------------
% vim:set ts=4 sw=4 :