ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "John R. Culleton" <john@wexfordpress.com>
Subject: Re: table numbering
Date: Wed, 19 Jul 2006 19:13:35 -0400	[thread overview]
Message-ID: <200607191913.35475.john@wexfordpress.com> (raw)
In-Reply-To: <Pine.LNX.4.58.0607191928210.11863@gaston.pm>

On Wednesday 19 July 2006 13:30, Peter Münster wrote:
> Hello,
> in the following example, the first table gets the number 1 and the second
> table the number 0 !
> Could someone help please?
> Cheers, Peter
>
> \setupoutput[dvi]
> \starttext
> \placetable[][tab1]{bla}{
>   \bTABLE
>         \bTR\bTD bla\eTD\eTR
>   \eTABLE}
> \placetable[][tab2]{bla}{
>   \bTABLE
>         \bTR\bTD bla\eTD\eTR
>   \eTABLE}
> \stoptext

The following works correctly for me:

\setupoutput[pdf]
\starttext
\placetable[][tab1]{bla}{
  \bTABLE
        \bTR\bTD firstbla\eTD\eTR
  \eTABLE}
\placetable[][tab2]{bla}{
  \bTABLE
        \bTR\bTD secondbla\eTD\eTR
  \eTABLE}
\stoptext

See if my version works for you.
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

  reply	other threads:[~2006-07-19 23:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-19 17:30 Peter Münster
2006-07-19 23:13 ` John R. Culleton [this message]
2006-07-20  7:55 ` Taco Hoekwater
2006-07-20  9:21   ` Hans Hagen
2012-10-18 11:59 Table Numbering Malte Stien
2012-10-18 12:20 ` Wolfgang Schuster
2012-10-18 17:42 ` Sietse Brouwer
     [not found] <mailman.553.1350580477.2084.ntg-context@ntg.nl>
2012-10-19  0:19 ` Malte Stien
2012-10-19  6:46   ` Wolfgang Schuster

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=200607191913.35475.john@wexfordpress.com \
    --to=john@wexfordpress.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).