Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-03-03 18:41:49 +03:00
parent a528bb254e
commit 659cba9d67

View File

@ -1696,6 +1696,10 @@
% %
%% >> \begin{cell*}{<left>, <top>}{<width>}{<height>} ... \end{cell*} %% >> \begin{cell*}{<left>, <top>}{<width>}{<height>} ... \end{cell*}
%% %%
%% |cell| and |cell*| are absolutely positioned either relative to
%% the current page or to the closest savecell.
%%
% XXX should this have an explicit absolute/relative option???
% XXX SYNTAX: place the second arg in braces... % XXX SYNTAX: place the second arg in braces...
% \begin{cell*}(<left>, <top>){<width>}{<height>} % \begin{cell*}(<left>, <top>){<width>}{<height>}
%\newenvironment{cell*}[3]{% %\newenvironment{cell*}[3]{%
@ -1773,6 +1777,11 @@
%% |\gsavecell{..}| is the same as |\savecell{..}| but creates a global %% |\gsavecell{..}| is the same as |\savecell{..}| but creates a global
%% cell. %% cell.
%% %%
%% Note that both |\gsavecell{..}| and |\savecell{..}| make the nested
%% |cell| and |cell*| position relative to the cell and not the page.
%% This is done by setting |\TPoptions{absolute=false}| for the cell
%% content which will also affect |textpos|'s macros.
%%
% XXX can/should we make this an env??? % XXX can/should we make this an env???
% XXX should this be split into \newsavecell{..} and \scell{..} ??? % XXX should this be split into \newsavecell{..} and \scell{..} ???
% XXX can we use root cells inside this??? % XXX can we use root cells inside this???