preparing to document meta actions...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-09-02 23:51:05 +03:00
parent b29e916c3b
commit d8198f3ad3
2 changed files with 26 additions and 4 deletions

View File

@ -30,6 +30,7 @@
%% \usepackage[a4paper,margin=25mm,left=55mm,nohead]{geometry} %% \usepackage[a4paper,margin=25mm,left=55mm,nohead]{geometry}
%% \usepackage[numbered]{hypdoc} %% \usepackage[numbered]{hypdoc}
%% \usepackage{doctools} %% \usepackage{doctools}
%% \usepackage{environ}
%% %%
%%% \newcommand\DescribeGlobal[1]{% %%% \newcommand\DescribeGlobal[1]{%
%%% \DescribeMacro{#1}} %%% \DescribeMacro{#1}}
@ -40,6 +41,13 @@
%% \setlength\parindent{0pt} %% \setlength\parindent{0pt}
%% \setlength\parskip{0.5em} %% \setlength\parskip{0.5em}
%% %%
%% \def\MetaDoc{}
%% \NewEnviron{MetaDocSection}{%
%% \edef\MetaDoc{%
%% \MetaDoc%
%%
%% \BODY}}
%%
%% \begin{document} %% \begin{document}
%% %%
%% \title{\textsf{photobook} --- Document class for building photo-books %% \title{\textsf{photobook} --- Document class for building photo-books
@ -390,6 +398,7 @@
\LoadClass[9pt, final, openany]{book} \LoadClass[9pt, final, openany]{book}
%---------------------------------------------------------------------- %----------------------------------------------------------------------
% Packages... % Packages...
% %
@ -3345,6 +3354,13 @@
%----------------------------------------------------------------------
%%%% Meta macros
%%
%% \MetaDoc
%%
%---------------------------------------------------------------------- %----------------------------------------------------------------------
%%%% Miscellaneous macros %%%% Miscellaneous macros

View File

@ -23,18 +23,24 @@
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
\edef\addValue{}
\def\add#1{
\edef\addValue{
\addValue
#1 \\ }}
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
\begin{document} \begin{document}
\add{abc}
\add{def}
\add{ghi}
%\savecell{foo}{10cm}{10cm}{fooo!} ---
\begin{cell*}{2cm, 2cm}{10cm}{10cm} \addValue
absolute cell
\end{cell*}