photobook/examples/test.tex
Alex A. Naanou a679d8d9d0 tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2021-09-29 23:45:10 +03:00

90 lines
1.7 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}
\begin{foldoutA}[10cm 10cm]
explicit widths\\
\end{foldoutA}
---
\begin{foldoutA}[in in]
auto-calculate\\
\end{foldoutA}
%\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 :