ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: nico <nicolas.marsgui@libertysurf.fr>
Subject: Re: Table Esthetics (and XML)
Date: Mon, 10 Apr 2006 00:13:15 +0200	[thread overview]
Message-ID: <ops7rhcdwa9niby6@localhost> (raw)
In-Reply-To: <e1bj9t$bio$1@sea.gmane.org>

On Sun, 09 Apr 2006 11:17:01 -0700, Johannes Graumann  
<johannes_graumann@web.de> wrote:

> nico wrote:
>> \starttext
> ...
>> \stoptext
> And so the aggressive newbie gets to eat his words .. ;0) Thank you.

I've also played with latex tables, and really the context ones are much  
more powerfull and consistent.

> There
> is, however on feature missing in your example:
>
> \begin{tabular}{@{}llllllr@{}}
>                 ^^^       ^^^
>
> Will yield the horizontal lines aligned with the start/end of the table
> lines - no column spacing at the beginning and end of each row. Any
> pointers on how to emulate this with TABLE?

I'm not sure how it should be achieved. Maybe one of these settings fit  
your need:

% with overlay the frame rules are within the table;
% it's ok, but the table lines start a bit before the top/bottom rule
\framed[frame=off,topframe=on,bottomframe=on,offset=overlay,rulethickness=2pt]\bgroup%
\setupTABLE[frame=on]%
\setupTABLE[row][1,2][rulethickness=0.5pt,bottomframe=on]%
\bTABLE[columndistance=10pt]%

% seems ok but should we play with border margins like this?
\framed[frame=off,topframe=on,bottomframe=on,offset=none,rulethickness=2pt]\bgroup%
\setupTABLE[frame=on]%
\setupTABLE[row][1,2][rulethickness=0.5pt,bottomframe=on]%
\bTABLE[columndistance=10pt,leftmargindistance=-2pt,rightmargindistance=-2pt]%

Regards,
BG

      reply	other threads:[~2006-04-09 22:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-08  1:38 Johannes Graumann
2006-04-08  7:12 ` Attachment sizes Taco Hoekwater
2006-04-08 10:44   ` R S Ananda Murthy
2006-04-09 17:56   ` Johannes Graumann
2006-04-08 10:35 ` Table Esthetics (and XML) nico
2006-04-09 18:17   ` Johannes Graumann
2006-04-09 22:13     ` nico [this message]

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=ops7rhcdwa9niby6@localhost \
    --to=nicolas.marsgui@libertysurf.fr \
    --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).