ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco@elvenkind.com>
Subject: Re: \startalignment etc. require text immediately after
Date: Tue, 24 Jan 2006 16:16:04 +0100	[thread overview]
Message-ID: <43D644B4.5090006@elvenkind.com> (raw)
In-Reply-To: <43D639EA.9050404@kpatents.com>



Ville Voipio wrote:
> One phenomenon I have repeatedly come accross but not quite 
> understood... If I have \startalignment, \startnarrower, etc., then 
> there has to be text immediately after the start command.

The best thing you can add is \dontleavehmode. The problem is
that TeX is still in Vertical mode when it encounters the box
that is created by the TABLE environment. So:

   \startalignment[center]
   \dontleavehmode
   \bTABLE
   \bTR \bTD something \eTD \eTR
   \eTABLE
   \stopalignment


Cheers, Taco

      reply	other threads:[~2006-01-24 15:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-24 14:30 Ville Voipio
2006-01-24 15:16 ` Taco Hoekwater [this message]

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=43D644B4.5090006@elvenkind.com \
    --to=taco@elvenkind.com \
    --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).