On Thursday 15 October 2009 17:29:12 Wolfgang Schuster wrote:
Am 15.10.2009 um 16:04 schrieb Vyatcheslav Yatskovsky:
Hello,
A document that was previously compiled successfully a few months ago, now throws an exception.
My code: \placefigure [middle] {none} {\externalfigure[2009-05-26_200309s][width=0.9\textwidth]}
\placefigure[middle,none]{}{...}
the official way in mkiv (please add this to the new mkii/mkiv difference page on the wiki)
This indeed is a cleaner syntax. However, on the subject of \placefigure, there appears to be a small bug in mkiv. (Untested) minimal example: \usemodule[bib] ... \starttext \placefigure[right,none]{}{\externalfigure[file][width=.3\textwidth] Text...\cite{Me2009} \blank[2*line] \placepublications[criterium=all] \stoptext The publications list is typeset full \textwidth and overflows the figure. Alan