[NTG-context] float over both text and margin

2005-12-08 Thread Vit Zyka
,width=middle] \starttext \startcolumnset \dorecurse{2}{\input knuth \endgraf\blank} \placefloat[page]{none} {\framed [width=\dimexpr\makeupwidth+\rightmarginwidth+ \rightmargindistance\relax, height=\textheight] {Here I would like to be a float over both

[NTG-context] marking in columnset

2005-11-24 Thread Vit Zyka
\startcolumnset[C] \dorecurse{10}{\getbuffer} \stopcolumnset \stoptext --- (Focus on page 1 and 4) Is there any idea how to fix this? Vit ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl

Re: [NTG-context] columnset balancing

2005-06-27 Thread Hans Hagen
That is the point. How? % output=pdftex interface=en \setuplayout[grid=yes] \showgrid \showstruts % gaat nogal fout zonder grid \setuptolerance[verytolerant] \definecolumnset [test-1] [n=2] \definecolumnset [test-2] [n=3] \starttext \startcolumnset [test-1] \dorecurse {1}{\input tufte \par

[NTG-context] columnset balancing

2005-06-26 Thread Vit Zyka
can do the Hans it is great! I have two next questions: 1) Am I missing something or columnsets do not provide balancing? \definecolumnset[two] [n=2,balance=yes] \starttext \startcolumnset[two] \dorecurse{6}{\input knuth \endgraf} \stopcolumnset \input

[NTG-context] hyphenation within columnsets with background

2005-04-06 Thread [EMAIL PROTECTED]
] \starttext \startcolumnset[driekol] \startbackground this is the text I would like to have with a grey background \column and with a possibility to split columns ``manually'' when necessary \stopbackground \stopcolumnset \stoptext In the rare cases where I want to force a jump to the next column, I

Re: [NTG-context] Switching fonts (or font size) in columnsets

2005-04-03 Thread h h extern
the items) are not to be aligned on the grid because they are smaller (or bigger)? Thanks! Gilles. % Example: \showgrid \setuplayout[grid=yes] \setupitemize[before={\switchtobodyfont[small]}] \definecolumnset[ex][n=2] \starttext \startcolumnset[ex] \dorecurse{4}{\input knuth\relax\placefigure

Re: [NTG-context] Columnsets problems

2005-03-23 Thread Hans Hagen
to \textheight{\topskipcorrection \hsize\makeupwidth left \hfill right\vfill}] \setuphead[chapter][text=empty] \starttext \startcolumnset[first,next] \placefigure[btrl]{}{} \placefigure[tblr]{}{} \chapter{thuan} \dorecurse{25}{\recurselevel: \input thuan \endgraf} \stopcolumnset \startcolumnset

RE: [NTG-context] PDF bounding box problem?

2005-02-10 Thread Martin Kolařík
Hi all, I have problem with paragraph background in columnset environment: \definetextbackground [TXBG] [frame=no,offset=0.25em,location=paragraph] \definecolumnset[main][n=2] \startcolumnset[main] ... \starttextbackground[TXBG] \typebuffer[BUFFER] \stoptextbackground ... \stopcolumnset

[NTG-context] Re: columnsetspan - alternative needed

2005-01-24 Thread Hans Hagen
] % \starttext % \startcolumnset [two] \dorecurse {1}{\input tufte \par} \stopcolumnset % \startcolumnset [three] \dorecurse {2}{\input tufte \par} \stopcolumnset % \stoptext \starttext \startcolumnset [two] \startcolumnsetspan[two] \input ward \stopcolumnsetspan \dorecurse {1}{\input tufte

[NTG-context] columnsetspan - alternative needed

2005-01-21 Thread Steffen Wolfrum
Hi, as far as I've seen columnsets work in a magazine like style: \startcolumnset[twocolumns] aaa ... \startcolumnsetspan[heading] bbb \stopcolumnsetspan ccc ... \stopcolumnset gives results like this: aaa ccc aaa ccc ccc ccc ccc ccc But how can I structure columnsets so my result

Re: [NTG-context] columnset BUG - (urgent!)

2004-11-28 Thread Steffen Wolfrum
] \startcolumnset[litera] \dorecurse{10}{test \input zapf \input ward} \stopcolumnset \stoptext h h extern [EMAIL PROTECTED] wrote: Steffen Wolfrum wrote: Hi, please have a look at testfile below: without a footnote everything works fine, but with the footnote the columnset gets crashed

