\inmargin followed by \startlines = alignment fault?
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 \stoplines \stoptext The \crlf approach is the effect I want while the `lines' approach fails to do it. So is it a feature or a bug? Or I understand something totally wrong? I know I can put the \inmargin in the `lines' environment, but this time I really need it outside. Thanks. Corsair -- There is no emotion; there is peace. There is no ignorance; there is knowledge. There is no passion; there is serenity. There is no death; there is the Force.
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 Second line \stoplines \stoptext
The \crlf approach is the effect I want while the `lines' approach fails to do it. So is it a feature or a bug? Or I understand something totally wrong? I know I can put the \inmargin in the `lines' environment, but this time I really need it outside.
in that case you can try \margintext {...} which saves the note and flushes it later ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
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 {...} which saves the note and flushes it later
Wow~ It works. Thank you very much! I should read the manual more carefully next time :-p. -- There is no emotion; there is peace. There is no ignorance; there is knowledge. There is no passion; there is serenity. There is no death; there is the Force.
participants (2)
-
Corsair
-
Hans Hagen