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]} My result: ! Missing number, treated as zero. <to be read again> \currentfloatattribute \floatcaptionattribute ... \currentfloatattribute \fi \fi \fi \docompletefloat ... \vbox \floatcaptionattribute {\doifelsemainfloatbody \c... <argument> ...at {figure}{}{middle}{none}\nextbox \else \docompletefloat {fi... \thirdofthreearguments #1#2#3->#3 \xdocompletefloat ...afloat ,#3}{#4}\nextbox \fi } \else \docompletefloat {#1... ... l.22 ...[2009-05-26_200309s][width=0.9\textwidth]} ? What it could mean? Regards, Vyatcheslav
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) Wolfgang
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
Alan BRASLAU wrote:
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.
is this related to bibliographies? if so, make a test file that shows the problem and communicate it with Thomas Schmitz who is collecting / testing bib related issues ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (4)
-
Alan BRASLAU
-
Hans Hagen
-
Vyatcheslav Yatskovsky
-
Wolfgang Schuster