ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Ursula Hermann via ntg-context <ntg-context@ntg.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: Ursula Hermann <ursula.hermann@univie.ac.at>
Subject: Re: Table
Date: Mon, 13 Mar 2023 13:35:02 +0000	[thread overview]
Message-ID: <65b09a9b4f074040bf7087c115c7b9dc@univie.ac.at> (raw)
In-Reply-To: <CAHy-LL99c-u_02F-gTS+ZVV0+tNvwEhpKCyAqQJJ5efojXSGDA@mail.gmail.com>


[-- Attachment #1.1.1: Type: text/plain, Size: 1249 bytes --]

Dear Mikael!

Many thanks, that works great!

Uschi

Von: ntg-context <ntg-context-bounces@ntg.nl> Im Auftrag von Mikael Sundqvist via ntg-context
Gesendet: Montag, 13. März 2023 14:16
An: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: Mikael Sundqvist <mickep@gmail.com>
Betreff: Re: [NTG-context] Table

Hi Uschi,

On Mon, Mar 13, 2023 at 1:03 PM Ursula Hermann via ntg-context <ntg-context@ntg.nl<mailto:ntg-context@ntg.nl>> wrote:
I’d like to do a Table lik this one
[enter image description here]
I have no example. How can I do that?

Many thanks
Uschi

There are probably better ways, but this seems to give something like what you look for:

\starttext

\setupTABLE[c][align=middle]
\setupTABLE[c][odd][width=2em]
\setupTABLE[c][even][width=1mm]
\setupTABLE[r][2][height=1mm]
\setupTABLE[c][1][leftframe=off]
\setupTABLE[c][5][rightframe=off]

\bTABLE
  \bTR
    \bTD 1 \eTD \bTD \eTD \bTD 2 \eTD \bTD \eTD \bTD 3 \eTD
  \eTR
  \bTR
    \bTD   \eTD \bTD \eTD \bTD   \eTD \bTD \eTD \bTD   \eTD
  \eTR
  \bTR
    \bTD 4 \eTD \bTD \eTD \bTD 5 \eTD \bTD \eTD \bTD 6 \eTD
  \eTR
  \bTR
    \bTD 7 \eTD \bTD \eTD \bTD 8 \eTD \bTD \eTD \bTD 9 \eTD
  \eTR
\eTABLE

\stoptext

/Mikael

[-- Attachment #1.1.2: Type: text/html, Size: 24882 bytes --]

[-- Attachment #1.2: image001.png --]
[-- Type: image/png, Size: 3338 bytes --]

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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2023-03-13 13:35 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-13 11:50 Table Ursula Hermann via ntg-context
2023-03-13 13:15 ` Table Mikael Sundqvist via ntg-context
2023-03-13 13:35   ` Ursula Hermann via ntg-context [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-05-03 11:47 Table "H. Özoguz"
2013-05-03 10:52 Table "H. Özoguz"
2013-05-03 10:51 Table Eslamica
2013-05-03 10:39 Table "H. Özoguz"
2013-05-03 10:47 ` Table Wolfgang Schuster
2013-05-03  9:54 Table "H. Özoguz"
2013-05-03 10:11 ` Table Wolfgang Schuster
2013-05-03 11:31 ` Table Peter Münster
2013-05-03  9:50 Table "H. Özoguz"
2013-05-03  8:39 Table "H. Özoguz"
2013-05-03  8:52 ` Table Wolfgang Schuster
2013-05-03  9:19   ` Table Wolfgang Schuster
2010-12-06 14:41 TABLE barndog1946
2010-12-06 14:47 ` TABLE Jörg Hagmann
2010-12-09  7:15 ` TABLE barney schwartz
2010-12-06 14:19 TABLE Jörg Hagmann
2010-12-06 14:05 ` TABLE Aditya Mahajan
2010-12-06 14:24 ` TABLE Wolfgang Schuster
2010-12-06 14:45   ` TABLE Jörg Hagmann
2002-03-07  8:57 Table Nigel King
2002-03-07 22:59 ` Table 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=65b09a9b4f074040bf7087c115c7b9dc@univie.ac.at \
    --to=ntg-context@ntg.nl \
    --cc=ursula.hermann@univie.ac.at \
    /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).