Re: [NTG-context] columnset BUG - (urgent!)

2004-11-27 Thread h h extern
see is a mixture you may try: \starttext \chapter{Heading\notesymbol[x]} \definecolumnset[litera][n=2,distance=1cm] \startcolumnset[litera] \footnotetext[x]{xx}\dorecurse{10}{test \input zapf \input ward} \stopcolumnset \stoptext or \starttext \definecolumnset[litera][n=2,distance=1cm

[NTG-context] columnset BUG 2

2004-11-26 Thread Steffen Wolfrum
better a fix? Steffen \starttext \showframe \showgrid % oiuoiuoiuoiuoi \footnote{} % \startcolumns[balance=yes,rule=off,n=2,distance=1cm] % text \par % text % \stopcolumns % gfdgfdgfdgfdgfdgfd \footnote{bbb} % \page \definecolumnset[litera][n=2,distance=1cm] \startcolumnset[litera

[NTG-context] columnset BUG - (urgent!)

2004-11-25 Thread Steffen Wolfrum
=2,distance=1cm] \startcolumnset[litera] \dorecurse{10}{test \input zapf \input ward} \stopcolumnset \stoptext ___ ntg-context mailing list [EMAIL PROTECTED] http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] columnset's bodyfont+interlinespace ?

2004-11-23 Thread Hans Hagen
] \startcolumnset[myset] \switchtobodyfont[8.5pt]\setupinterlinespace[line=10pt] ... doesn't work (actually it ends in halfempty pages). How to set fontsize+interlinespace with columnsets ? columnsets are grid based, although it is possible to use sections with different line distances, the height

[NTG-context] columnset's bodyfont+interlinespace ?

2004-11-22 Thread Steffen Wolfrum
Hi, when using \startcolumns I could use: \startcolumns[n=2,rule=off] \setupindenting[none] \switchtobodyfont[8.5pt]\setupinterlinespace[line=10pt] \clubpenalty=0\widowpenalty=1\displaywidowpenalty=1\brokenpenalty=0 ... but when using \definecolumnset[myset][n=2] \startcolumnset

[NTG-context] Float question

2004-09-17 Thread Ulrich Dirr
with columnsets \chapter{Versuch über die Krankheiten des Kopfes} \startcolumnset[two] float [...] the space above isn't removed but it works when the float is moved to a new page when there's not enough room left. Do I have to manually put a negative space here? (I suspect that even the spacebefore

[NTG-context] marks in columnsets (was Re: marks in columns)

2004-09-15 Thread Plamen Tanovski
: \setupfootertexts[{\getmarking[section][all]}] \definecolumnset[bobo][n=2] \starttext \startcolumnset[bobo] \section{first} \section{second} \page \section{third} \column \section{fourth} \page \stopcolumnset \stoptext Best regards, ___ ntg-context mailing list

Re: [NTG-context] column balancing question

2004-09-09 Thread Hans Hagen
] \definecolumnset [test-1] [n=2] \definecolumnset [test-2] [n=3] \starttext \startcolumnset [test-1] \dorecurse {1}{\input tufte \par} \stopcolumnset \startcolumnset [test-2] \dorecurse {2}{\input ward \par} \stopcolumnset \page \setupcolumnset [test-1] [balance=yes] \setupcolumnset [test-2] [balance

[NTG-context] Columnset Areas - Background Color ?

2004-08-26 Thread Miguel Queiros
}] \startsetups[area3] \starttextbackground[area3] Mais um exemplo de Areas. \stoptextbackground \stopsetups % Fim da definição de uma das areas \starttext \startcolumnset[example] \dorecurse{38} {abcd h432 hk4 h4k 2h3 jk32h 4k 23h 4kj2 34k j2 hkh 3kjh 42 ks } \stopcolumnset \stoptext area5.pdf

