[NTG-context] custom itemize bullet

2005-07-28 Thread Stuart Jansen
I've added a custom font and defined symbols from it: % \loadmapfile[texnansi-glambats.map] \definefontsynonym [GlamoconRetrobats][texnansi-glambats][encoding=texnansi] \def\GlamoconRetrobatsSym#1{\getglyph{GlamoconRetrobats}{\char#1}} \startsymbolset[Glamocon Retrobats]

Re: [NTG-context] custom itemize bullet

2005-07-28 Thread Hans Hagen
Stuart Jansen wrote: I've added a custom font and defined symbols from it: % \loadmapfile[texnansi-glambats.map] \definefontsynonym [GlamoconRetrobats][texnansi-glambats][encoding=texnansi] \def\GlamoconRetrobatsSym#1{\getglyph{GlamoconRetrobats}{\char#1}}

Re: [NTG-context] custom itemize bullet

2005-07-28 Thread Taco Hoekwater
Stuart Jansen wrote: For the benefit of anyone reading the archives, the solution requires a \bgroup \egroup pair. Alternatively, if you choose an as-of-yet unknown name for the symbol, then you need to explicitly use it, but no harm is done to the 'normal' environment:

Re: [NTG-context] custom itemize bullet

2005-07-28 Thread Stuart Jansen
On Thu, 2005-07-28 at 22:47 +0200, Taco Hoekwater wrote: \definesymbol[mysymbol][{$\diamond$}] \startitemize[mysymbol,packed] \item foo \item bar \item baz \stopitemize /me slaps forehead Of course. I was trying \startitemize[symbol=mysymbol] and getting nowhere. --

Re: [NTG-context] custom itemize bullet

2005-07-28 Thread Hans Hagen
Stuart Jansen wrote: On Thu, 2005-07-28 at 21:52 +0200, Hans Hagen wrote: I've added a custom font and defined symbols from it: *snip* This produces the right symbol. But I can't figure out how to use that bullet in an itemized list. I don't think I can use \usesymbols because

Re: [NTG-context] custom itemize bullet

2005-07-28 Thread Hans Hagen
Stuart Jansen wrote: On Thu, 2005-07-28 at 22:47 +0200, Taco Hoekwater wrote: \definesymbol[mysymbol][{$\diamond$}] \startitemize[mysymbol,packed] \item foo \item bar \item baz \stopitemize /me slaps forehead as penalty add taco's solution to te wiki -) Hans