On Tue, Oct 23, 2012 at 4:54 PM, Hans Hagen wrote:
> On 23-10-2012 16:21, Mojca Miklavec wrote:
>>
>> On Tue, Oct 23, 2012 at 4:05 PM, Aditya Mahajan wrote:
>>>
>>> Perhaps, \startsimplecolumns
>>
>>
>> Ouch. It seems like I'm asking the same question over and over again,
>> and always get the same answer - to simplify things ;) This works in
>> MKIV, but I have some problems with math in MKIV. In MKII this fails
>> with
>>
>> ! Incomplete \iffalse; all text was ignored after line 49.
>> <inserted text>
>> \fi
>> <*> poster.tex
>>
>> ?
>
> so how does your code look
Totally weird. I just realized that the percentage sign makes a
difference in whether it compiles or not (as soon as I remove the
percentage sign it starts working). I added the percentage sign since
that was the only way to prevent unwanted vertical space. (I'm not
sure what adds it.)
\definelayer[paper][width=\paperwidth,height=\paperheight]
\startbuffer[abstract]% <- this '%' is problematic
\startsimplecolumns
\input tufte
\input tufte
\stopsimplecolumns
\stopbuffer
\setlayerframed[paper]
[voffset=1cm]
[width=0.9\paperwidth]
{\getbuffer[abstract]}
\starttext
abc
\stoptext
Mojca