ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: David Arnold <darnold@northcoast.com>
Subject: Placing tables
Date: Sat, 19 Aug 2000 20:59:36 -0700	[thread overview]
Message-ID: <3.0.5.32.20000819205936.00992500@mail.northcoast.com> (raw)

All,

This works:

\setupTABLE[y][odd][background=color,backgroundcolor=gray,frame=on]
\bTABLE
\bTR \bTD $p(x)=x^{3}-x^{2}-1$ \eTD \bTD \type{p=[1 -1 0 -1]}   \eTD \eTR
\bTR \bTD $q(x)=x^{4}-x^{2}-x$ \eTD \bTD \type{q=[1 0 -1 -1 0]} \eTD \eTR
\bTR \bTD $r(x)=x^{4}-2x^{2}$  \eTD \bTD \type{r=[1 0 -2 0 0]}  \eTD \eTR
\eTABLE

But this doesn't:

\placetable
[here][tbl:matlabpolys]
{Matlab represents polynomials with vectors.}
\setupTABLE[y][odd][background=color,backgroundcolor=gray,frame=on]
\bTABLE
\bTR \bTD $p(x)=x^{3}-x^{2}-1$ \eTD \bTD \type{p=[1 -1 0 -1]}   \eTD \eTR
\bTR \bTD $q(x)=x^{4}-x^{2}-x$ \eTD \bTD \type{q=[1 0 -1 -1 0]} \eTD \eTR
\bTR \bTD $r(x)=x^{4}-2x^{2}$  \eTD \bTD \type{r=[1 0 -2 0 0]}  \eTD \eTR
\eTABLE

How come? And how can I "place" a table with this new technique for setting
tables? I want it centered, referenced, and captioned.

-
David Arnold
College of the Redwoods
Mathematics Department
7351 Tompkins Hill Road
Eureka, CA 95501
(707) 476-4222

My Home Page
http://online.redwoods.cc.ca.us/instruct/darnold/index.htm

Ordinary Differential Equations Using Matlab
http://www.prenhall.com/books/esm_0130113816.html


             reply	other threads:[~2000-08-20  3:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-20  3:59 David Arnold [this message]
2000-08-21  8:28 ` Hans Hagen
2000-08-22  7:32 ` Michal Kvasnicka
2000-08-22  9:41   ` Hans Hagen

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=3.0.5.32.20000819205936.00992500@mail.northcoast.com \
    --to=darnold@northcoast.com \
    /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).