Re: [NTG-context] \inmargin followed by \startlines = alignment fault?

2009-05-14 Thread Corsair
On Thu, May 14, 2009 at 09:11:04AM +0200, Hans Hagen wrote: > Corsair wrote: > > Hi guys, > > > > I find that the `lines' environment (or description, itemize, etc.) > > after text in margin does not align right. Consider the following > > code: > > in that case you can try \margintext {...} whi

Re: [NTG-context] \inmargin followed by \startlines = alignment fault?

2009-05-14 Thread Hans Hagen
Corsair wrote: Hi guys, I find that the `lines' environment (or description, itemize, etc.) after text in margin does not align right. Consider the following code: \starttext \inmargin{What I want} First line \crlf Second line \vskip 1cm \inmargin{What it renders} \startlines First line

[NTG-context] \inmargin followed by \startlines = alignment fault?

2009-05-13 Thread Corsair
Hi guys, I find that the `lines' environment (or description, itemize, etc.) after text in margin does not align right. Consider the following code: \starttext \inmargin{What I want} First line \crlf Second line \vskip 1cm \inmargin{What it renders} \startlines First line Second line \stop