ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: delimiter bigger then \Biggr
Date: Thu, 25 Jan 2007 00:24:40 -0500 (EST)	[thread overview]
Message-ID: <alpine.WNT.0.81.0701250014160.2768@nqvgln> (raw)
In-Reply-To: <ep7me5$21u$1@sea.gmane.org>

On Wed, 24 Jan 2007, Jano Kula wrote:

> Greetings!
> 
> How would you make right delimiter } bigger then $\Biggr\}$ to join 
> several lines in table?
> 
> A AA -|
> B BB  |
> C CC  |- description
> D DD  |
> E EE -|
> 
> Is there a better solution (?) than
> 
> $\left.\blackrule[width=0pt,height=14mm]\right\}$

No. In fact, this is how they are defined in core-mat.tex

\def\@@dobig#1#2%
   {{\hbox{$\left#2\vbox\!!to#1\bodyfontsize{}\right.\n@space$}}}

\def\big {\@@dobig{0.85}}
\def\Big {\@@dobig{1.15}}
\def\bigg{\@@dobig{1.45}}
\def\Bigg{\@@dobig{1.75}}


math-tex redefines \big etc, but it is just a cosmetic change.

\def\PLAINbig {\@@dobig{0.85}}
\def\PLAINBig {\@@dobig{1.15}}
\def\PLAINbigg{\@@dobig{1.45}}
\def\PLAINBigg{\@@dobig{1.75}}

and then

\definemathcommand [big]  {\PLAINbig}
\definemathcommand [Big]  {\PLAINBig}
\definemathcommand [bigg] {\PLAINbigg}
\definemathcommand [Bigg] {\PLAINBigg}

So perhaps all you can do is define something like

\definemathcommand [MYBIG] {\@@dobig{6}}
% Change 6 to something that gives a good visual effect.

or exploit the matrix environment as Wolfgang suggested.

Hans, can we get rid of the definition of \big etc from core-mat.tex? 
Are \big etc supposed to work in text mode also?

Aditya

      parent reply	other threads:[~2007-01-25  5:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-24 13:22 Jano Kula
2007-01-24 14:21 ` Wolfgang Schuster
2007-01-24 19:49   ` Jano Kula
2007-01-25  5:24 ` Aditya Mahajan [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=alpine.WNT.0.81.0701250014160.2768@nqvgln \
    --to=adityam@umich.edu \
    --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).