Dear all,

I'm trying something out in LMTX, which is to combine itemize with a table.
Application could be to put a question and the answer in the next column.

A minimal example would be:

\starttext
\startitemize [a] [right=),stopper=]
    \bTABLE[frame=off]
      \setupTABLE[column][1] [width=.3\textwidth]
      \setupTABLE[column][2] [width=.6\textwidth]
        \bTR
          \bTD \item Something \eTD
          \bTD Something \eTD
        \eTR
        \bTR
          \bTD \item Something \eTD
          \bTD Something \eTD
        \eTR
        \bTR
          \bTD \item Something \eTD
          \bTD Something \eTD
        \eTR
        \bTR
          \bTD \item Something \eTD
          \bTD Something \eTD
        \eTR
    \eTABLE
\stopitemize
\stoptext

The numbering unfortunately starts with i) instead of a). Any
recommendation which approach shall be preferred?

Thanks in advance!
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to