[texhax] flowfram questions
Donald Arseneau
asnd at triumf.ca
Mon Oct 24 12:26:25 CEST 2011
Peter Davis <pfd at pfdstudio.com> writes:
> Ok, this seems to be basically working:
>
> \newcommand{\activateff}[1]{
> \makeatletter
> \nextpage=\thepage
> \advance\nextpage by 1
> \edef\ffpages{\csname @ff at pages@\romannumeral#1\endcsname}
> \setflowframe{#1}{pages={\ffpages,\the\nextpage}}
> \makeatother
> }
I don't know any flowframe, so no answers to your multiple recent
questions. But two points here:
You should use \value{page}% instead of \thepage, because
\thepage only works for ordinary arabic numbering.
The \makeatletter and \makeatother don't do anything in
that definition.
Donald Arseneau asnd at triumf.ca
More information about the texhax
mailing list