Re: [NTG-context] Labels in figures with wrong bounding box

2007-06-29 Thread nicola
In article [EMAIL PROTECTED], nicola [EMAIL PROTECTED] wrote: Hi, I am typesetting a document with XeConTeXt, containing many MetaPost figures. All the labels in the figures are typeset using \sometxt{} and sometxt(). For some reasons, in the final document some of them appear horribly

[NTG-context] inmargin

2007-06-29 Thread Hans van der Meer
I was thinking that things placed in the margin (\inmargin,\inright, \inleft) would not take up vertical space, but it seems to do just that inside an itemize. Example: \starttext \textwidth=4cm \hairline %(1) \startitemize[n,joinedup] \item abc \item cde \stopitemize

[NTG-context] columns

2007-06-29 Thread Patrick Gundlach
Hi, in \setupcolumns, what is ntop=number and height=dimension? I've played with these parameters but couldn't see any effect. Is it possible that align=yes/no is incorrect? See http://source.contextgarden.net/tex/context/base/page-mul.tex?search=%40%40klalign (search for @@klalign) Patrick

[NTG-context] frames and hyphenation

2007-06-29 Thread Hans van der Meer
I encountered some strange thing with framedtext's in trying to define one where hyphenation is suppressed. The definition is: \defineframedtext[myblock][frame=off,style=\tt,width=0.8 \makeupwidth,before=\nohyphens] But then \startmyblock text \stopmyblock does not stop hyphenation. While

Re: [NTG-context] columns

2007-06-29 Thread Aditya Mahajan
Quoting Patrick Gundlach [EMAIL PROTECTED]: Hi, in \setupcolumns, what is ntop=number From the source: the minimum number op balanced top lines Consider \starttext \startcolumns[n=2,ntop=15,balance=yes] \dorecurse{20}{This is a test line to check for balancing. } \stopcolumns \page

Re: [NTG-context] columns

2007-06-29 Thread Patrick Gundlach
[...] in \setupcolumns, what is ntop=number From the source: the minimum number op balanced top lines Consider \starttext \startcolumns[n=2,ntop=15,balance=yes] \dorecurse{20}{This is a test line to check for balancing. } \stopcolumns \page \startcolumns[n=2,ntop=5,balance=yes]

[NTG-context] columns/blank=

2007-06-29 Thread Patrick Gundlach
Hi, what is the rationale behind \setupblank[\@@klblank]% \ifdim\ctxparskip\zeropoint\relax \setupwhitespace[\@@klblank]% \fi in page-mul.tex (columns)? It seems to me that blank=line inside a startcolumn does not work if ctxparskip = 0pt, which is the default. So

Re: [NTG-context] frames and hyphenation

2007-06-29 Thread Aditya Mahajan
Quoting Hans van der Meer [EMAIL PROTECTED]: I encountered some strange thing with framedtext's in trying to define one where hyphenation is suppressed. The definition is: \defineframedtext[myblock][frame=off,style=\tt,width=0.8 \makeupwidth,before=\nohyphens] But then \startmyblock text

Re: [NTG-context] frames and hyphenation

2007-06-29 Thread Hans van der Meer
Well, it nearly always helps to put a problem to this newsgroup. It helps you concentrate better! The solution was simply, though not obvious at first. It should not haven been before=\nohyphens but top=\nohyphens. On Jun 29, 2007, at 19:25, Hans van der Meer wrote: I encountered some strange

Re: [NTG-context] columns

2007-06-29 Thread Aditya Mahajan
Quoting Patrick Gundlach [EMAIL PROTECTED]: [...] in \setupcolumns, what is ntop=number From the source: the minimum number op balanced top lines Consider \starttext \startcolumns[n=2,ntop=15,balance=yes] \dorecurse{20}{This is a test line to check for balancing. } \stopcolumns

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

2007-06-29 Thread Mojca Miklavec
On 6/28/07, Patrick Gundlach wrote: Hi, is there any way to get utf-8 labels and without the 'strange' space glyph? -- \startMPenvironment[+] \enableregime[utf] \stopMPenvironment \starttext foobar baz äöß % -- OK