From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5213 Path: main.gmane.org!not-for-mail From: Marco Kuhlmann Newsgroups: gmane.comp.tex.context Subject: Installing mathpazo Date: Mon, 6 Aug 2001 15:42:17 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <20010806154217.A10318@localhost> Reply-To: Marco Kuhlmann NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="HlL+5n6rz5pIUxbD" X-Trace: main.gmane.org 1035395816 32143 80.91.224.250 (23 Oct 2002 17:56:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:56:56 +0000 (UTC) Original-To: ConTeXt ML Xref: main.gmane.org gmane.comp.tex.context:5213 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5213 --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 --HlL+5n6rz5pIUxbD Content-Type: text/x-tex; charset=us-ascii Content-Disposition: attachment; filename="mk-palatino.tex" % 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 --HlL+5n6rz5pIUxbD--