11 Dec
2010
11 Dec
'10
3:37 p.m.
On 2010-12-11 14:42, Taco Hoekwater wrote:
On 12/11/2010 02:27 PM, Jan-Erik Hägglöf wrote:
HI All Contexters out there!
I'm a Guy from sweden who will appreciate a possible solution to following problem.
I'm interested in to do a personalized itemlist with a symbol created in metapost.
Here is an example:
There are two small problems with your example code:
\defineoverlay[square][\uniqueMPgraphic{square}]
That line should read
\definesymbol[square][\uniqueMPgraphic{square}]
as you need a symbol, not an overlay
\startitemize[1,columns]
And this '1' should go away:
\startitemize[columns]
because a '1' there is not a level, but a symbol identifier.
Best wishes, Taco
Thanks that worked but how to manage more vertical whitespace? Janneman