ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Giuseppe Bilotta <gip.bilotta@iol.it>
Subject: Re: nath: \wall and \return doesn't work?
Date: Thu, 14 Oct 2004 12:09:54 +0200	[thread overview]
Message-ID: <819811980.20041014120954@iol.it> (raw)
In-Reply-To: <416E3F74.9070206@creutzig.de>

Thursday, October 14, 2004 Christopher Creutzig wrote:

> Salvete,

> \usemodule[nath]
> \starttext
> \startformula
>    F(\beta, E_{min}, E_{max}, m) = \wall\{0,\infty,-\infty\}
>    \return
>    \cup
> \left\{\left.s\,\beta^e\sum_{i=0}^{m}a_i\beta^{-i}\right\vert
>    s\in\{-1,1\}, 0\leq a_i<\beta, e\in\integers, E_{min}\leq e\leq
>    E_{max}\right\}.
> \stopformula
> \stoptext

> I thought the \return were to go to the horizontal position of the
> \wall, in the next line?  For me, both lines are flush left.

> pdftex 1.20a, ConTeXt 2004.10.07, t-nath.tex 2003.12.08, with the
> patches I sent to this list.

You are returning too soon. Lines should be ended by \\, not
\return, unless they are the last indented line; your snipped
should rather go:

\startformula
   F(\beta, E_{min}, E_{max}, m) = \wall\{0,\infty,-\infty\} \\
   \cup \left\{\left.s\,\beta^e\sum_{i=0}^{m}a_i\beta^{-i}\right\vert
   s\in\{-1,1\}, 0\leq a_i<\beta, e\in\integers, E_{min}\leq e\leq
   E_{max}\right\}.
   \return
\stopformula


Or something like this (you can also split the part between
\left\{ ... \right\}, i.e. the second set; delimiters should
get enlarged correctly).

-- 
Giuseppe "Oblomov" Bilotta

  reply	other threads:[~2004-10-14 10:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-14  8:57 Christopher Creutzig
2004-10-14 10:09 ` Giuseppe Bilotta [this message]
2004-10-16 15:11   ` Christopher Creutzig
2004-10-18 22:50     ` Re[2]: " Giuseppe Bilotta

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=819811980.20041014120954@iol.it \
    --to=gip.bilotta@iol.it \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).