Hello,

let's have the following sample:

----
\starttext
  \startitemize[packed_,][headstyle_=,]
    \item CC

    \starttabulate[|l|||]
      \NI aa \NC bb \NC\NR
    \stoptabulate

    \item AA
  \stopitemize
\stoptext
----

How do I make bullets (\itemtag) horizontally aligned one bellow another?

In my case - bullets within \tabulate are indented (shifted rightwards) 
somehow, which is undesired.

TIA.

Best regards,

Lukas
\starttext
  \startitemize[packed_,][headstyle_=,]
    \item CC

    \starttabulate[|l||p|]
      \NI aa \NC bb \NC\NR
    \stoptabulate

    \item AA
  \stopitemize
\stoptext

Attachment: t.pdf
Description: Adobe PDF document

___________________________________________________________________________________
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