Merge branch 'main' of github.com:flynx/photobook

This commit is contained in:
Alex A. Naanou 2021-09-21 15:57:01 +03:00
commit ce2cee8850
13 changed files with 25 additions and 0 deletions

0
manual/README Normal file
View File

View File

@ -2717,6 +2717,7 @@
%% \end{verbatim} %% \end{verbatim}
%% \end{minipage} %% \end{minipage}
%% %%
%%
%% A foldout always starts on the right/odd page and will always end on %% A foldout always starts on the right/odd page and will always end on
%% the left/even page. %% the left/even page.
%% %%
@ -2725,6 +2726,28 @@
%% spread. If an odd number of pages is created the set will be padded %% spread. If an odd number of pages is created the set will be padded
% with an empty page before |\foldoutpages{..}| exits. % 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 new cell parameters...
% XXX modes... % XXX modes...
%% %%
@ -2763,6 +2786,7 @@
%% \end{verbatim} %% \end{verbatim}
%% \end{minipage} %% \end{minipage}
%% %%
% XXX order doc secions correctly...
% XXX foldout modes: % XXX foldout modes:
% fold=in in, % fold=in in,
% fold=in out, % fold=in out,
@ -2793,6 +2817,7 @@
\def\foldoutcellwidths{} \def\foldoutcellwidths{}
% XXX might be a good idea to add panel spanning...
\newcommand\foldoutpagecell[2][1]{% \newcommand\foldoutpagecell[2][1]{%
% XXX % XXX
} }

0
workflow/README Normal file
View File