11 Jan
2012
11 Jan
'12
7:51 p.m.
Am 11.01.2012 um 20:44 schrieb Steffen Wolfrum:
Am 11.01.2012 um 20:31 schrieb Wolfgang Schuster:
\setupalign[line]%\setfalse\raggedonelinerstate
\starttext \externalfigure[cow] \stoptext
That's new... "\setfalse\raggedonelinerstate" wasn't needed with 2011.11.29, at least. Why is it necessary now?
You don’t need it and you shouldn’t put it in your document. The problem is the setting \setupalign[line] which breaks \externalfigure but when the conditional \raggedonelinestate is false (can be also achieved when you set a value for the align key in \externalfigure) it works. Wolfgang