ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Wolfgang Schuster" <schuster.wolfgang@googlemail.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: brace in TABLE
Date: Thu, 31 May 2007 11:13:29 +0200	[thread overview]
Message-ID: <115224fb0705310213q11750c52i192b178b2918d0ed@mail.gmail.com> (raw)
In-Reply-To: <5E7966E2-AA72-4C56-93C3-D3A6E443548E@fiee.net>

2007/5/31, Henning Hraban Ramm <hraban@fiee.net>:
> How do I get a combining brace over the first 5 table rows in this
> example before "je +8":
>
> \bTABLE[split=no]
> \bTR\bTD Sehen          \eTD\bTD[nr=5, align=lohi] je +8        \eTD\eTR
> \bTR\bTD Hören          \eTD\eTR
> \bTR\bTD Riechen        \eTD\eTR
> \bTR\bTD Schmecken      \eTD\eTR
> \bTR\bTD Tasten         \eTD\eTR
> \bTR\bTD Sechster Sinn  \eTD\bTD Zt/25  \eTD\eTR
> \eTABLE
>
>
>
> Greetlings from Lake Constance!
> Hraban

Hi Hraban,

\def\tablebrace#1#2%
  {$\left.\vrule width\zeropoint height#1\right\} \text{#2}$}

\starttext
\bTABLE[split=no]
\bTR
  \bTD Sehen \eTD
  \bTD[nr=5] \tablebrace{4\lineheight}{je +8} \eTD
\eTR
\bTR\bTD Hören          \eTD\eTR
\bTR\bTD Riechen        \eTD\eTR
\bTR\bTD Schmecken      \eTD\eTR
\bTR\bTD Tasten         \eTD\eTR
\bTR\bTD Sechster Sinn  \eTD\bTD Zt/25  \eTD\eTR
\eTABLE
\stoptext

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2007-05-31  9:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-30 23:33 Henning Hraban Ramm
2007-05-31  9:13 ` Wolfgang Schuster [this message]
2007-05-31 12:39   ` Henning Hraban Ramm

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=115224fb0705310213q11750c52i192b178b2918d0ed@mail.gmail.com \
    --to=schuster.wolfgang@googlemail.com \
    --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).