Re: [NTG-context] Weird godown, dorecurse, colors and page-fitting interaction

2005-12-06 Thread Adam Lindsay
Hans Hagen wrote: a long story ... to which ttp wizzard taco might want to add comment ok, a fix first (missing \fi) \def\godown[#1]% {\relax \ifhmode\endgraf\fi \ifvmode\nointerlineskip\vskip#1\relax\fi} okay. Those missing \fi's were troubling. what you observe is some interfe

Re: [NTG-context] \godown

2005-12-06 Thread Adam Lindsay
o one another. I find myself having to adjust for little gaps with: \godown[-0.029\bodyfontsize] Does this ring a bell with anyone? The last time I had problems with minute offsets, it was Acrobat's fault. Do you also have problems in DVI mode? Hmm. I do need to examine it in differe

Re: [NTG-context] \godown

2005-12-06 Thread Adam Lindsay
Hans Hagen wrote: Adam Lindsay wrote: having to adjust for little gaps with: \godown[-0.029\bodyfontsize] Does this ring a bell with anyone? I would have thought \godown[0pt] was the answer, but not so, here. The font metrics seem to be right, adding up to 1000 in both directions (or a

Re: [NTG-context] \godown

2005-12-06 Thread Taco Hoekwater
yself having to adjust for little gaps with: \godown[-0.029\bodyfontsize] Does this ring a bell with anyone? The last time I had problems with minute offsets, it was Acrobat's fault. Do you also have problems in DVI mode? Taco ___ ntg-context ma

Re: [NTG-context] Weird godown, dorecurse, colors and page-fitting interaction

2005-12-06 Thread Taco Hoekwater
Hans Hagen wrote: question for taco: how difficult would it be to have something: \squeezebox\scratchbox Will think about it. should be doable enough, after all you can do this by hand as well (using \lastbox etc.). Taco ___ ntg-context mailing

Re: [NTG-context] Weird godown, dorecurse, colors and page-fitting interaction

2005-12-06 Thread Hans Hagen
Adam Lindsay wrote: Hi all, What's happening here? \setupcolors[state=start] \starttext \startTEXpage \dorecurse{2}{abc\godown[0pt]} \stopTEXpage \startTEXpage \startcolor[yellow] \dorecurse{2}{abc\godown[0pt]} \stopcolor \stopTEXpage \stoptext a long story ... to which ttp wizzard

Re: [NTG-context] \godown

2005-12-06 Thread Hans Hagen
yself having to adjust for little gaps with: \godown[-0.029\bodyfontsize] Does this ring a bell with anyone? I would have thought \godown[0pt] was the answer, but not so, here. The font metrics seem to be right, adding up to 1000 in both directions (or a little more, actually, considering overla

[NTG-context] Weird godown, dorecurse, colors and page-fitting interaction

2005-12-05 Thread Adam Lindsay
Hi all, What's happening here? \setupcolors[state=start] \starttext \startTEXpage \dorecurse{2}{abc\godown[0pt]} \stopTEXpage \startTEXpage \startcolor[yellow] \dorecurse{2}{abc\godown[0pt]} \stopcolor \stopTEXpage \stoptext -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

[NTG-context] \godown

2005-12-05 Thread Adam Lindsay
t for little gaps with: \godown[-0.029\bodyfontsize] Does this ring a bell with anyone? I would have thought \godown[0pt] was the answer, but not so, here. The font metrics seem to be right, adding up to 1000 in both directions (or a little more, actually, considering overlapping

Re: Antwort: Re: [NTG-context] distance with \godown

2005-10-21 Thread Hans Hagen Test
Jessica Holle wrote: Yes this works. Thx, But I've testet it with godown=0pt When I say this is to much distance between the "kastens" and comment "\godown=0pt" out there is the same strange thing. When I comment it on all my pages out there is a bigger distance bet

Re: Antwort: Re: [NTG-context] distance with \godown

2005-10-21 Thread Willi Egger
sed in the metafun manual. Have a good weekend Willi Jessica Holle wrote: Yes this works. Thx, But I've testet it with godown=0pt When I say this is to much distance between the "kastens" and comment "\godown=0pt" out there is the same strange thing. When I commen

Antwort: Re: [NTG-context] distance with \godown

2005-10-20 Thread Jessica Holle
Yes this works. Thx, But I've testet it with godown=0pt When I say this is to much distance between the "kastens" and comment "\godown=0pt" out there is the same strange thing. When I comment it on all my pages out there is a bigger distance between the first and second &

Re: [NTG-context] distance with \godown

2005-10-20 Thread Willi Egger
aphic in metafun and make a overlay with this as the background. Then I defined a framed box with the same values as the graphic, use the overlay as a background and nice I have my menu. But then I make a small space with \godown and now the framed section goes down and up from page to page. This ph

[NTG-context] distance with \godown

2005-10-20 Thread Jessica Holle
ame values as the graphic, use the overlay as a background and nice I have my menu. But then I make a small space with \godown and now the framed section goes down and up from page to page. This phenomenon is only when I do the link (\goto) on the whole framed. When I put the link on the text ther

Re: [NTG-context] \godown to an absolute position

2005-01-12 Thread Duncan Hothersall
Hans wrote: quick and dirty: \setuphead[chapter][before=\vbox to 10cm\bgroup,after=\vss\egroup] \starttext \chapter{test} \input tufte \chapter{test\endgraf test} \input tufte \stoptext there are other solutions (synchronizing stuff) but that's more complex Great! This solution worked for me. I hav

Re: [NTG-context] \godown to an absolute position

2005-01-11 Thread Hans Hagen
space the title takes up, the first line after it should always start at the same vertical point. Something like -- \chapter{Chapter title} \godown[to=15pc] Start of the text of the chapter... quick and dirty: \setuphead[chapter][before=\vbox to 10cm\bgroup,after=\vss\egroup] \starttext \ch

[NTG-context] \godown to an absolute position

2005-01-11 Thread Duncan Hothersall
the first line after it should always start at the same vertical point. Something like -- \chapter{Chapter title} \godown[to=15pc] Start of the text of the chapter... -- would be ideal, but of course \godown starts from the current point and doesn't offer a to= option! I'm not sure