ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* MinionPro problems
       [not found] <mailman.15.1235494495.19594.ntg-context@ntg.nl>
@ 2009-02-27  8:40 ` Vyatcheslav Yatskovsky
  2009-02-27  9:02   ` Michail Vidiassov
  2009-02-28 13:14   ` Yue Wang
  0 siblings, 2 replies; 3+ messages in thread
From: Vyatcheslav Yatskovsky @ 2009-02-27  8:40 UTC (permalink / raw)
  To: ntg-context

Does somebody know what the following means? (Was working a few monthes ago)

(lyrics-env.tex (win-font.tex)
load otf | loading: C:/WINDOWS/Fonts/MinionPro-Regular.otf
load otf | warning: The following table(s) in the font have been ignored 
by FontForge
load otf | warning:   Ignoring 'DSIG' digital signature table
load otf | warning: Warning: Mac and Windows entries in the 'name' table 
differ for the
  Fullname string in the language English (US)
  Mac String: Minion Pro
Windows String: MinionPro-Regular
load otf | warning: The glyph named mu is mapped to U+00B5.
But its name indicates it should be mapped to U+03BC.
load otf | warning: The glyph named Delta is mapped to U+2206.
But its name indicates it should be mapped to U+0394.
load otf | warning: The glyph named Omega is mapped to U+2126.
But its name indicates it should be mapped to U+03A9.
load otf | enhance: patch
load otf | enhance: before
load otf | enhance: enrich
load otf | enhance: registering tlig feature
load otf | enhance: registering trep feature
load otf | enhance: flatten
load otf | flattening 'specifications' tables
load otf | flattening 'anchor' tables
load otf | flattening 'gpos' tables
load otf | flattening 'gsub' tables
load otf | enhance: analyze
load otf | enhance: after
load otf | replacing 'kerns' tables by 'mykerns' tables
! LuaTeX error 
...tminimal/texmf-context/tex/context/base/luat-log.lua:75: bad argument 
#2 to 'format' (string expected, got table)
stack traceback:
   [C]: in function 'format'
   ...tminimal/texmf-context/tex/context/base/luat-log.lua:75: in 
function 'report'
   ...tminimal/texmf-context/tex/context/base/font-otf.lua:1431: in 
function 'after'
   ...tminimal/texmf-context/tex/context/base/font-otf.lua:895: in 
function 'load'
   ...tminimal/texmf-context/tex/context/base/font-otf.lua:1845: in 
function 'otf_to_tfm'
   ...tminimal/texmf-context/tex/context/base/font-otf.lua:2066: in 
function 'read_from_open_type'
   ...tminimal/texmf-context/tex/context/base/font-def.lua:333: in 
function <...tminimal/texmf-context/tex/context/base/font-def.lua:315>
   (tail call): ?
   ...tminimal/texmf-context/tex/context/base/font-def.lua:250: in 
function 'read'
   ...tminimal/texmf-context/tex/context/base/font-def.lua:645: in 
function 'read'
   ...tminimal/texmf-context/tex/context/base/font-def.lua:752: in 
function 'command_2'
<main ctx instance>:1: in main chunk.
\lowleveldefinefont ...s ", "\@@fontfallbacks " )}
                                                   \edef \somefontspec 
{at \s...
\xxdododefinefont ...efont {#4}\newfontidentifier
                                                   \let 
\localrelativefontsiz...
\fontstrategy ...me \fontclass #2#3#4#5\endcsname
                                                   \tryingfontfalse \fi
<inserted text> ...yle \fontalternative \fontsize
                                                   \fi \iftryingfont 
\fontstr...
\synchronizefont ...strategy \the \fontstrategies
                                                   \relax \fi 
\iftryingfont \...
<argument> \getvalue {\@style@ \fontstyle }
                                            \edef \fontstyle {\fontstyle 
}\if...
...
l.3 ...t[MinionPro]\setupbodyfont[MinionPro, 14pt]

?

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: MinionPro problems
  2009-02-27  8:40 ` MinionPro problems Vyatcheslav Yatskovsky
@ 2009-02-27  9:02   ` Michail Vidiassov
  2009-02-28 13:14   ` Yue Wang
  1 sibling, 0 replies; 3+ messages in thread
From: Michail Vidiassov @ 2009-02-27  9:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear All,

I have a comment only on a minor issue and just warning, not error:

On Fri, 27 Feb 2009, Vyatcheslav Yatskovsky wrote:

> Does somebody know what the following means? (Was working a few monthes ago)
> load otf | warning: The glyph named mu is mapped to U+00B5.
> But its name indicates it should be mapped to U+03BC.
> load otf | warning: The glyph named Delta is mapped to U+2206.
> But its name indicates it should be mapped to U+0394.
> load otf | warning: The glyph named Omega is mapped to U+2126.
> But its name indicates it should be mapped to U+03A9.

