ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: David Arnold <dwarnold45@cox.net>
Subject: Re: Figures in a table?
Date: Thu, 19 Jan 2006 17:57:09 -0800	[thread overview]
Message-ID: <3D846125-0B2A-472F-ADD1-1B65FA9F8880@cox.net> (raw)
In-Reply-To: <9530A002-6FE5-4E21-862F-34A0E2325A1F@cox.net>

All,

I've almost answered my own question with:

\startbuffer[table]
\setupTABLE[c][1][width=0.6\textwidth]
\setupTABLE[c][2][width=0.2\textwidth]
\setupTABLE[c][3][width=0.2\textwidth]
\bTABLE[align={middle,lohi}]
\bTR
\bTH Number line \eTH
\bTH Set-builder notation \eTH
\bTH Interval notation \eTH
\eTR
\bTR
\bTD \externalfigure[realline4] \eTD
\bTD $\{x:\,x>3\}$ \eTD
\bTD $(3,\infty)$ \eTD
\eTR
\bTR
\bTD \externalfigure[realline5] \eTD
\bTD $\{x:\,x<3\}$ \eTD
\bTD $(-\infty,3)$ \eTD
\eTR
\bTR
\bTD \externalfigure[realline6] \eTD
\bTD $\{x:\,x\ge3\}$ \eTD
\bTD $[3,\infty)$ \eTD
\eTR
\bTR
\bTD \externalfigure[realline7] \eTD
\bTD $\{x:\,x\le3\}$ \eTD
\bTD $(-\infty,3]$ \eTD
\eTR
\eTABLE
\stopbuffer

\placefigure[][tbl:numlines]
{Table}
{\getbuffer[table]}


However, two things:

1. My figures are not centered in their first column.

2. I'd like to add a little height to the last four rows.

Suggestions?

On Jan 19, 2006, at 5:19 PM, David Arnold wrote:

> All,
>
> Has anyone put figures in a table?
>
> I'd like to have a 4 row, 3 column table, where the first column  
> contains number lines with intervals of real numbers shaded. The  
> second column would contain the setbuilder notation for the shaded  
> interval, and the third column would contain the interval notation  
> for the shaded interval.
>
> Ideas?
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

  reply	other threads:[~2006-01-20  1:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-20  1:19 David Arnold
2006-01-20  1:57 ` David Arnold [this message]
2006-01-20 10:18   ` Hans Hagen
2006-01-20 11:07   ` 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=3D846125-0B2A-472F-ADD1-1B65FA9F8880@cox.net \
    --to=dwarnold45@cox.net \
    --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).