From 09ed8b60b6c2c4dff9ca7c00dcb4aaddb7043020 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 2 Mar 2023 19:31:22 +0300 Subject: [PATCH] tweaks Signed-off-by: Alex A. Naanou --- photobook.cls | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/photobook.cls b/photobook.cls index e22d955..a7dca60 100644 --- a/photobook.cls +++ b/photobook.cls @@ -1781,9 +1781,11 @@ \@ifundefined{#2}{% \expandafter\newsavebox\csname #2\endcsname}{} \expandafter\sbox\csname #2\endcsname{% + \TPoptions{absolute=false}% \begin{inlinecell*}[#1]{#3}{#4}% #5% - \end{inlinecell*}}% + \end{inlinecell*}% + \TPoptions{absolute=true}}% \ignorespaces} \newcommand\gsavecell[5][]{% @@ -1791,9 +1793,11 @@ \@ifundefined{#2}{% \expandafter\newsavebox\csname #2\endcsname}{} \global\expandafter\sbox\csname #2\endcsname{% + \TPoptions{absolute=false}% \begin{inlinecell*}[#1]{#3}{#4}% #5% - \end{inlinecell*}}% + \end{inlinecell*}% + \TPoptions{absolute=true}}% \ignorespaces}