ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* changing natural table frame width
@ 2005-06-03  0:27 Stuart Jansen
  2005-06-03 16:42 ` Stuart Jansen
  0 siblings, 1 reply; 3+ messages in thread
From: Stuart Jansen @ 2005-06-03  0:27 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 290 bytes --]

I'm trying to figure out how to increase the increase the size of the
horizontal line after a row using natural tables. Is there any way to do
the equivalent of:

\HL % Table header
\VL Column A \VL Column B\VL\SR
\HL[4]

-- 
Stuart Jansen <sjansen@gurulabs.com>
Guru Labs, L.C.

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

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

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

* Re: changing natural table frame width
  2005-06-03  0:27 changing natural table frame width Stuart Jansen
@ 2005-06-03 16:42 ` Stuart Jansen
  2005-06-03 17:00   ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Stuart Jansen @ 2005-06-03 16:42 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 653 bytes --]

On Thu, 2005-06-02 at 18:27 -0600, Stuart Jansen wrote:
> I'm trying to figure out how to increase the increase the size of the
> horizontal line after a row using natural tables. Is there any way to do
> the equivalent of:
> 
> \HL % Table header
> \VL Column A \VL Column B\VL\SR
> \HL[4]

I can almost get what I want using
\setupTABLE[row] [first][frame=off,bottomframe=on,rulethickness=1pt]

Hans, have you considered adding frame options
{top,bottom,left,right}rulethickness=dimension
similar to the current 
{top,bottom,left,right}frame=on/off ? How hard would it be?

-- 
Stuart Jansen <sjansen@gurulabs.com>
Guru Labs, L.C.

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

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

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

* Re: changing natural table frame width
  2005-06-03 16:42 ` Stuart Jansen
@ 2005-06-03 17:00   ` Hans Hagen
  0 siblings, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2005-06-03 17:00 UTC (permalink / raw)


Stuart Jansen wrote:
> On Thu, 2005-06-02 at 18:27 -0600, Stuart Jansen wrote:
> 
>>I'm trying to figure out how to increase the increase the size of the
>>horizontal line after a row using natural tables. Is there any way to do
>>the equivalent of:
>>
>>\HL % Table header
>>\VL Column A \VL Column B\VL\SR
>>\HL[4]
> 
> 
> I can almost get what I want using
> \setupTABLE[row] [first][frame=off,bottomframe=on,rulethickness=1pt]
> 
> Hans, have you considered adding frame options
> {top,bottom,left,right}rulethickness=dimension
> similar to the current 
> {top,bottom,left,right}frame=on/off ? How hard would it be?

doable but it would slow down context necause it would be implemented in 
core-rule.tex which is used all over the place

as with offsets, these things are on to do lists; for the moment, usign metapost 
is an option (since you can plug in backgrounds in table cells)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------

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

end of thread, other threads:[~2005-06-03 17:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-03  0:27 changing natural table frame width Stuart Jansen
2005-06-03 16:42 ` Stuart Jansen
2005-06-03 17:00   ` 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).