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: XeTeX old style numerals
Date: Tue, 14 Oct 2008 14:07:21 +0200	[thread overview]
Message-ID: <115224fb0810140507u368c3a5fx32e105a4899e4332@mail.gmail.com> (raw)
In-Reply-To: <gcr4ok$ips$1@ger.gmane.org>

On Sat, Oct 11, 2008 at 10:10 PM, Mohamed Bana <m.bana.lists@gmail.com> wrote:
> So ... can someone provide a sample file of a document that uses old
> style by default?
>
> Clearly the following doesn't work;

The fast way (works only for MkII):

\definefontfeature[default][deault][script=latn,onum=yes]

> \definetypeface[myface][rm][Xserif][Minion Pro]
> % i've also tried
> %\definetypeface[myface][rm][Xserif][Warnock Pro]
> \definetypeface[myface][ss][Xsans][Myriad Pro]
> \definetypeface[myface][tt][Xmono][Consolas]
> \setupbodyfont[myface, 11pt]

The better way (works for MkII and MkIV):

\starttypescript [serif] [minion-pro]
  \setups[font:fallback:serif]
  \definefontsynonym [Serif]           [MinionPro-Regular]    [features=default]
  \definefontsynonym [SerifBold]       [MinionPro-Bold]       [features=default]
  \definefontsynonym [SerifItalic]     [MinionPro-Italic]     [features=default]
  \definefontsynonym [SerifBoldItalic] [MinionPro-BoldItalic] [features=default]
\stoptypescript

\starttypescript [serif] [minion-pro-os]
  \setups[font:fallback:serif]
  \definefontsynonym [Serif]           [MinionPro-Regular]
[features=oldstyle]
  \definefontsynonym [SerifBold]       [MinionPro-Bold]
[features=oldstyle]
  \definefontsynonym [SerifItalic]     [MinionPro-Italic]
[features=oldstyle]
  \definefontsynonym [SerifBoldItalic] [MinionPro-BoldItalic]
[features=oldstyle]
\stoptypescript

\starttypescript [serif] [minion-pro,minion-pro-os]
  \definefontsynonym [MinionPro-Regular]    [file:MinionPro-Regular]
[features=default]
  \definefontsynonym [MinionPro-Bold]       [file:MinionPro-Bold]
[features=default]
  \definefontsynonym [MinionPro-Italic]     [file:MinionPro-It]
[features=default]
  \definefontsynonym [MinionPro-BoldItalic] [file:MinionPro-BoldIt]
[features=default]
\stoptypescript

\starttypescript [minion-pro,minion-pro-os]
  \definetypeface [minion-pro] [rm] [serif] [\typescriptone] [default]
\stoptypescript

%\usetypescript[minion-pro]
\usetypescript[minion-pro-os]
\setupbodyfont[minion-pro]

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


  reply	other threads:[~2008-10-14 12:07 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-19 18:07 Mohamed Bana
2008-09-19 18:57 ` Mojca Miklavec
2008-09-20  2:09   ` Mohamed Bana
2008-09-20 10:49     ` Hans Hagen
2008-10-11 20:10       ` Mohamed Bana
2008-10-14 12:07         ` Wolfgang Schuster [this message]
2008-10-14 17:16           ` Mohamed Bana
2008-10-18 21:19           ` Jeff Smith
2008-10-18 21:56             ` Mojca Miklavec
2008-10-19  0:47               ` Jeff Smith
2008-10-19 15:31           ` Mohamed Bana
2008-09-21  5:44   ` Yue Wang
2008-09-21 16:01     ` Hans Hagen

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=115224fb0810140507u368c3a5fx32e105a4899e4332@mail.gmail.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).