By the other hand, the same with \startformula \stopformula makes that the 
number of itemize is in one column and the formula in te other column.

How can I force that number of itemize and the formula will be in the same 
column:

Simplifiqueu (potser sigui conveninent factoritzar el nombres més grans):
\startitemize[a,columns]
\item \startformula 5^{-3} \colon 5^4 \stopformula
\item \startformula (2^{3})^{-2} \cdot 2^{-3} \stopformula
\item \startformula \frac{(-4)^2 \cdot 2^3}{2^{-2}} \stopformula
\item \startformula \left(\frac{5}{2}\right)^{-3} \cdot 
\left(\frac{2}{5}\right)^4 \stopformula
\item \startformula (-2)^{(-3)} \colon \left(\frac{1}{2}\right)^3 \stopformula
\item \startformula \left(\frac{5^{-3}}{2^{-3}}\right)^2 \stopformula
\item \startformula \left(\frac{1}{2}\right)^{-2} \stopformula
\item \startformula \frac{\frac{2}{5} \cdot 
\left(\frac{2}{5}\right)^{-2}}{\left(\frac{2}{5}\right)^2} \stopformula
\item \startformula \frac{4^2 \cdot 2^3 \colon 2^{(-1)}}{2^{(-3)} \cdot 8} 
\stopformula
\item \startformula \frac{2^3 \cdot (-2^4)^2}{2^{-5}} \cdot (-2)^3 \stopformula
\item \startformula \frac{(-2)^3 \cdot (-2)^{(-4)}}{2^5} \stopformula
\item \startformula \left(\left(\frac{1}{-16}\right)^{-2} \colon 
\left(\frac{-2}{16}\right)^3\right)^{-3} \stopformula
\stopitemize


Thanks,

On Thu, 19 Sep 2013 17:21:07 +0200
Hans Hagen <pra...@wxs.nl> ha escrit:

> On 9/19/2013 3:19 PM, Xan wrote:
> > Hi,
> >
> > With this minimal example:
> >
> > \starttext
> > \startitemize[a,columns,four]
> > \item $5^3$
> > \item $\left(\frac{2}{3}\right)^4$
> > \item $254^0$
> > \column
> > \item $\left(\frac{-8}{12}\right)^3$
> > \item $\left(-3\right)^5$
> > \item $\left(-50\right)^5$
> > \column
> > \item $\left(-10\right)^7$
> > \item $0,2^3$
> > \item $\left(-0,22\right)^4$
> > \column
> > \item $\left(\frac{3}{2}\right)^4$
> > \item $22^1$
> > \item $22^0$
> > \stopitemize
> > \stoptext
> >
> > I get "mis-ordered" columns
> >
> > What can I do?
> 
> download the beta that i just uploaded (i merged some experimental code 
> in mixed columns)
> 
> i also added a math snapper ... because that's what one should actually 
> do when not in grid mode
> 
> \starttext
> 
> \startbuffer
>      \startitemize[a,columns,four][grid=]
>          \startitem  1: \snappedmath { 5^3            } \stopitem
>          \startitem  2: \snappedmath { \frac{2}{3}^4  } \stopitem
>          \startitem  3: \snappedmath { 254^0          } \stopitem %\column
>          \startitem  4: \snappedmath { \frac{-8}{12}^3} \stopitem
>          \startitem  5: \snappedmath { -3^5           } \stopitem
>          \startitem  6: \snappedmath { -50^5          } \stopitem %\column
>          \startitem  7: \snappedmath { -10^7          } \stopitem
>          \startitem  8: \snappedmath { 0,2^3          } \stopitem
>          \startitem  9: \snappedmath { -0,22^4        } \stopitem %\column
>          \startitem 10: \snappedmath { \frac{3}{2}^4  } \stopitem
>          \startitem 11: \snappedmath { 22^1           } \stopitem
>          \startitem 12: \snappedmath { 22^0           } \stopitem
>      \stopitemize
> \stopbuffer
> 
> \input ward \getbuffer
> 
> \let\snappedmath\ruledmbox
> 
> \input ward \getbuffer \input ward
> 
> \stoptext
> 
> 
> 
> 
> -----------------------------------------------------------------
>                                            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 via email to