Missing { inserted using placefigure and postponing
Hi, I get a “Missing { inserted.” error under certain circumstances. Here is an example: \starttext \blackrule [height=8cm] \startpostponing \placefigure [] {foo}{bar} \stoppostponing \blackrule [height=15cm] \startlines a b \stoplines \stoptext I used black rules to insert boxes of a particular height, any content would do. Funnily enough it works with \placefigure [] {foo}{bar}, but not with \placefigure [] {foo}{bar} I have no clue what's wrong here. Marco
On 9/21/2013 12:01 PM, Marco Patzer wrote:
Hi,
I get a “Missing { inserted.” error under certain circumstances. Here is an example:
\starttext \blackrule [height=8cm]
\startpostponing \placefigure [] {foo}{bar} \stoppostponing
\blackrule [height=15cm]
\startlines a b \stoplines \stoptext
I used black rules to insert boxes of a particular height, any content would do. Funnily enough it works with \placefigure [] {foo}{bar}, but not with
\placefigure [] {foo}{bar}
I have no clue what's wrong here.
the buffer is flushed in 'lines' mode so under a different endonlien regime (took me quite some tracing to figure that out) .. fix in beta (not sure if that spoils other cases) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Marco Patzer