ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [NTG-context] documenting itemize specials
@ 2024-07-07  8:54 Henning Hraban Ramm
  2024-07-07 11:40 ` [NTG-context] " fv leung
  2024-07-07 16:03 ` Wolfgang Schuster
  0 siblings, 2 replies; 4+ messages in thread
From: Henning Hraban Ramm @ 2024-07-07  8:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,
* can anyone give me an example where \noitem makes sense?
* is the + symbol of \sub configurable?


\startitemize[n,packed]
\startitem oins \stopitem
\noitem zwoi
\startitem droi \stopitem
\sub droi ond ebbes
\stopitemize


Hraban
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

* [NTG-context] Re: documenting itemize specials
  2024-07-07  8:54 [NTG-context] documenting itemize specials Henning Hraban Ramm
@ 2024-07-07 11:40 ` fv leung
  2024-07-07 16:03 ` Wolfgang Schuster
  1 sibling, 0 replies; 4+ messages in thread
From: fv leung @ 2024-07-07 11:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Numerical answers to a 3-part math problem in which the 2nd part is a proof:

\startitemize[a]
\item 1234
\noitem
\item 5679
\stopitemize 

> On 7 Jul 2024, at 4:54 PM, Henning Hraban Ramm <texml@fiee.net> wrote:
> 
> Hi,
> * can anyone give me an example where \noitem makes sense?
> * is the + symbol of \sub configurable?
> 
> 
> \startitemize[n,packed]
> \startitem oins \stopitem
> \noitem zwoi
> \startitem droi \stopitem
> \sub droi ond ebbes
> \stopitemize
> 
> 
> Hraban
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
> webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive  : https://github.com/contextgarden/context
> wiki     : https://wiki.contextgarden.net
> ___________________________________________________________________________________

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

* [NTG-context] Re: documenting itemize specials
  2024-07-07  8:54 [NTG-context] documenting itemize specials Henning Hraban Ramm
  2024-07-07 11:40 ` [NTG-context] " fv leung
@ 2024-07-07 16:03 ` Wolfgang Schuster
  2024-07-07 17:56   ` Henning Hraban Ramm
  1 sibling, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2024-07-07 16:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Henning Hraban Ramm

Henning Hraban Ramm schrieb am 07.07.2024 um 10:54:
> Hi,
> * can anyone give me an example where \noitem makes sense?

This is why the command exists:

\starttext

\startitemize[repeat,n][width=0pt]
\noitem
   \startitemize[a,broad]
   \item First item
   \item Second item
   \stopitemize
\noitem
   \startitemize[a,broad]
   \item First item
   \item Second item
   \stopitemize
\stopitemize

\stoptext


> * is the + symbol of \sub configurable?

No.

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

* [NTG-context] Re: documenting itemize specials
  2024-07-07 16:03 ` Wolfgang Schuster
@ 2024-07-07 17:56   ` Henning Hraban Ramm
  0 siblings, 0 replies; 4+ messages in thread
From: Henning Hraban Ramm @ 2024-07-07 17:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 07.07.24 um 18:03 schrieb Wolfgang Schuster:
> Henning Hraban Ramm schrieb am 07.07.2024 um 10:54:
>> Hi,
>> * can anyone give me an example where \noitem makes sense?
> 
> This is why the command exists:
> 
> \starttext
> 
> \startitemize[repeat,n][width=0pt]
> \noitem
>    \startitemize[a,broad]
>    \item First item
>    \item Second item
>    \stopitemize
> \noitem
>    \startitemize[a,broad]
>    \item First item
>    \item Second item
>    \stopitemize
> \stopitemize
> 
> \stoptext
> 
> 
>> * is the + symbol of \sub configurable?
> 
> No.
> 
> Wolfgang

Thank you!
I added the example to the wiki (Enumerations).

Hraban
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2024-07-07 17:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-07  8:54 [NTG-context] documenting itemize specials Henning Hraban Ramm
2024-07-07 11:40 ` [NTG-context] " fv leung
2024-07-07 16:03 ` Wolfgang Schuster
2024-07-07 17:56   ` Henning Hraban Ramm

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).