Re: [NTG-context] Alignment problem with labels and textext

2013-02-13 Thread Lutz Haseloff
It seems, that my ConTeXt installation was broken in this point. A complete new installation of the standalone heped. Sorry for the noise. 2013/2/13 Lutz Haseloff > It seems to me, that the label.xx mechanism is completely broken. > the results of label, label.rt and label.lft are exactly the s

Re: [NTG-context] Alignment problem with labels and textext

2013-02-13 Thread Lutz Haseloff
It seems to me, that the label.xx mechanism is completely broken. the results of label, label.rt and label.lft are exactly the same if i set labeloffset := 0bp ; (default is 3bp) 2013/2/13 Keith J. Schultz > Hi Lutz, > > Just updated, to make sure I have the latest. > > I see the problems. > to

Re: [NTG-context] Alignment problem with labels and textext

2013-02-13 Thread Keith J. Schultz
Hi Lutz, Just updated, to make sure I have the latest. I see the problems. top & bottom labels are not centered correctly bottom label not low enough left and right labels are not aligned at the same height Sorry, no ansers. regards Keith. Am 13.02.2013 um 11:1

Re: [NTG-context] Alignment problem with labels and textext

2013-02-13 Thread Alan BRASLAU
On Wed, 13 Feb 2013 11:11:23 +0100 Lutz Haseloff wrote: > Hi Keith, > > following testfile perhaps describes my problem better: > > \starttext > \startMPpage > drawdot (origin); > label.rt (textext("right") , origin) ; > label.top (textext("top") , origin) ; > label.lft (textext("left") , origi

Re: [NTG-context] Alignment problem with labels and textext

2013-02-13 Thread Lutz Haseloff
Hi Keith, following testfile perhaps describes my problem better: \starttext \startMPpage drawdot (origin); label.rt (textext("right") , origin) ; label.top (textext("top") , origin) ; label.lft (textext("left") , origin) ; label.bot (textext("bottom") , origin) ; \stopMPpage \stoptext If i run

Re: [NTG-context] Alignment problem with labels and textext

2013-02-13 Thread Keith J. Schultz
Hi Lutz, With This is LuaTeX, Version beta-0.74.0-2012122517 (rev 4541) ConTeXt ver: 2013.02.05 22:32 MKIV fmt: 2013.2.9 int: english/english Things look fine. Actually, without textext the left and right seem to be aligned on the baseline. Where with textext it is aligned in the middle of

Re: [NTG-context] Alignment problem with labels and textext

2013-02-13 Thread Alan BRASLAU
On Wed, 13 Feb 2013 06:54:18 +0100 Lutz Haseloff wrote: > Hi Hans, hi all, > > with the most recent ConTeXt > (This is LuaTeX, Version beta-0.75.0-2013021110 (rev 4576) > ConTeXt ver: 2013.02.05 22:32 MKIV fmt: 2013.2.11 int: english/english) > there is an alignment problem with labels using

[NTG-context] Alignment problem with labels and textext

2013-02-12 Thread Lutz Haseloff
Hi Hans, hi all, with the most recent ConTeXt (This is LuaTeX, Version beta-0.75.0-2013021110 (rev 4576) ConTeXt ver: 2013.02.05 22:32 MKIV fmt: 2013.2.11 int: english/english) there is an alignment problem with labels using textext. Labels without textext work ok. Small example showing the pr

[NTG-context] Alignment problem with labels and textext

2013-02-11 Thread Lutz Haseloff
Hi Hans, hi all, with the most recent ConTeXt (This is LuaTeX, Version beta-0.75.0-2013021110 (rev 4576) ConTeXt ver: 2013.02.05 22:32 MKIV fmt: 2013.2.11 int: english/english) there is an alignment problem with labels using textext. Labels without textext work ok. Small example showing the pr