ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Spacing issue in itemize
@ 2022-01-13 16:48 Gavin via ntg-context
  2022-01-13 17:15 ` Aditya Mahajan via ntg-context
  0 siblings, 1 reply; 6+ messages in thread
From: Gavin via ntg-context @ 2022-01-13 16:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Gavin

Hi list,

When I define an items group, it seems to mess up the spacing for a nested item group. See example below. Any ideas?

I’m typesetting with

	> ConTeXt  ver: 2022.01.06 19:51 LMTX  fmt: 2022.1.9  int: english/english

on an M1 Mac.

Thanks!
Gavin


\usemodule[visual]

\defineitemgroup[questions]
\setupquestions [each] [n]

\starttext
This numbered list uses my item group \quotation{questions.} The itemize inside is missing space above item (a).
\startquestions
  \item \fakewords{15}{20}
    \startitemize[a][left=(,stopper=,right=)]
      \item \fakewords{10}{15}
      \item \fakewords{10}{15}
    \stopitemize
  \item \fakewords{10}{15}
\stopquestions

This numbered list uses itemize. The itemize inside has the expected space above item (a).
\startitemize[n]
  \item \fakewords{15}{20}
    \startitemize[a][left=(,stopper=,right=)]
      \item \fakewords{10}{15}
      \item \fakewords{10}{15}
    \stopitemize
  \item \fakewords{10}{15}
\stopitemize

\stoptext
___________________________________________________________________________________
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] 6+ messages in thread

end of thread, other threads:[~2022-01-14 15:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-13 16:48 Spacing issue in itemize Gavin via ntg-context
2022-01-13 17:15 ` Aditya Mahajan via ntg-context
2022-01-13 21:32   ` Gavin via ntg-context
2022-01-14  8:09   ` Hans Hagen via ntg-context
2022-01-14 13:52     ` Gavin via ntg-context
2022-01-14 15:22     ` Aditya Mahajan 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).