[NTG-context] List without bullets
Otared Kavian
otared at gmail.com
Sat Jun 30 05:18:48 CEST 2012
Hi,
You can customize the symbol appearing in your items, and set it to nothing…
\definesymbol[NoSymbol][{}]
\definesymbol[MySymbol][{$\heartsuit$}]
\starttext
\startitemize[Nosymbol]
\item foo
\item bar
\item baz
\stopitemize
\startitemize[MySymbol,packed]
\item foo
\item bar
\item baz
\stopitemize
\stoptext
Best regards: OK
On 30 juin 2012, at 00:49, Gilbert Houtekamer wrote:
> Hi,
>
> I am would like to make \startitemize list with \head that
> has no bullets, e.g.
>
> Topic
>
> My text for topic
>
> Another Topic
>
> Text for another topic.
>
> With \startitemize and \head I get bullets before "Topic"
> and "Another Topic", how can get rid of these?
>
> Thanks!
>
> Gilbert Houtekamer
>
>
>
>
>
>
>
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
>
> maillist : ntg-context at ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive : http://foundry.supelec.fr/projects/contextrev/
> wiki : http://contextgarden.net
> ___________________________________________________________________________________
More information about the ntg-context
mailing list