Op maandag 6 sep 2010 18:37 CEST schreef Wolfgang Schuster:
Use the command in the correct way: \CheckBoxes[Yes, No, A little bit]
\def\CheckBoxes[#1]% {\startitemize[packed][margin=2.5em,width=2em] \processcommalist[#1]\doCheckBoxes \stopitemize}
\def\doCheckBoxes#1% {\sym{[\hspace[big]]}#1\par} % \hspace[big] = 1em
I start to understand it. Thanks. I changed it a little. I implemented 'title'. And with startitemize I got empty space between my 'title' and the checkboxes. So I coded it like: \def\CheckBoxes[#1,#2]% {#1\par \processcommalist[#2]\doCheckBoxes } \def\doCheckBoxes#1% {\hskip2.5em[\hskip1em] #1\par } \starttext \CheckBoxes[Intelligent way, Yes, No, A little bit] \blank \CheckBoxes[Long list, First, Second, Thirth, Fourth, Fifth] \blank \CheckBoxes[Short list, Yes, No] \stoptext Is there a way that I do not need al the '\blank' lines. After a checkbox list, I always want an empty line. -- Cecil Westerhof M CLDWesterhof@gmail.com O< ascii ribbon campaign - stop html mail - www.asciiribbon.org Please do not send me Microsoft Office/Apple iWork documents. Send OpenDocument instead! http://fsf.org/campaigns/opendocument/