From 73e9c0ebde14abc516ba00b649a9890ffdf8a392 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 17 Sep 2021 17:09:28 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- photobook.cls | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/photobook.cls b/photobook.cls index 3d68382..29315fe 100644 --- a/photobook.cls +++ b/photobook.cls @@ -2762,6 +2762,12 @@ %% \end{verbatim} %% \end{minipage} %% +% XXX foldout modes: +% fold=in in, +% fold=in out, +% fold=in in out in, +% ...a mode is repeated if more panels than items are present, e.g. +% for fold=in out, and 6 panels the folds will be {in out in out in} % XXX need to: % - create two pages -- DONE % - first odd, second even -- DONE