ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Willi Egger <w.egger@boede.nl>
Subject: Re: Losing frames in table
Date: Tue, 02 Nov 2004 11:11:40 +0100	[thread overview]
Message-ID: <41875D5C.1040201@boede.nl> (raw)
In-Reply-To: <3.0.5.32.20041031114248.008df750@mail.northcoast.com>

[-- Attachment #1: Type: text/plain, Size: 1163 bytes --]

Hi,

When testing your code, indeed there are no partial frames as setup by 
\setupTABLE. What I detected is, that you can only switch on the outer 
lines of the table

\setupTABLE[column][first][leftframe=on]%was:\setupTABLE[column][first][rightframe=on]
\setupTABLE[row][last][bottomframe=on]%was:\setupTABLE[row][first][bottomframe=on]

This is porbably something Hans should look at. I can't imagine that 
this is a feature :-)

Willi

David Arnold wrote:

> All,
> 
> How come I don't get frames (rightframe=on, bottomframe=on) in my table
> with this?
> 
> \setupTABLE[background=screen,screen=0.8,color=darkred,frame=off]
> \setupTABLE[column][first][rightframe=on]
> \setupTABLE[row][first][bottomframe=on]
> 
> \placetable[none]{}{%
> \bTABLE[align={middle,lohi},width=3em]
> \bTR \bTD $x$ \eTD \bTD $y$ \eTD \eTR
> \bTR \bTD $x_1$ \eTD \bTD $y_1$ \eTD \eTR
> \bTR \bTD $x_2$ \eTD \bTD $y_2$ \eTD \eTR
> \bTR \bTD $\vdots$ \eTD \bTD $\vdots$ \eTD \eTR
> \bTR \bTD $x_n$ \eTD \bTD $y_n$ \eTD \eTR
> \eTABLE}
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

[-- Attachment #2: Arnold-table.tex --]
[-- Type: text/plain, Size: 638 bytes --]

% Table test: frames
% David Arnold
% 1-11-2004

\setupoutput[pdftex]
\setupcolors[state=start]

\starttext

\setupTABLE[background=screen,screen=0.8,color=darkred,frame=off]
\setupTABLE[column][first][leftframe=on]%was:\setupTABLE[column][first][rightframe=on]
\setupTABLE[row][last][bottomframe=on]%was:\setupTABLE[row][first][bottomframe=on]

\placetable[none]{}{%
\bTABLE[align={middle,lohi},width=3em]
\bTR \bTD $x$ \eTD \bTD $y$ \eTD \eTR
\bTR \bTD $x_1$ \eTD \bTD $y_1$ \eTD \eTR
\bTR \bTD $x_2$ \eTD \bTD $y_2$ \eTD \eTR
\bTR \bTD $\vdots$ \eTD \bTD $\vdots$ \eTD \eTR
\bTR \bTD $x_n$ \eTD \bTD $y_n$ \eTD \eTR
\eTABLE}
\stoptext

[-- Attachment #3: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

  reply	other threads:[~2004-11-02 10:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-31 19:42 David Arnold
2004-11-02 10:11 ` Willi Egger [this message]
2004-11-02 17:02   ` Hans Hagen
2004-11-03 19:21     ` Willi Egger

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=41875D5C.1040201@boede.nl \
    --to=w.egger@boede.nl \
    --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).