On Tue, Oct 23, 2012 at 8:42 PM, Mojca Miklavec < mojca.miklavec.lists@gmail.com> wrote:
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
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net
___________________________________________________________________________________
It's ok here with and without the % sign \definelayer[paper][width=\paperwidth,height=\paperheight] \starttext \startbuffer[abstract]% \startsimplecolumns \input tufte \input tufte \stopsimplecolumns \stopbuffer \setlayerframed[paper] [voffset=1cm] [width=0.9\paperwidth] {\getbuffer[abstract]} \setupbackgrounds[page][background=paper] abc \stoptext -- luigi