At 04:58 AM 8/22/2005, you wrote:
Thanks for your reaction. My original proposal was:

\startitemize
  \beginblockA
    \item Apple
  \endblockA
  \beginblockB
    \item Pomme
  \endBlockB
  \beginblockA
    \item Pear
  \endblockA
  \beginblockB
    \item Poire
  \endBlockB
\stopitemize

This does not work.

I don't know anything about how blocks work, so this may be completely off-base, but if they do any sort of grouping, that would be quite sufficient to cause problems in a situation like that. Does this work?

\startitemize
  \item \beginblockA
    Apple
  \endblockA
  \item \beginblockB
    Pomme
  \endBlockB
  \item \beginblockA
    Pear
  \endblockA
  \item \beginblockB
    Poire
  \endBlockB
\stopitemize

- Brooks

_______________________________________________
ntg-context mailing list
[email protected]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to