From c42d8a4208d5ff95cf5ec731f6c6027a245ed312 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 23 Apr 2023 03:14:01 +0300 Subject: [PATCH] now tested cliptocell envs do not affect each other (defaults). Signed-off-by: Alex A. Naanou --- photobook.cls | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/photobook.cls b/photobook.cls index 5d4bbaa..09a8d9a 100644 --- a/photobook.cls +++ b/photobook.cls @@ -85,8 +85,8 @@ %%% NOTE: \def\@[A-Z]+ macros will be visible to both the %%% code and the generated docs... -\edef\photobook@FILEVERSION{v0.1.19} -\edef\photobook@FILEDATE{2023-04-11} +\edef\photobook@FILEVERSION{v0.1.20} +\edef\photobook@FILEDATE{2023-04-22} %% \documentclass{ltxdoc} @@ -2048,6 +2048,11 @@ {\height - \cellheight - \photobook@cliptocell@bottom} % {\cellwidth + \photobook@cliptocell@right} % {\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}% \ignorespaces% }{%