ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Rik Kabel <context@rik.users.panix.com>
To: ntg-context@ntg.nl
Subject: Re: align natural tables left and right
Date: Fri, 30 Dec 2016 15:47:47 -0500	[thread overview]
Message-ID: <b8c1ace9-76c8-6edf-3777-d47a430fe967@rik.users.panix.com> (raw)
In-Reply-To: <1483126938.1846.1.camel@fastwebnet.it>

On 2016-12-30 14:42, MF wrote:
> I've realized that \startplacetable is not necessary:
>
> \starttext
> \startframed[frame=off,
>               align=flushleft, % table aligned to the left
>               width=broad,     % the frame takes all the text width
>               offset=overlay,  % no space around the table
>               ]
> \bTABLE
>    \bTR
>       \bTD $a_{11}$ \eTD \bTD $a_{12}$ \eTD
>    \eTR
>    \bTR
>       \bTD $a_{21}$ \eTD \bTD $a_{22}$ \eTD
>    \eTR
> \eTABLE
> \stopframed
> Following text.
> Following text.
> Following text.
> Following text.
> \stoptext
>
Massi,

Whether or not you need \startplacefloat (where the float can be a 
figure, graphic, intermezzo, or table, or a user-defined item) depends 
on the requirements of the document. Floats are typically separate 
entities that do not appear in the linear flow of the text, but instead 
appear in a convenient place close to where they are referenced by the 
text. In addition to providing suggestions to the placement algorithm 
for positioning the float and handling caption formatting, the 
\startplacefloat mechanism manages the generation of reference 
information. If your tables are always set inline and do not need to be 
referenced within the text or in lists of floats (via \placelist), then 
you do not need \startplacefloat.

-- 
Rik
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

      reply	other threads:[~2016-12-30 20:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-29 16:31 MF
2016-12-29 17:24 ` Rik Kabel
2016-12-30 19:42   ` MF
2016-12-30 20:47     ` Rik Kabel [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=b8c1ace9-76c8-6edf-3777-d47a430fe967@rik.users.panix.com \
    --to=context@rik.users.panix.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).