ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Filling the diamond in enumeration
@ 2019-04-20 10:24 Fabrice Couvreur
  2019-04-20 10:51 ` Otared Kavian
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Couvreur @ 2019-04-20 10:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 143 bytes --]

Hi,
Is it possible to fill the diamond ?
Thank you.
Fabrice

\starttext
\startitemize[4][color=red]
\item One
\item Two
\stopitemize
\stoptext

[-- Attachment #1.2: Type: text/html, Size: 795 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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] 2+ messages in thread

* Re: Filling the diamond in enumeration
  2019-04-20 10:24 Filling the diamond in enumeration Fabrice Couvreur
@ 2019-04-20 10:51 ` Otared Kavian
  0 siblings, 0 replies; 2+ messages in thread
From: Otared Kavian @ 2019-04-20 10:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Fabrice,

You can define your own symbol, as in the following:

\starttext
  \definesymbol[mysymbol][{$\red\blacklozenge$}]
  \definesymbol[redtriangle][{$\red\blacktriangleright$}]
  
  \startitemize[mysymbol]
  \item foo
  \item bar
  \item baz
  \stopitemize

  \startitemize[redtriangle]
  \item foo
  \item bar
  \item baz
  \stopitemize
  
\stoptext

Best regards: OK

> On 20 Apr 2019, at 12:24, Fabrice Couvreur <fabrice1.couvreur@gmail.com> wrote:
> 
> Hi,
> Is it possible to fill the diamond ?
> Thank you.
> Fabrice
> 
> \starttext
> \startitemize[4][color=red]
> \item One
> \item Two
> \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
> ___________________________________________________________________________________

___________________________________________________________________________________
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] 2+ messages in thread

end of thread, other threads:[~2019-04-20 10:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-20 10:24 Filling the diamond in enumeration Fabrice Couvreur
2019-04-20 10:51 ` Otared Kavian

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