ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* tabulate without column spacing
@ 2002-07-15 19:38 Henning Hraban Ramm
  2002-07-19 21:31 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Henning Hraban Ramm @ 2002-07-15 19:38 UTC (permalink / raw)


Ahoi!

Another question concerning my address book:
I'd like to suppress the inter-column spacing in my tabulation.

My setup is:
\setuptabulate	[distance=none,indenting=none,inner=0mm]
\starttabulate[|w(30mm)|w(30mm)|w(18mm)|]
	\HL
\input adrlst.tex
\stoptabulate

The whole tabulation must not be more than \textwidth, that is 78 mm.

What must I do?

Grüßlis vom Hraban!


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

* Re: tabulate without column spacing
  2002-07-15 19:38 tabulate without column spacing Henning Hraban Ramm
@ 2002-07-19 21:31 ` Hans Hagen
       [not found]   ` <200207211802.31710.angerweit@gmx.net>
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2002-07-19 21:31 UTC (permalink / raw)
  Cc: ntg-context

At 09:38 PM 7/15/2002 +0200, Henning Hraban Ramm wrote:
>Ahoi!
>
>Another question concerning my address book:
>I'd like to suppress the inter-column spacing in my tabulation.
>
>My setup is:
>\setuptabulate  [distance=none,indenting=none,inner=0mm]
>\starttabulate[|w(30mm)|w(30mm)|w(18mm)|]
>         \HL
>\input adrlst.tex
>\stoptabulate
>
>The whole tabulation must not be more than \textwidth, that is 78 mm.
>
>What must I do?

something very ugly (tabulate is table compliant):

\starttabulate[|lj0|i0l|]
\NC test \NC test \NC \NR
\NC a    \NC b    \NC \NR
\stoptabulate

use i/j/k to suppress/change pre/post spacing

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------


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

* Re: tabulate without column spacing
       [not found]   ` <200207211802.31710.angerweit@gmx.net>
@ 2002-07-21 22:01     ` Hans Hagen
  0 siblings, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2002-07-21 22:01 UTC (permalink / raw)
  Cc: ntg-context

At 06:02 PM 7/21/2002 +0200, you wrote:
>Am Freitag, 19. Juli 2002 23:31 schrieb Hans Hagen:
> > something very ugly (tabulate is table compliant):
> > \starttabulate[|lj0|i0l|]
> > \NC test \NC test \NC \NR
> > \NC a    \NC b    \NC \NR
> > \stoptabulate
> >
> > use i/j/k to suppress/change pre/post spacing
>
>Thank you, works.
>Is this somewhere documented?

in the still to be updated chap about tables -)

Hans

-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------


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

end of thread, other threads:[~2002-07-21 22:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-15 19:38 tabulate without column spacing Henning Hraban Ramm
2002-07-19 21:31 ` Hans Hagen
     [not found]   ` <200207211802.31710.angerweit@gmx.net>
2002-07-21 22:01     ` 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).