diff --git a/workflow/Makefile b/examples/Makefile similarity index 100% rename from workflow/Makefile rename to examples/Makefile diff --git a/workflow/block2cover.tex b/examples/block2cover.tex similarity index 100% rename from workflow/block2cover.tex rename to examples/block2cover.tex diff --git a/workflow/cover.tex b/examples/cover.tex similarity index 100% rename from workflow/cover.tex rename to examples/cover.tex diff --git a/workflow/demo.tex b/examples/demo.tex similarity index 100% rename from workflow/demo.tex rename to examples/demo.tex diff --git a/workflow/endpaper.tex b/examples/endpaper.tex similarity index 100% rename from workflow/endpaper.tex rename to examples/endpaper.tex diff --git a/workflow/jacket.tex b/examples/jacket.tex similarity index 100% rename from workflow/jacket.tex rename to examples/jacket.tex diff --git a/workflow/macros.tex b/examples/macros.tex similarity index 100% rename from workflow/macros.tex rename to examples/macros.tex diff --git a/workflow/main.tex b/examples/main.tex similarity index 100% rename from workflow/main.tex rename to examples/main.tex diff --git a/workflow/setup.tex b/examples/setup.tex similarity index 100% rename from workflow/setup.tex rename to examples/setup.tex diff --git a/workflow/test.tex b/examples/test.tex similarity index 100% rename from workflow/test.tex rename to examples/test.tex diff --git a/manual/README b/manual/README new file mode 100644 index 0000000..e69de29 diff --git a/photobook.cls b/photobook.cls index d2dad50..fef22fb 100644 --- a/photobook.cls +++ b/photobook.cls @@ -2717,6 +2717,7 @@ %% \end{verbatim} %% \end{minipage} %% +%% %% A foldout always starts on the right/odd page and will always end on %% the left/even page. %% @@ -2725,6 +2726,28 @@ %% spread. If an odd number of pages is created the set will be padded % with an empty page before |\foldoutpages{..}| exits. %% +%% +%% Foldout panel numbering +%% +%% \begin{minipage}{\textwidth} +%% \begin{verbatim} +%% +%% - --+-------+-------+- --+-------+-------+ +%% = | | | | | +%% = (1) | (2) | ... | (n-1) | (n) | +%% = | | | | | +%% - --+-------+-------+-- -+-------+-------+ +%% +%% +-------+-- -+--------+--------+-- - +%% | | | | = +%% | (n+1) | ... | (2n-1) | (2n) = +%% | | | | = +%% +-------+- --+--------+--------+-- - +%% +%% \end{verbatim} +%% \end{minipage} +%% +% XXX note that panel width includes right \clearfoldoutblock (???) % XXX new cell parameters... % XXX modes... %% @@ -2763,6 +2786,7 @@ %% \end{verbatim} %% \end{minipage} %% +% XXX order doc secions correctly... % XXX foldout modes: % fold=in in, % fold=in out, @@ -2793,6 +2817,7 @@ \def\foldoutcellwidths{} +% XXX might be a good idea to add panel spanning... \newcommand\foldoutpagecell[2][1]{% % XXX } diff --git a/workflow/README b/workflow/README new file mode 100644 index 0000000..e69de29