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