ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Marco Kuhlmann <lists@picoli.com>
Subject: Installing mathpazo
Date: Mon, 6 Aug 2001 15:42:17 +0200	[thread overview]
Message-ID: <20010806154217.A10318@localhost> (raw)

[-- Attachment #1: Type: text/plain, Size: 620 bytes --]

    Hello!

Now that I have the pxfonts working, I would like to convert to
mathpazo :-). I bought the oldstyle numeral and small caps
Palatino fonts from Linotype and already succeeded in setting
them up under ConTeXt. Mathpazo however is troublesome: The
attached typescript file causes a seemingly infinite loop, and
uses up TeX's capacity quickly.

Could anyone give me a hint about what I am doing wrong? Are
there problems re-defining typescripts? (The palatino math
typescript is previously defined using pxfonts.)

    Cheers,
    Marco    

-- 
Marco Kuhlmann                             marco.kuhlmann@gmx.net

[-- Attachment #2: mk-palatino.tex --]
[-- Type: text/x-tex, Size: 2055 bytes --]

% This uses the Linotype (Adobe) Palatino adapations for LaTeX
% by Walter Schmidt: http://home.vr-web.de/was/fonts.html

% Palatino with oldstyle numerals

\starttypescript [serif] [palatino] [ec]
  \definefontsynonym [Palatino]             [pplr9d]  [encoding=ec]
  \definefontsynonym [Palatino-Italic]      [pplri9d] [encoding=ec]
  \definefontsynonym [Palatino-Slanted]     [pplri9d] [encoding=ec]
  \definefontsynonym [Palatino-Bold]        [pplb9d]  [encoding=ec]
  \definefontsynonym [Palatino-BoldItalic]  [pplbi9d] [encoding=ec]
  \definefontsynonym [Palatino-BoldSlanted] [pplbi9d] [encoding=ec]
  \definefontsynonym [Palatino-Caps]        [pplrc9d] [encoding=ec]
\stoptypescript

% Mathpazo

\starttypescript [math] [mathpazo,palatino] [ec]
  \definefontsynonym [PalatinoMath-Roman]     [zplmr7t]
  \definefontsynonym [PalatinoMath-Italic]    [zplmr7m]
  \definefontsynonym [PalatinoMath-Symbol]    [zplmr7y]
  \definefontsynonym [PalatinoMath-Extension] [zplmr7v]
\stoptypescript

\starttypescript [boldmath] [mathpazo,palatino] [ec]
  \definefontsynonym [PalatinoMath-BoldRoman]  [zplmb7t]
  \definefontsynonym [PalatinoMath-BoldItalic] [zplmb7m]
  \definefontsynonym [PalatinoMath-BoldSymbol] [zplmb7y]
\stoptypescript

\starttypescript [math] [palatino] [name]
  \definefontsynonym [MathRoman]     [PalatinoMath-Roman]
  \definefontsynonym [MathItalic]    [PalatinoMath-Italic]
  \definefontsynonym [MathExtension] [PalatinoMath-Extension]
  \definefontsynonym [MathSymbol]    [PalatinoMath-Symbol]
\stoptypescript

\starttypescript [boldmath] [palatino] [name]
  \definefontsynonym [MathRomanBold]     [PalatinoMath-BoldRoman]
  \definefontsynonym [MathItalicBold]    [PalatinoMath-BoldItalic]
  \definefontsynonym [MathSymbolBold]    [PalatinoMath-BoldSymbol]
\stoptypescript

% Define the 'palatino' typeface

\definetypeface[palatino][rm][serif]   [palatino][default][encoding=ec]
\definetypeface[palatino][mm][math]    [palatino][default][encoding=ec]
\definetypeface[palatino][mm][boldmath][palatino][default][encoding=ec]

\endinput

             reply	other threads:[~2001-08-06 13:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-06 13:42 Marco Kuhlmann [this message]
2001-08-06 14:29 ` Hans Hagen
2001-08-06 18:25   ` Marco Kuhlmann
2001-08-08  8:00     ` 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=20010806154217.A10318@localhost \
    --to=lists@picoli.com \
    --cc=marco.kuhlmann@gmx.net \
    /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).