mirror of
https://github.com/flynx/photobook.git
synced 2025-12-17 00:51:39 +00:00
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:
parent
ca432d6546
commit
c42d8a4208
@ -85,8 +85,8 @@
|
||||
|
||||
%%% NOTE: \def\<module-name>@[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%
|
||||
}{%
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user