With the latest discussion about the || in mind, I notice that I cannot get it in iwona. \stupbodyfont[iwona] \starttext $\fenced[doublebar]{v}$ $\Vert v\Vert$ $||v||$ \stoptext Does it mean that the glyph is missing in the font? /Mikael
On Fri, Feb 22, 2013 at 12:33 PM, Mikael P. Sundqvist
With the latest discussion about the || in mind, I notice that I cannot get it in iwona.
\stupbodyfont[iwona] \starttext $\fenced[doublebar]{v}$
$\Vert v\Vert$
$||v||$ \stoptext
Does it mean that the glyph is missing in the font?
/Mikael
\enabletrackers[fonts.missing] \setupbodyfont[iwona] \starttext $\fenced[doublebar]{v}$ $\Vert v\Vert$ $||v||$ \stoptext My log file says: Missing character: There is no ‖ (U+2016) in font Iwona-Regular! Missing character: There is no ‖ (U+2016) in font Iwona-Regular! Missing character: There is no ‖ (U+2016) in font Iwona-Regular! -- luigi
On 2/22/2013 12:49 PM, luigi scarso wrote:
On Fri, Feb 22, 2013 at 12:33 PM, Mikael P. Sundqvist
wrote: With the latest discussion about the || in mind, I notice that I cannot get it in iwona.
\stupbodyfont[iwona] \starttext $\fenced[doublebar]{v}$
$\Vert v\Vert$
$||v||$ \stoptext
Does it mean that the glyph is missing in the font?
/Mikael
\enabletrackers[fonts.missing] \setupbodyfont[iwona] \starttext $\fenced[doublebar]{v}$
$\Vert v\Vert$
$||v||$ \stoptext
My log file says:
Missing character: There is no ‖ (U+2016) in font Iwona-Regular! Missing character: There is no ‖ (U+2016) in font Iwona-Regular! Missing character: There is no ‖ (U+2016) in font Iwona-Regular!
so we need to add en entry to math-ttv.lua ----------------------------------------------------------------- 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 Fri, Feb 22, 2013 at 5:32 PM, Hans Hagen wrote:
On 2/22/2013 12:49 PM, luigi scarso wrote:
My log file says:
Missing character: There is no ‖ (U+2016) in font Iwona-Regular! Missing character: There is no ‖ (U+2016) in font Iwona-Regular! Missing character: There is no ‖ (U+2016) in font Iwona-Regular!
so we need to add en entry to math-ttv.lua
Just speculating: is it possible that the glyph is being searched for in Iwona-Regular.otf instead of taking the glyphs from tfm/Type1 math font? Mojca
On 2/23/2013 6:21 PM, Mojca Miklavec wrote:
On Fri, Feb 22, 2013 at 5:32 PM, Hans Hagen wrote:
On 2/22/2013 12:49 PM, luigi scarso wrote:
My log file says:
Missing character: There is no ‖ (U+2016) in font Iwona-Regular! Missing character: There is no ‖ (U+2016) in font Iwona-Regular! Missing character: There is no ‖ (U+2016) in font Iwona-Regular!
so we need to add en entry to math-ttv.lua
Just speculating: is it possible that the glyph is being searched for in Iwona-Regular.otf instead of taking the glyphs from tfm/Type1 math font?
in the virtual font we start out with a regular otf text font and overload slots using the type ones so the fact that one gets a Iwona-Regular reference means that 2016 is not overloaded Hans ----------------------------------------------------------------- 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 -----------------------------------------------------------------
participants (4)
-
Hans Hagen
-
luigi scarso
-
Mikael P. Sundqvist
-
Mojca Miklavec