On 27 Apr 2016, at 23:22, Mohammad Hossein Bateni <bateni@gmail.com> wrote:I actually figured out that one can use the following:\startitemize[columns,two][direction=reverse]\item first\item second\item third\stopitemize___________________________________________________________________________________On Wed, Apr 27, 2016 at 10:06 AM, Mohammad Hossein Bateni <bateni@gmail.com> wrote:Wolfgang,Did you imply in the email below that a new key or something was added to \startitemize setups? I mean, using \setupmixedcolumns works fine but is it possible to do this in each \startitemize individually?Thanks,HosseinOn Mon, Feb 22, 2016 at 4:43 AM, Wolfgang Schuster <schuster.wolfgang@gmail.com> wrote:___________________________________________________________________________________The underlying columns mechanism has a reverse option for the direction key. I sent a patch to the dev list which allows a direst setting of the direction value with the \startitemize command.21. Februar 2016 um 13:26I have posted a question in tex stack exchangeCustomize right to left list in context
My aim is to obtain right to left items arranged in multi-column, if I use\startitemize [s,columns,three] [margin=1em]the result is three column where first column start from left side of page, but I want it to start from right side of page.I can use \startcolumns[direction=left]\startitemize \item First \item Second \item Third \stopitemize \stopcolumnsbut I think it look better if there is a key direction=left for the \startitemize environment such as used in columns environment.
\starttext
\startitemize[columns,three]
\dorecurse{9}{\item Entry \recurselevel}
\stopitemize
\blank[3*line]
\setupmixedcolumns[itemgroupcolumns][direction=reverse]
\startitemize[columns,three]
\dorecurse{9}{\item Entry \recurselevel}
\stopitemize
\stoptext
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
___________________________________________________________________________________
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
___________________________________________________________________________________