ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Oliver Heins <olli@sopos.org>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: MkIV doesn't find font
Date: Mon, 08 Nov 2010 22:10:48 +0100	[thread overview]
Message-ID: <87d3qfbjxj.fsf@sopos.org> (raw)
In-Reply-To: <4CD8617A.3030609@wxs.nl> (Hans Hagen's message of "Mon, 08 Nov 2010 21:45:46 +0100")

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
___________________________________________________________________________________


      reply	other threads:[~2010-11-08 21:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-08 18:37 Oliver Heins
2010-11-08 20:45 ` Hans Hagen
2010-11-08 21:10   ` Oliver Heins [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d3qfbjxj.fsf@sopos.org \
    --to=olli@sopos.org \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).