2021-08-20 16:57:00 +03:00
|
|
|
%----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
\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}
|
|
|
|
|
|
2021-09-02 02:05:32 +03:00
|
|
|
\usepackage{lipsum}
|
|
|
|
|
\usepackage{ragged2e}
|
|
|
|
|
|
2021-09-03 03:28:04 +03:00
|
|
|
|
2021-08-30 01:42:11 +03:00
|
|
|
\setlength\parindent{0pt}
|
|
|
|
|
|
2021-08-31 08:27:37 +03:00
|
|
|
\edef\TestImage{DSC00403-2}
|
2021-09-14 02:17:04 +03:00
|
|
|
\edef\TestImageV{DSC00403-2vert}
|
2021-08-30 01:42:11 +03:00
|
|
|
|
2021-09-16 00:29:46 +03:00
|
|
|
\writeimagelistfalse
|
|
|
|
|
|
2021-08-30 01:42:11 +03:00
|
|
|
|
2021-08-30 18:55:11 +03:00
|
|
|
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2021-08-30 01:42:11 +03:00
|
|
|
|
2021-08-20 16:57:00 +03:00
|
|
|
|
2021-09-02 02:05:32 +03:00
|
|
|
|
2021-08-31 08:27:37 +03:00
|
|
|
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
2021-08-29 17:05:28 +03:00
|
|
|
|
2021-08-31 08:27:37 +03:00
|
|
|
\begin{document}
|
2021-08-29 17:05:28 +03:00
|
|
|
|
2021-09-29 23:45:10 +03:00
|
|
|
\begin{foldoutA}[10cm 10cm]
|
|
|
|
|
explicit widths\\
|
|
|
|
|
\end{foldoutA}
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
\begin{foldoutA}[in in]
|
|
|
|
|
auto-calculate\\
|
|
|
|
|
\end{foldoutA}
|
|
|
|
|
|
2021-09-30 15:21:07 +03:00
|
|
|
---
|
|
|
|
|
|
|
|
|
|
\begin{foldoutA}[3]
|
|
|
|
|
count\\
|
|
|
|
|
\end{foldoutA}
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
\begin{foldoutA}[in]
|
|
|
|
|
in\\
|
|
|
|
|
\end{foldoutA}
|
|
|
|
|
|
2021-09-29 23:45:10 +03:00
|
|
|
%\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}
|
2021-09-02 02:05:32 +03:00
|
|
|
|
2021-08-20 16:57:00 +03:00
|
|
|
\end{document}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%----------------------------------------------------------------------
|
|
|
|
|
% vim:set ts=4 sw=4 :
|