Re: [dev-context] context reference

2009-06-16 Thread Arthur Reutenauer
> The actual usage in the manual is as a flipped version of 0x2023 > (triangular bullet) but that doesn't exist at all. Which Unicode > character is best for the math relation, I have no idea (but see below). Oh. Then I got it completely wrong in my earlier mail; since U+2023 has a reference to

Re: [dev-context] context reference

2009-06-16 Thread Taco Hoekwater
Hi, Mojca Miklavec wrote: > > the following two lines need to be added to either [0x25C0]={ or > [0x25C2]={ inside char-def.lua: > mathclass="rel", > mathname="blacktriangleleft", > and if they are added to 25C2 then also the entry in math-vfu.lua > should be changed (and all other character

Re: [dev-context] context reference

2009-06-16 Thread Arthur Reutenauer
> How do the characters in Cambria math look like? Which one comes closer? The criterion would rather be: how is it used in ConTeXt? And from what I read in symb-mis.tex, it seems that it is used as a "rewind" character, hence a rather big triangle, more like U+2520 than U+2522. Arthur

Re: [dev-context] context reference

2009-06-16 Thread Mojca Miklavec
On Tue, Jun 16, 2009 at 14:33, Mojca Miklavec wrote: > On Tue, Jun 16, 2009 at 13:55, Taco Hoekwater wrote: >> >>> ! Undefined control sequence. >>> \blacktriangleleft >> >> Oh, right (I knew this). Hans, any idea where it went? > > It comes from the old "ma" encoding and I guess it has never been

Re: [dev-context] context reference

2009-06-16 Thread Mojca Miklavec
I have just found an interesting source that could be used to check for any missing characters: http://www.xmlgrrl.com/publications/DSDTD/apd.html http://www.ic.unicamp.br/~tomasz/misc/isoent-ref.pdf Mojca On Tue, Jun 16, 2009 at 14:33, Mojca Miklavec wrote: > On Tue, Jun 16, 2009 at 13:55, Taco

Re: [dev-context] context reference

2009-06-16 Thread Mojca Miklavec
On Tue, Jun 16, 2009 at 13:55, Taco Hoekwater wrote: > >> ! Undefined control sequence. >> \blacktriangleleft > > Oh, right (I knew this). Hans, any idea where it went? It comes from the old "ma" encoding and I guess it has never been added to char-def.lua in the first place. (The symbols from mi

Re: [dev-context] context reference

2009-06-16 Thread Taco Hoekwater
Peter Münster wrote: > Hello Taco, > > I would like to keep a working copy of the context-reference > (http://foundry.supelec.fr/svn/contextman/context-reference) on my > hard-drive and use this as my first reference for my context questions, in > order to send you suggestions for improvements w