ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Neste itemize in table (or vice-versa?)
@ 2021-11-20 15:19 Alexandre Christe via ntg-context
  2021-11-20 15:53 ` Wolfgang Schuster via ntg-context
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Christe via ntg-context @ 2021-11-20 15:19 UTC (permalink / raw)
  To: ntg-context; +Cc: Alexandre Christe


[-- Attachment #1.1: Type: text/plain, Size: 898 bytes --]

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!

[-- Attachment #1.2: Type: text/html, Size: 1206 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-20 15:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-20 15:19 Neste itemize in table (or vice-versa?) Alexandre Christe via ntg-context
2021-11-20 15:53 ` Wolfgang Schuster via ntg-context

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).