using two columns on a poster (\setlayerframed)
Hello, this is probably the most trivial question, but I'm still confused: how can I use two columns inside \setlayerframed? \startbuffer[abstract] \startcolumns[two] % doesn't help \input tufte \input tufte \stopcolumns \stopbuffer \definelayer[paper][width=\paperwidth,height=\paperheight] \setupbackgrounds[page][background=paper] \setlayerframed[paper] [preset=lefttop,hoffset=.05\paperwidth,voffset=5cm] [width=0.9\paperwidth,align=normal,offset=5mm] {\getbuffer[abstract]} I would be grateful for any hints, Mojca
Perhaps, \startsimplecolumns Aditya On Tue, 23 Oct 2012, Mojca Miklavec wrote:
Hello,
this is probably the most trivial question, but I'm still confused: how can I use two columns inside \setlayerframed?
\startbuffer[abstract] \startcolumns[two] % doesn't help \input tufte
\input tufte \stopcolumns \stopbuffer
\definelayer[paper][width=\paperwidth,height=\paperheight] \setupbackgrounds[page][background=paper]
\setlayerframed[paper] [preset=lefttop,hoffset=.05\paperwidth,voffset=5cm] [width=0.9\paperwidth,align=normal,offset=5mm] {\getbuffer[abstract]}
I would be grateful for any hints, 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 ___________________________________________________________________________________
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 ? Mojca
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 ----------------------------------------------------------------- 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 -----------------------------------------------------------------
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
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
participants (4)
-
Aditya Mahajan
-
Hans Hagen
-
luigi scarso
-
Mojca Miklavec