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
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
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 ___________________________________________________________________________________
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
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
participants (3)
-
fv leung
-
Henning Hraban Ramm
-
Wolfgang Schuster