From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/2506 Path: main.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: Placing tables Date: Sat, 19 Aug 2000 20:59:36 -0700 Sender: owner-ntg-context@let.uu.nl Message-ID: <3.0.5.32.20000819205936.00992500@mail.northcoast.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: main.gmane.org 1035393295 9406 80.91.224.250 (23 Oct 2002 17:14:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:14:55 +0000 (UTC) Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:2506 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:2506 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