Re: [NTG-context] Why does every new \setupTABLE add more whitespace to the left of table?

2007-07-02 Thread Wolfgang Schuster
2007/7/2, Hamid Kamrani <[EMAIL PROTECTED]>: > What's the reaosn for this behaviour? > > Try: > > \starttext > \startbuffer > \start > \setupTABLE[frame=on] > \bTABLE\bTR\bTD text \eTD\eTR\eTABLE > \stop > \stopbuffer > \framed[offset=overlay]{\getbuffer} > > \startbuffer > \start > \setupTABLE[fra

Re: [NTG-context] Index bug (urgent)

2007-07-02 Thread luigi scarso
On 7/3/07, Idris Samawi Hamid <[EMAIL PROTECTED]> wrote: > Dear gang, > > Consider the following: > > > \starttext > > \setupregister[index][n=1] > > \index{This is a very, very, very, very, very, very, very, very, very, > very, very, very, very, very, long entry}{This is

[NTG-context] Index bug (urgent)

2007-07-02 Thread Idris Samawi Hamid
Dear gang, Consider the following: \starttext \setupregister[index][n=1] \index{This is a very, very, very, very, very, very, very, very, very, very, very, very, very, very, long entry}{This is a very, very, very, very, very, very, very, very, very, very, very, very

[NTG-context] whitespace in framedtext

2007-07-02 Thread Hans van der Meer
I would like to shrink the whitespace at the top and the bottom of a framedtext. Like thus: not this but this -- -- || || |

[NTG-context] Why does every new \setupTABLE add more whitespace to the left of table?

2007-07-02 Thread Hamid Kamrani
What's the reaosn for this behaviour? Try: \starttext \startbuffer \start \setupTABLE[frame=on] \bTABLE\bTR\bTD text \eTD\eTR\eTABLE \stop \stopbuffer \framed[offset=overlay]{\getbuffer} \startbuffer \start \setupTABLE[frame=on] \setupTABLE[c][1][align=right] \bTABLE\bTR\bTD text \eTD\eTR\eTABLE

Re: [NTG-context] fancyhdr equivalent

2007-07-02 Thread Wolfgang Schuster
2007/7/2, Peter I. Hansen <[EMAIL PROTECTED]>: > On 7/2/07, Peter I. Hansen <[EMAIL PROTECTED]> wrote: > > On 7/2/07, Wolfgang Schuster > <[EMAIL PROTECTED]> wrote: > > > 2007/7/2, Peter I. Hansen <[EMAIL PROTECTED] >: > > > > On 7/2/07, Wolfgang Schuster > > > > <[EMAIL PROTECTED]> wrote: > > > >

Re: [NTG-context] fancyhdr equivalent

2007-07-02 Thread Peter I. Hansen
On 7/2/07, Peter I. Hansen <[EMAIL PROTECTED]> wrote: On 7/2/07, Wolfgang Schuster <[EMAIL PROTECTED]> wrote: > 2007/7/2, Peter I. Hansen <[EMAIL PROTECTED]>: > > On 7/2/07, Wolfgang Schuster > > <[EMAIL PROTECTED]> wrote: > > > > > 2007/7/2, Peter I. Hansen <[EMAIL PROTECTED]>: > > > > Thanks,

Re: [NTG-context] fancyhdr equivalent

2007-07-02 Thread Wolfgang Schuster
2007/7/2, Peter I. Hansen <[EMAIL PROTECTED]>: > > \completecontent seems to solve my problem so far... To see what my > problem was try out the following example: > > \setuplayout[location=middle, > header=\lineheight, >

Re: [NTG-context] fancyhdr equivalent

2007-07-02 Thread Peter I. Hansen
On 7/2/07, Wolfgang Schuster <[EMAIL PROTECTED]> wrote: > 2007/7/2, Peter I. Hansen <[EMAIL PROTECTED]>: > > On 7/2/07, Wolfgang Schuster > > <[EMAIL PROTECTED]> wrote: > > > > > 2007/7/2, Peter I. Hansen <[EMAIL PROTECTED]>: > > > > Thanks, this works for me. One thing though, I would like to turn

Re: [NTG-context] Itemize problem

2007-07-02 Thread Hamid Kamrani
This happens on live context too. Itemize starts with 0 in some situations. You can create the problem with: \starttext \bTABLE \bTR \bTD \startitemize[n] \item one \item two \stopitemize \eTD \eTR \eTABLE \stoptext On 7/1/07, Aditya Mahajan <[EMAIL PROTECTED]> wrote: > On Mon, 2 Jul 2007, [EMA

Re: [NTG-context] fancyhdr equivalent

2007-07-02 Thread Wolfgang Schuster
2007/7/2, Peter I. Hansen <[EMAIL PROTECTED]>: > On 7/2/07, Wolfgang Schuster > <[EMAIL PROTECTED]> wrote: > > > 2007/7/2, Peter I. Hansen <[EMAIL PROTECTED]>: > > > Thanks, this works for me. One thing though, I would like to turn the > > > framing off on pages where a chapter begins. I tried > >

Re: [NTG-context] fancyhdr equivalent

2007-07-02 Thread Peter I. Hansen
On 7/2/07, Wolfgang Schuster <[EMAIL PROTECTED]> wrote: 2007/7/2, Peter I. Hansen <[EMAIL PROTECTED]>: > Thanks, this works for me. One thing though, I would like to turn the > framing off on pages where a chapter begins. I tried > \setuphead[chapter][header=empty], but this just gives me > an e

Re: [NTG-context] fancyhdr equivalent

2007-07-02 Thread Aditya Mahajan
On Mon, 2 Jul 2007, Wolfgang Schuster wrote: > 2007/7/2, Peter I. Hansen <[EMAIL PROTECTED]>: >> Thanks, this works for me. One thing though, I would like to turn the >> framing off on pages where a chapter begins. I tried >> \setuphead[chapter][header=empty], but this just gives me >> an empty fr

Re: [NTG-context] fancyhdr equivalent

2007-07-02 Thread Wolfgang Schuster
2007/7/1, Peter I. Hansen <[EMAIL PROTECTED]>: Hello Just getting started with ConTeXt, and liking it so far :) However, I would like to use something similar to the LaTeX 'fancyhdr' package. I've been poking around trying to find such a thing and the closest I could get is: http://osdir.com/m

Re: [NTG-context] fancyhdr equivalent

2007-07-02 Thread Wolfgang Schuster
2007/7/2, Peter I. Hansen <[EMAIL PROTECTED]>: > Thanks, this works for me. One thing though, I would like to turn the > framing off on pages where a chapter begins. I tried > \setuphead[chapter][header=empty], but this just gives me > an empty frame. > Is there a way to selectively turn of backgo

Re: [NTG-context] metafun/label: utf8 and spaces

2007-07-02 Thread Patrick Gundlach
Hi Mojca, >> label("foobar baz äöß",(3cm,3cm)); % <-- broken >> draw btex foobar baz äöß etex % <--- OK > > Why not this one? [\sometxt] (Much faster, less problems, etc.) (with the sound of 'wizard of oz') Because, because, because... I didn't know about it. Thanks! Patrick

Re: [NTG-context] fancyhdr equivalent

2007-07-02 Thread Peter I. Hansen
On 7/2/07, Aditya Mahajan <[EMAIL PROTECTED]> wrote: On Mon, 2 Jul 2007, Peter I. Hansen wrote: > On 7/1/07, Aditya Mahajan <[EMAIL PROTECTED]> wrote: >> >> On Sun, 1 Jul 2007, Peter I. Hansen wrote: >> >> > Hello >> > >> > Just getting started with ConTeXt, and liking it so far :) >> > >> > Ho

[NTG-context] Time to take over a ConTeXt project in Hamburg, Germany?

2007-07-02 Thread Karsten Heymann
Hi, I'm looking for someone to take over long-term support for a running (paid) ConTeXt project in Hamburg, Germany. I'm currently supporting a small scientific institution who does regular publications with context, but since I'm leaving university now and changing places to start a "real" full-t