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 wrong here, am I? I'm looking at: --- \usetypescript[palatino] \definetypeface [palatino] [mm] [math] [euler] [euler][rscale=1.03] \definetypeface [boldmath] [mm] [boldmath][euler][euler][rscale=1.03] \setupbodyfont[palatino,11pt] \starttext $\star$ \symbol[star] \star \stoptext --- Adam
2011/6/20 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 wrong here, am I?
I'm looking at: --- \usetypescript[palatino] \definetypeface [palatino] [mm] [math] [euler] [euler][rscale=1.03] \definetypeface [boldmath] [mm] [boldmath][euler][euler][rscale=1.03] \setupbodyfont[palatino,11pt] \starttext $\star$ \symbol[star] \star \stoptext ---
Adam
This came up a while ago, I believe this is the solution: http://www.mail-archive.com/ntg-context@ntg.nl/msg47703.html Vedran
Dear Adam, Am Montag, den 20.06.2011, 15:49 +0100 schrieb Reviczky, Adam: could you please use a mail program which sets the correct header fields so that threading is working [1]?
Use $\star$ or \symbol[star].
Reading this quoted line, I am guessing you are using the reply to feature of your mail program, but it is not threaded correctly. […] Thanks, Paul PS: Thank you for using interleaved posting style already! [1] http://en.opensuse.org/openSUSE:Mailing_list_netiquette
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 "version: 2011.06.20 10:47" it doesn't. Adam
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 font has it before it tries to take it from the math font. \setupbodyfont[pagella-euler] \setupsymbolset[text] \starttext \symbol[star] \stoptext Wolfgang
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 “\setupsymbolset[text]” context looks first if the text font has it before it tries to take it from the math font.
Could we just add a \textstar in char-def.lua? (And maybe use that to redefine \symbol[star]) Aditya
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 Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
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). Aditya
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 define symbol[star] directly using ⋆ (0x22C6 glyph).
Not all fonts (e.g. Latin Modern) have the symbol and this is why context takes it from the math font. With \setupsymbolset[text] the symbol *is* taken from the text font when available and the math font is used as fallback. Wolfgang
participants (6)
-
Aditya Mahajan
-
Hans Hagen
-
Paul Menzel
-
Reviczky, Adam
-
Vedran Miletić
-
Wolfgang Schuster