now tested cliptocell envs do not affect each other (defaults).

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-04-23 03:14:01 +03:00
parent ca432d6546
commit c42d8a4208

View File

@ -85,8 +85,8 @@
%%% NOTE: \def\<module-name>@[A-Z]+ macros will be visible to both the %%% NOTE: \def\<module-name>@[A-Z]+ macros will be visible to both the
%%% code and the generated docs... %%% code and the generated docs...
\edef\photobook@FILEVERSION{v0.1.19} \edef\photobook@FILEVERSION{v0.1.20}
\edef\photobook@FILEDATE{2023-04-11} \edef\photobook@FILEDATE{2023-04-22}
%% \documentclass{ltxdoc} %% \documentclass{ltxdoc}
@ -2048,6 +2048,11 @@
{\height - \cellheight - \photobook@cliptocell@bottom} % {\height - \cellheight - \photobook@cliptocell@bottom} %
{\cellwidth + \photobook@cliptocell@right} % {\cellwidth + \photobook@cliptocell@right} %
{\height + \photobook@cliptocell@top}}% {\height + \photobook@cliptocell@top}}%
% set defaults for nested cells...
\setlength\photobook@cliptocell@left{0mm}%
\setlength\photobook@cliptocell@top{0mm}%
\setlength\photobook@cliptocell@right{0mm}%
\setlength\photobook@cliptocell@bottom{0mm}%
\begin{minipage}[t][\cellheight][t]{\cellwidth}% \begin{minipage}[t][\cellheight][t]{\cellwidth}%
\ignorespaces% \ignorespaces%
}{% }{%