ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Placing tables
@ 2000-08-20  3:59 David Arnold
  2000-08-21  8:28 ` Hans Hagen
  2000-08-22  7:32 ` Michal Kvasnicka
  0 siblings, 2 replies; 4+ messages in thread
From: David Arnold @ 2000-08-20  3:59 UTC (permalink / 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-08-22  9:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-08-20  3:59 Placing tables David Arnold
2000-08-21  8:28 ` Hans Hagen
2000-08-22  7:32 ` Michal Kvasnicka
2000-08-22  9:41   ` Hans Hagen

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).