ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Installing mathpazo
@ 2001-08-06 13:42 Marco Kuhlmann
  2001-08-06 14:29 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Marco Kuhlmann @ 2001-08-06 13:42 UTC (permalink / 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

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

end of thread, other threads:[~2001-08-08  8:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-06 13:42 Installing mathpazo Marco Kuhlmann
2001-08-06 14:29 ` Hans Hagen
2001-08-06 18:25   ` Marco Kuhlmann
2001-08-08  8:00     ` Hans Hagen

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