mirror of
https://github.com/flynx/photobook.git
synced 2025-10-29 10:20:08 +00:00
preparing to document meta actions...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b29e916c3b
commit
d8198f3ad3
@ -30,6 +30,7 @@
|
||||
%% \usepackage[a4paper,margin=25mm,left=55mm,nohead]{geometry}
|
||||
%% \usepackage[numbered]{hypdoc}
|
||||
%% \usepackage{doctools}
|
||||
%% \usepackage{environ}
|
||||
%%
|
||||
%%% \newcommand\DescribeGlobal[1]{%
|
||||
%%% \DescribeMacro{#1}}
|
||||
@ -40,6 +41,13 @@
|
||||
%% \setlength\parindent{0pt}
|
||||
%% \setlength\parskip{0.5em}
|
||||
%%
|
||||
%% \def\MetaDoc{}
|
||||
%% \NewEnviron{MetaDocSection}{%
|
||||
%% \edef\MetaDoc{%
|
||||
%% \MetaDoc%
|
||||
%%
|
||||
%% \BODY}}
|
||||
%%
|
||||
%% \begin{document}
|
||||
%%
|
||||
%% \title{\textsf{photobook} --- Document class for building photo-books
|
||||
@ -390,6 +398,7 @@
|
||||
\LoadClass[9pt, final, openany]{book}
|
||||
|
||||
|
||||
|
||||
%----------------------------------------------------------------------
|
||||
% Packages...
|
||||
%
|
||||
@ -3345,6 +3354,13 @@
|
||||
|
||||
|
||||
|
||||
%----------------------------------------------------------------------
|
||||
%%%% Meta macros
|
||||
%%
|
||||
%% \MetaDoc
|
||||
%%
|
||||
|
||||
|
||||
%----------------------------------------------------------------------
|
||||
%%%% Miscellaneous macros
|
||||
|
||||
|
||||
@ -23,18 +23,24 @@
|
||||
|
||||
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
\edef\addValue{}
|
||||
\def\add#1{
|
||||
\edef\addValue{
|
||||
\addValue
|
||||
#1 \\ }}
|
||||
|
||||
|
||||
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
\begin{document}
|
||||
|
||||
\add{abc}
|
||||
\add{def}
|
||||
\add{ghi}
|
||||
|
||||
%\savecell{foo}{10cm}{10cm}{fooo!}
|
||||
---
|
||||
|
||||
\begin{cell*}{2cm, 2cm}{10cm}{10cm}
|
||||
absolute cell
|
||||
\end{cell*}
|
||||
\addValue
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user