ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen via ntg-context <ntg-context@ntg.nl>
To: ntg-context@ntg.nl
Cc: Hans Hagen <j.hagen@freedom.nl>
Subject: Re: Tabulate \TH command not working in latest release
Date: Thu, 5 Jan 2023 00:28:44 +0100	[thread overview]
Message-ID: <ca1cc29f-e235-4354-2fdb-e80b602278ee@freedom.nl> (raw)
In-Reply-To: <CAL-A5La8qVb7kGFZFapM+N9G0uNoB3odxCoiJdY=GE4+CJWOhw@mail.gmail.com>

On 1/5/2023 12:16 AM, Michael Guravage via ntg-context wrote:
> 
> While typesetting a document containing a small tabulated table with the 
> latest release I noticed that the tabulate \TH command hadn't added any 
> vertical space between the rows. Here's a mwe.
> 
> \starttext
>    \starttabulate[|l|l|]
>      \NC Γ \NC Gamma \NC\NR
>      \NC Θ \NC Theta \NC\NR
>      \TB[line]
>      \NC Φ \NC Phi \NC\NR
>    \stoptabulate
> \stoptext
swap nop and yes in tabl-tbl.mkxl, like:

\appendtoks
     \enforced\let\TB\tabl_tabulate_TB_nop
\to \t_tabl_tabulate_initializers_first

\appendtoks
     \enforced\let\TB\tabl_tabulate_TB_yes
\to \t_tabl_tabulate_initializers_second

Hans

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

___________________________________________________________________________________
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-01-04 23:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-04 23:16 Michael Guravage via ntg-context
2023-01-04 23:28 ` Hans Hagen via ntg-context [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=ca1cc29f-e235-4354-2fdb-e80b602278ee@freedom.nl \
    --to=ntg-context@ntg.nl \
    --cc=j.hagen@freedom.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).