Re: [NTG-context] \star not working

2011-06-21 Thread Reviczky, Adam
Could we just add a \textstar in char-def.lua? (And maybe use that to redefine \symbol[star]) I'd welcome that, seeing that we already have textbullet. char-def.lua, line 56213: + contextname=textstar, what unicode? U+22C6 Adam

Re: [NTG-context] \star not working

2011-06-21 Thread Aditya Mahajan
On Mon, 20 Jun 2011, Hans Hagen wrote: On 20-6-2011 7:50, Aditya Mahajan wrote: Could we just add a \textstar in char-def.lua? (And maybe use that to redefine \symbol[star]) what unicode? 22C6, same as \star. Another option is to define symbol[star] directly using ⋆ (0x22C6 glyph).

Re: [NTG-context] \star not working

2011-06-21 Thread Wolfgang Schuster
Am 21.06.2011 um 22:48 schrieb Aditya Mahajan: On Mon, 20 Jun 2011, Hans Hagen wrote: On 20-6-2011 7:50, Aditya Mahajan wrote: Could we just add a \textstar in char-def.lua? (And maybe use that to redefine \symbol[star]) what unicode? 22C6, same as \star. Another option is to

[NTG-context] \star not working

2011-06-20 Thread Reviczky, Adam
Hi Can someone confirm this: --- \starttext \star \stoptext --- Nothing shows up in the PDF. ConTeXt is current version: 2011.06.20 10:47 (it is fine on live.contextgarden.net, and worked a couple of days ago). Adam

Re: [NTG-context] \star not working

2011-06-20 Thread Wolfgang Schuster
Am 20.06.2011 um 16:12 schrieb Reviczky, Adam: Hi Can someone confirm this: --- \starttext \star \stoptext --- Nothing shows up in the PDF. Use $\star$ or \symbol[star]. Wolfgang ___ If your question

[NTG-context] \star not working

2011-06-20 Thread Reviczky, Adam
Use $\star$ or \symbol[star]. Thanks, but both will use the math font (in my case: https://github.com/khaledhosny/euler-otf) which doesn't have this symbol. Missing character: There is no ⋆ (U+22C6) in font euler! Using \star only worked as a workaround until recently. I'm not doing anything

Re: [NTG-context] \star not working

2011-06-20 Thread Vedran Miletić
2011/6/20 Reviczky, Adam adam.revic...@kcl.ac.uk: Use $\star$ or \symbol[star]. Thanks, but both will use the math font (in my case: https://github.com/khaledhosny/euler-otf) which doesn't have this symbol. Missing character: There is no ⋆ (U+22C6) in font euler! Using \star only worked

Re: [NTG-context] \star not working

2011-06-20 Thread Reviczky, Adam
This came up a while ago, I believe this is the solution: http://www.mail-archive.com/ntg-context@ntg.nl/msg47703.html Thanks. So if I want to typeset the star in non-math mode instead, how do I do that? I just tested it (\star) with version: 2011.06.19 14:17, and there it works. With

Re: [NTG-context] \star not working

2011-06-20 Thread Wolfgang Schuster
Am 20.06.2011 um 16:49 schrieb Reviczky, Adam: Use $\star$ or \symbol[star]. Thanks, but both will use the math font (in my case: https://github.com/khaledhosny/euler-otf) which doesn't have this symbol. Pagella has it and with “\setupsymbolset[text]” context looks first if the text

Re: [NTG-context] \star not working

2011-06-20 Thread Aditya Mahajan
On Mon, 20 Jun 2011, Wolfgang Schuster wrote: Am 20.06.2011 um 16:49 schrieb Reviczky, Adam: Use $\star$ or \symbol[star]. Thanks, but both will use the math font (in my case: https://github.com/khaledhosny/euler-otf) which doesn't have this symbol. Pagella has it and with

Re: [NTG-context] \star not working

2011-06-20 Thread Hans Hagen
On 20-6-2011 7:50, Aditya Mahajan wrote: Could we just add a \textstar in char-def.lua? (And maybe use that to redefine \symbol[star]) what unicode? - Hans Hagen | PRAGMA ADE