ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* big vertical distance
@ 2013-01-12 21:37 Wolfgang Werners-Lucchini
  2013-01-13 17:43 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Wolfgang Werners-Lucchini @ 2013-01-12 21:37 UTC (permalink / raw)
  To: ntg-context

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? 

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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: big vertical distance
  2013-01-12 21:37 big vertical distance Wolfgang Werners-Lucchini
@ 2013-01-13 17:43 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2013-01-13 17:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Wolfgang Werners-Lucchini

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-13 17:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-12 21:37 big vertical distance Wolfgang Werners-Lucchini
2013-01-13 17:43 ` Hans Hagen

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).