Re: [NTG-context] columnset issues

2020-01-27 Thread Henning Hraban Ramm
>> grid=yes, >> ] >> \showframe[text] >> \showgrid >> >> \definecolumnset[Two][ >> n=2, >> page=no, >> ] >> %\definecolumnsetspan[TwoSpan][n=2] >> \definecolumnsetarea[AdSpace][ >> x=1,y=21, >> nx=1,ny=21, >> state=stop,

Re: [NTG-context] columnset issues

2020-01-27 Thread Wolfgang Schuster
, frame=on, framecolor=magenta, ] \starttext \startcolumnset[Two] \dorecurse{10}{\fakewords{100}{120}\par} \setupcolumnsetarea[AdSpace][state=start] \setupcolumnsetareatext[AdSpace]{\externalfigure[MyAd][width=\textwidth,height=0.45\textheight]} You need brackets for both arg

Re: [NTG-context] columnset issues

2020-01-27 Thread Henning Hraban Ramm
\startcolumnset[Two] \dorecurse{10}{\fakewords{100}{120}\par} \setupcolumnsetarea[AdSpace][state=start] \setupcolumnsetareatext[AdSpace]{\externalfigure[MyAd][width=\textwidth,height=0.45\textheight]} \fakewords{200}{200} \stopcolumns

Re: [NTG-context] columnset issues

2020-01-26 Thread Henning Hraban Ramm
\textheight]} \setupcolumnsetarea[AdSpace][state=start] \fakewords{200}{200} \stopcolumnset \stoptext The "AdSpace" should cover the lower left quarter of the page, y=20 should start it in line 20, and ny=20 should make it 20 lines high, right? But "MyAd" appears always at t

[NTG-context] A few columnset questions

2006-05-17 Thread Ehrt, Michael
]... \definecolumnsetarea[one][both][x=2,y=1,nx=1,ny=10] This area pops up in both column sets, and the only way I got it from not showing up in set2 was doing \setupcolumnsetarea[one][both][state=start] \startcolumnset[set1] {...} \stopcolumnset \setupcolumnsetarea[one][both][state=stop