ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* MkIV doesn't find font
@ 2010-11-08 18:37 Oliver Heins
  2010-11-08 20:45 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Oliver Heins @ 2010-11-08 18:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users

I try to use Minion Pro as main font:

\usetypescriptfile[type-adobe]
\usetypescript[minion]
\setupbodyfont[minion]

To my irritation, ConTeXt/LuaTeX complains about not finding the font.

[…]
(/usr/local/texlive/2010/texmf-dist/tex/context/third/typescripts/type-adobe.mkiv)
define fonts    > font with name minionpro-regular is not found
define fonts    > unknown font minionpro-regular, loading aborted
define fonts    > unable to define minionpro-regular as \*minion12ptrmtf*
[…]

However, Minion Pro is installed on the system, running

$ mtxrun --script fonts --list --all --pattern=minionpro*

shows lots of entries.  However, there is no such font as
minionpro-regular, but minionproregular (without the hyphen):

Running "$ mtxrun --script fonts --list --all --pattern=minionproregular"
yields 
"minionproregular   minionprocapt   /usr/local/share/fonts/MinionPro_Capt.otf",
while "$ mtxrun --script fonts --list --all --pattern=minionpro-regular"
returns an empty result.

What am I doing wrong?

TIA,
 olli

-- 
Oliver Heins heins@sopos.org  http://www.sopos.org/olli
GPG: F27A BA8C 1CFB B905 65A8  2544 0F07 B675 9A00 D827
1024D/9A00D827 2004-09-24 -- gpg --recv-keys 0x9A00D827
Please avoid sending me Word or PowerPoint attachments:
http://www.gnu.org/philosophy/no-word-attachments.html
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: MkIV doesn't find font
  2010-11-08 18:37 MkIV doesn't find font Oliver Heins
@ 2010-11-08 20:45 ` Hans Hagen
  2010-11-08 21:10   ` Oliver Heins
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2010-11-08 20:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 8-11-2010 7:37, Oliver Heins wrote:
> I try to use Minion Pro as main font:
> 
> \usetypescriptfile[type-adobe]
> \usetypescript[minion]
> \setupbodyfont[minion]
> 
> To my irritation, ConTeXt/LuaTeX complains about not finding the font.

I don't know type-adobe but it probably sets up a type 1 minion.

Take a look at type-otf.mkiv (at the end) and make yourself a minion
typescript (one of those 4 liners typescripts)

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
-----------------------------------------------------------------
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: MkIV doesn't find font
  2010-11-08 20:45 ` Hans Hagen
@ 2010-11-08 21:10   ` Oliver Heins
  0 siblings, 0 replies; 3+ messages in thread
From: Oliver Heins @ 2010-11-08 21:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hans Hagen <pragma@wxs.nl> writes:

> On 8-11-2010 7:37, Oliver Heins wrote:
>> I try to use Minion Pro as main font:
>> 
>> \usetypescriptfile[type-adobe]
>> \usetypescript[minion]
>> \setupbodyfont[minion]
>> 
>> To my irritation, ConTeXt/LuaTeX complains about not finding the font.
>
> I don't know type-adobe but it probably sets up a type 1 minion.
>
> Take a look at type-otf.mkiv (at the end) and make yourself a minion
> typescript (one of those 4 liners typescripts)

Thank you Hans, it works now.

Best regards,
 olli

PS: For the record: type-minion.mkiv

\starttypescriptcollection[minionpro]

    \starttypescript [serif] [minionpro]
        \definefontsynonym [MinionPro-Regular]    [\s!file:MinionPro_Regular]
        \definefontsynonym [MinionPro-Italic]     [\s!file:MinionPro_It]
        \definefontsynonym [MinionPro-Bold]       [\s!file:MinionPro_Bold]
        \definefontsynonym [MinionPro-BoldItalic] [\s!file:MinionPro_BoldIt]
    \stoptypescript

    \starttypescript [serif] [minionpro] [name]
        \setups[\s!font:\s!fallback:\s!serif]
        \definefontsynonym [\s!Serif]           [MinionPro-Regular]    [\s!features=\s!default]
        \definefontsynonym [\s!SerifItalic]     [MinionPro-Italic]     [\s!features=\s!default]
        \definefontsynonym [\s!SerifBold]       [MinionPro-Bold]       [\s!features=\s!default]
        \definefontsynonym [\s!SerifBoldItalic] [MinionPro-BoldItalic] [\s!features=\s!default]
        \definefontsynonym [\s!SerifCaps]       [MinionPro-Regular]    [\s!features=\s!smallcaps]
    \stoptypescript

    \starttypescript [minionpro]
        \definetypeface [minionpro] [rm] [serif] [minionpro] [default]
        \definetypeface [minionpro] [tt] [mono]  [default]   [default]
        \quittypescriptscanning
    \stoptypescript

\stoptypescriptcollection


-- 
Oliver Heins heins@sopos.org  http://www.sopos.org/olli
GPG: F27A BA8C 1CFB B905 65A8  2544 0F07 B675 9A00 D827
1024D/9A00D827 2004-09-24 -- gpg --recv-keys 0x9A00D827
Please avoid sending me Word or PowerPoint attachments:
http://www.gnu.org/philosophy/no-word-attachments.html
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2010-11-08 21:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-08 18:37 MkIV doesn't find font Oliver Heins
2010-11-08 20:45 ` Hans Hagen
2010-11-08 21:10   ` Oliver Heins

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).