From f3555d67d9a55f162a6f64ea25d59ac00a235fb8 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 12 Oct 2021 17:26:26 +0300 Subject: [PATCH] updated demo.... Signed-off-by: Alex A. Naanou --- examples/demo.tex | 48 ++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 43 insertions(+), 5 deletions(-) diff --git a/examples/demo.tex b/examples/demo.tex index a16fe6f..1335530 100644 --- a/examples/demo.tex +++ b/examples/demo.tex @@ -98,13 +98,51 @@ Special case: image that fits vertically will be offset by \verb+\bindingoffset+ %---------------------------------------------------------------------- -\Chapter{Foldout pages} +\Chapter{Foldouts} % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\Section{foldoutpages} -%\foldoutpages[2]{ -\begin{foldout}[2] - \ImagePageFill{\PageInfo}{\TestImageV}% +\Section{foldout} + +\begin{foldout} + \ImagePageFill{\PageInfo}{\TestImage}%} + % + \begin{foldoutcell} + \begin{cliptocell} + \begin{bottomup} + \lipsum + \lipsum + \lipsum + \end{bottomup} + \end{cliptocell} + \end{foldoutcell} + % + \begin{foldoutcell} + \begin{cliptocell} + \lipsum + \lipsum + \lipsum + \end{cliptocell} + \end{foldoutcell} +\end{foldout} + +\begin{foldout}[in 10cm out 10cm] + \begin{foldoutcell*} + \begin{cliptocell} + \imagecell[fill, right, offsetleft=\bleed]{}{\TestImage} + \end{cliptocell} + \end{foldoutcell*} + % + \begin{foldoutcell} + \lipsum + \lipsum + \end{foldoutcell} + % + \begin{foldoutcell*}[3] + \begin{cliptocell} + \imagecell[fill, right]{}{\TestImage} + \end{cliptocell} + \end{foldoutcell*} + % \ImagePageFill{\PageInfo}{\TestImage}%} \end{foldout}