Re: Sequential Numbers on Pictures

Wolfgang Schuster <[email protected]>
Newsgroups gmane.comp.tex.context
Message-ID <[email protected]>
Am 16.08.2026 um 16:20 schrieb Bruce Horrocks:
> 
> [...]
> 
> \setupexternalfigures[location={local,default}]
> 
> \startuseMPgraphic{Circle}
>   fill fullcircle scaled 20pt withcolor \mycolor;
> \stopuseMPgraphic
> 
> \def\mycolor{red}

Use \definecolor to create custom color names and apply them either with 
\MPcolor{...} or "..." to MetaPost.

\definecolor [mycolor] [red]

\startuseMPgraphic{Circle}
  %fill fullcircle scaled 20pt withcolor \MPcolor{mycolor} ;
   fill fullcircle scaled 20pt withcolor "mycolor" ;
\stopuseMPgraphic

Wolfgang

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

maillist : [email protected] / 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
___________________________________________________________________________________
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.