On Wed, Oct 5, 2011 at 12:33 PM, zs
Hello,
trying to recompile older work with recent context, strange error appeared: ! Argument of \rootfloatparameter has an extra }.
I extracted minimal example, see below.
It seems, it has something to do with position of first image. When the code is slightly changed (removing/adding x or image, font size change), compilation runs well. Similar error was reported few days ago (http://www.mail-archive.com/ntg-context@ntg.nl/msg58816.html), but the patch has no effect here.
------- minimal example compiled with "context example.tex" --------
\starttext
\setupbodyfont[rm,13pt]
\subsection[]{x}
\startitemize[] \item x \item x \item x \stopitemize
\subsection{x}
x
x
x
x
x
\placefigure[][]{}{ \externalfigure[cow][width=\textwidth] }
x
\placefigure[][]{}{% \externalfigure[cow][] }
\placefigure[][]{}{% \externalfigure[cow][] }
\placefigure[][]{}{% \externalfigure[cow][] }
\subsection[]{S}
x
x
\stoptext
no error here with MTXrun | current version: 2011.01.10 17:55 -- luigi