Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-09-19 00:13:55 +03:00
parent 224e782e61
commit 434b205350
3 changed files with 24 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,

0
workflow/README Normal file
View File