Re: [NTG-context] small articles in columns?

2004-05-23 Thread Hans Hagen
At 22:01 21/05/2004, you wrote: Following the suggestions I tried to use the \column command to split the columns. But my main problem remains. With the \startcolumnset command I can not achive automatic balancing of columns. you can do manual balancing (experimental, esp the continue with a next

Re: [NTG-context] small articles in columns?

2004-05-21 Thread Janko Hauser
Hans Hagen wrote: columns.pdf (column sets) else, play with \starttabulate[|p|p|p] \NC ... \NC ... \NC ... \NC \NR \stoptabulate Following the suggestions I tried to use the \column command to split the columns. But my main problem remains. With the \startcolumnset command I can not achive

Re: [NTG-context] columnset error

2004-01-13 Thread Hans Hagen
At 22:25 12/01/2004, you wrote: Hi out there, what is wrong with the following code? \starttext \definecolumnset[twocol][n=2] \startcolumnset[twocol] \dorecurse{10}{\section{hello} \dorecurse{8}{\input tufte \par}} \stopcolumnset stoptext it gives me: !: Missing number, treated as zero. ha

RE: [NTG-context] columnset error

2004-01-13 Thread Jan Houwers
: [NTG-context] columnset error Hi out there, what is wrong with the following code? \starttext \definecolumnset[twocol][n=2] \startcolumnset[twocol] \dorecurse{10}{\section{hello} \dorecurse{8}{\input tufte \par}} \stopcolumnset stoptext it gives me: !: Missing number, treated as zero

[NTG-context] columnset error

2004-01-12 Thread Patrick Gundlach
Hi out there, what is wrong with the following code? \starttext \definecolumnset[twocol][n=2] \startcolumnset[twocol] \dorecurse{10}{\section{hello} \dorecurse{8}{\input tufte \par}} \stopcolumnset stoptext it gives me: !: Missing number, treated as zero. --- TeX said --- to be read again

Re: [NTG-context] Wrapping around footnotes

2004-01-08 Thread Willi Egger
Hi William, I do not know whether I can make you happy ... I played with the following setup, which gives a comparable result, though it needs some manual actions: \starttext \startcolumnset[n=2] \startlocalfootnotes[n=0] text with footnotes\footnote{a tip} text text

Re: [NTG-context] columns and alignment at the bottom

2003-10-15 Thread Ed L Cashin
. got you: \starttext \startcolumnset \dorecurse{100} {\framed [width=\hsize,height=fit,align=normal] {\getrandomnumber\whatever{1}{9}% \dorecurse\whatever{\strut test \recurselevel\endgraf}} \vfilll} \stopcolumnset \stoptext Oh, I can't wait to see what

Re: [NTG-context] Re: columns and alignment at the bottom

2003-10-15 Thread Willi Egger
At 19:21 15.10.2003, George N.White wrote: On Wed, 15 Oct 2003, Ed L Cashin wrote: Hans Hagen [EMAIL PROTECTED] writes: \starttext \startcolumnset \dorecurse{100} {\framed [width=\hsize,height=fit,align=normal] {\getrandomnumber\whatever{1}{9}% \dorecurse

Re: [NTG-context] Marginal notes in two-column setup

2003-07-20 Thread Willi Egger
{% \inleft{#1}} \else {\inright{#1}}\fi} \starttext \startcolumnset[example] \MargText{Here left of column} \input tufte \column[local] \input tufte \MargText{\ifodd\mofcolumns{Hello!, still left of column}\else {Hello, now right of column}\fi} \stopcolumnset \stoptext I believe

Re: [NTG-context] Marginal notes in two-column setup

2003-07-20 Thread Gerben Wierda
][n=2] \define[1]\MargText{% \ifodd\mofcolumns{% \inleft{#1}} \else {\inright{#1}}\fi} \starttext \startcolumnset[example] \MargText{Here left of column} \input tufte \column[local] What does [local] mean here? According the the manual one should say \column and I can't find

<    1   2   3   4