the warnings seem to be related to an old semi-fixed Adobe bug of 
incorrect mapping from glyph names to unicode
"INCREMENT", "OHM SIGN" and "MICRO SIGN" instead of greek characters.
It still lurks in many mapping tables.

The bug also bits ConTeXt directly - already reported here but not 
considered fix-worthy. (May be worth reconsidering, hey authors!).

http://www.ntg.nl/pipermail/ntg-context/2008/031562.html

        Sincerely, Michail

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: MinionPro problems
  2009-02-27  8:40 ` MinionPro problems Vyatcheslav Yatskovsky
  2009-02-27  9:02   ` Michail Vidiassov
@ 2009-02-28 13:14   ` Yue Wang
  1 sibling, 0 replies; 3+ messages in thread
From: Yue Wang @ 2009-02-28 13:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

I have no problem loading the Minion Pro font. your source code?

On Fri, Feb 27, 2009 at 4:40 PM, Vyatcheslav Yatskovsky
<yatskovsky@gmail.com> wrote:
> Does somebody know what the following means? (Was working a few monthes ago)
>
> (lyrics-env.tex (win-font.tex)
> load otf | loading: C:/WINDOWS/Fonts/MinionPro-Regular.otf
> load otf | warning: The following table(s) in the font have been ignored by
> FontForge
> load otf | warning:   Ignoring 'DSIG' digital signature table
> load otf | warning: Warning: Mac and Windows entries in the 'name' table
> differ for the
>  Fullname string in the language English (US)
>  Mac String: Minion Pro
> Windows String: MinionPro-Regular
> load otf | warning: The glyph named mu is mapped to U+00B5.
> But its name indicates it should be mapped to U+03BC.
> load otf | warning: The glyph named Delta is mapped to U+2206.
> But its name indicates it should be mapped to U+0394.
> load otf | warning: The glyph named Omega is mapped to U+2126.
> But its name indicates it should be mapped to U+03A9.
> load otf | enhance: patch
> load otf | enhance: before
> load otf | enhance: enrich
> load otf | enhance: registering tlig feature
> load otf | enhance: registering trep feature
> load otf | enhance: flatten
> load otf | flattening 'specifications' tables
> load otf | flattening 'anchor' tables
> load otf | flattening 'gpos' tables
> load otf | flattening 'gsub' tables
> load otf | enhance: analyze
> load otf | enhance: after
> load otf | replacing 'kerns' tables by 'mykerns' tables
> ! LuaTeX error ...tminimal/texmf-context/tex/context/base/luat-log.lua:75:
> bad argument #2 to 'format' (string expected, got table)
> stack traceback:
>  [C]: in function 'format'
>  ...tminimal/texmf-context/tex/context/base/luat-log.lua:75: in function
> 'report'
>  ...tminimal/texmf-context/tex/context/base/font-otf.lua:1431: in function
> 'after'
>  ...tminimal/texmf-context/tex/context/base/font-otf.lua:895: in function
> 'load'
>  ...tminimal/texmf-context/tex/context/base/font-otf.lua:1845: in function
> 'otf_to_tfm'
>  ...tminimal/texmf-context/tex/context/base/font-otf.lua:2066: in function
> 'read_from_open_type'
>  ...tminimal/texmf-context/tex/context/base/font-def.lua:333: in function
> <...tminimal/texmf-context/tex/context/base/font-def.lua:315>
>  (tail call): ?
>  ...tminimal/texmf-context/tex/context/base/font-def.lua:250: in function
> 'read'
>  ...tminimal/texmf-context/tex/context/base/font-def.lua:645: in function
> 'read'
>  ...tminimal/texmf-context/tex/context/base/font-def.lua:752: in function
> 'command_2'
> <main ctx instance>:1: in main chunk.
> \lowleveldefinefont ...s ", "\@@fontfallbacks " )}
>                                                  \edef \somefontspec {at
> \s...
> \xxdododefinefont ...efont {#4}\newfontidentifier
>                                                  \let
> \localrelativefontsiz...
> \fontstrategy ...me \fontclass #2#3#4#5\endcsname
>                                                  \tryingfontfalse \fi
> <inserted text> ...yle \fontalternative \fontsize
>                                                  \fi \iftryingfont
> \fontstr...
> \synchronizefont ...strategy \the \fontstrategies
>                                                  \relax \fi \iftryingfont
> \...
> <argument> \getvalue {\@style@ \fontstyle }
>                                           \edef \fontstyle {\fontstyle
> }\if...
> ...
> l.3 ...t[MinionPro]\setupbodyfont[MinionPro, 14pt]
>
> ?
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl /
> http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
>
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-02-28 13:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.15.1235494495.19594.ntg-context@ntg.nl>
2009-02-27  8:40 ` MinionPro problems Vyatcheslav Yatskovsky
2009-02-27  9:02   ` Michail Vidiassov
2009-02-28 13:14   ` Yue Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).