ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: Wolfgang Werners-Lucchini <wwl@musensturm.de>
Subject: Re: big vertical distance
Date: Sun, 13 Jan 2013 18:43:58 +0100	[thread overview]
Message-ID: <50F2F25E.7080909@wxs.nl> (raw)
In-Reply-To: <50F1E596.600.1C1D818@wwl.musensturm.de>

On 1/12/2013 10:37 PM, Wolfgang Werners-Lucchini wrote:
> Hallo,
>
> the following was ok with mkII:
>
> % coding: utf-8
> \def\B{\vphantom{\bigg)}}
> \setupbodyfont[11pt,sans]
> \starttext
> \startitemize[a,columns,three,joinedup][grid=no,width=8mm,right=)]
> \item $\B 5b\cdot (3a+4b-5c)$
> \item $\B 3xy\cdot (2x-6y-xy)$
> \item $\B (-0{,}5x)\cdot (3y-5x)$
> \item $\B (2z-3x+5)\cdot (0{,}5z+x)$
> \item $\B 8ac\cdot 3\frac{1}{4}ax$
> \item $\B 2\frac{1}{2}ab\cdot 6ax$
> \item $\B \frac{2}{3}ax\cdot 1\frac{1}{2}by$
> \item $\B 7\frac{1}{2}ay\cdot 1\frac{3}{5}ax$
> \item $\B (+4ab)\cdot (-15xy)$
> \stopitemize
> \stoptext
>
> now with LuaTeX I get very large vertical distances. Much more then
> \bigg(. Why is this?

MkIV has a different column mechanism controlled by gridsnapping and 
\bigg is pretty big in that case

Anyhow, there is no grid=no in itemize, at least not now, so you can use:

\setupmixedcolumns
   [itemgroupcolumns]
   [grid=no]

However, we can do this too:

\unprotect

\setupmixedcolumns
   [\s!itemgroupcolumns]
   [\c!grid=\itemgroupparameter\c!grid]

\setupitemgroups
   [\c!grid=\v!tolerant]

\protect

After which we can say grid=no so I'll add that.

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | 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 / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


      reply	other threads:[~2013-01-13 17:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-12 21:37 Wolfgang Werners-Lucchini
2013-01-13 17:43 ` Hans Hagen [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=50F2F25E.7080909@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    --cc=wwl@musensturm.de \
    /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).