Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-03-02 19:31:22 +03:00
parent 3bb6e6f61c
commit 09ed8b60b6

View File

@ -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}