ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Finding Minion and Myriad
Date: Thu, 29 Sep 2011 17:19:27 +0200	[thread overview]
Message-ID: <8E02E06E-3C74-44E5-9C59-707F9FCBB2C9@googlemail.com> (raw)
In-Reply-To: <20110929111051.6000aa8b@sda8.wexfordpress.net>


Am 29.09.2011 um 17:10 schrieb john Culleton:

> 
> These two fonts are in /usr/share/fonts/OTF.
> In that directory they are listed in fonts.dir.
> I want to use simplefonts to use Minion as the base font.
> I ran the various commands described in the Wiki page:
> 
> http://wiki.contextgarden.net/Fonts_in_LuaTeX
> and got the two fonts listed in the font database.
> 
> I put the following in my MKIV context file:
> ...
> \usemodule[simplefonts] % load the module
> \setmainfont[minionproregular] % 
> 
> %\whitespace[line]
> 
> \usetypescript[serif,sans][hanging][pure]  
> \setupalign[hanging]
> \setupbodyfont[minionproregular,14pt]

To use the fonts which are shipped with Adobe Reader you can use two different methods.

Method 1:

\usemodule[simplefonts]

\setmainfont[Minion Pro][protrusion=quality]

\setupalign[hanging]

\starttext\showframe
\input tufte
\stoptext

Method 2:

\usetypescriptfile[type-adobe]

\definefontfeature[default][default][protrusion=quality]

\setupbodyfont[minion]

\setupalign[hanging]

\starttext\showframe
\input tufte
\stoptext

Wolfgang
___________________________________________________________________________________
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
___________________________________________________________________________________


  parent reply	other threads:[~2011-09-29 15:19 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-29 15:10 john Culleton
2011-09-29 15:12 ` luigi scarso
2011-09-29 15:38   ` john Culleton
2011-09-29 16:13     ` luigi scarso
2011-09-29 16:32       ` Wolfgang Schuster
2011-09-29 16:41       ` john Culleton
2011-09-29 17:54         ` luigi scarso
2011-09-29 15:19 ` Wolfgang Schuster [this message]
2011-09-29 15:54   ` Alan Braslau
2011-09-29 16:19   ` john Culleton
2011-09-29 16:22     ` luigi scarso
2011-09-29 19:07       ` john Culleton
2011-09-29 19:07         ` Wolfgang Schuster
2011-09-29 20:29           ` john Culleton
2011-09-29 20:36             ` Wolfgang Schuster
2011-10-03 20:04               ` john Culleton
2011-10-03 20:11                 ` Wolfgang Schuster
2011-10-03 23:29                   ` john Culleton
2011-10-03 23:29                     ` Mojca Miklavec
2011-10-04  8:20                     ` luigi scarso
2011-09-30  7:31             ` luigi scarso

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=8E02E06E-3C74-44E5-9C59-707F9FCBB2C9@googlemail.com \
    --to=schuster.wolfgang@googlemail.com \
    --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).