From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/44402 Path: news.gmane.org!not-for-mail From: "Mikael Persson" Newsgroups: gmane.comp.tex.context Subject: Re: Utopia and Fourier fonts (was: Experience on writing a thesis with MKIV) Date: Mon, 29 Sep 2008 11:31:35 +0200 Message-ID: References: <48DFCB97.2090702@wxs.nl> <94678F4A-E6F3-4897-B63D-8E474C46631A@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1222680805 26870 80.91.229.12 (29 Sep 2008 09:33:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Sep 2008 09:33:25 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Mon Sep 29 11:34:24 2008 connect(): Connection refused Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1KkF8m-0005ww-8i for gctc-ntg-context-518@m.gmane.org; Mon, 29 Sep 2008 11:34:04 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CB45E1FE8A; Mon, 29 Sep 2008 11:32:59 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16547-01-11; Mon, 29 Sep 2008 11:32:10 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A7E0F1FDCB; Mon, 29 Sep 2008 11:32:10 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0779A1FDA2 for ; Mon, 29 Sep 2008 11:32:10 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 16487-01-11 for ; Mon, 29 Sep 2008 11:31:35 +0200 (CEST) Original-Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.190]) by ronja.ntg.nl (Postfix) with ESMTP id AEBC61FE78 for ; Mon, 29 Sep 2008 11:31:35 +0200 (CEST) Original-Received: by fk-out-0910.google.com with SMTP id 18so2080904fks.2 for ; Mon, 29 Sep 2008 02:31:35 -0700 (PDT) Original-Received: by 10.181.25.18 with SMTP id c18mr2130897bkj.61.1222680695460; Mon, 29 Sep 2008 02:31:35 -0700 (PDT) Original-Received: by 10.181.37.10 with HTTP; Mon, 29 Sep 2008 02:31:35 -0700 (PDT) In-Reply-To: <94678F4A-E6F3-4897-B63D-8E474C46631A@gmail.com> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:44402 Archived-At: On Sun, Sep 28, 2008 at 9:34 PM, Wolfgang Schuster wrote: > > Am 28.09.2008 um 21:21 schrieb Aditya Mahajan: > >>>>> Some comments: >>>>> * As a mathematician I was a bit tired of the computer modern >>>>> fonts (I >>>>> really like them, but I see them to often), so I decided to go with >>>>> the utopia/fourier fonts. This forced me to work with mkii, since I >>>>> did not get these fonts to work with mkiv (This is still a >>>>> problem, I >>>>> am not sure how to go on with it for future documents). >>>> >>>> looks quite nice, i also like the font size >>> >>> Thanks. What about getting these fonts to work in mkiv? Must there be >>> some change in the fonts? Some files in ConTeXt? (they were perfectly >>> working in older mkii) >> >> Fourier and Uptopia should work with mkiv. I will check why they are >> not >> working at present. > > Utopia use "encoding-filename" and MkIV needs the "filename" to load > the fonts. > > Here is a complete typescript for utopia (without fake slanted and > caps style). > > \starttypescript [serif] [utopia] > \setups[font:fallback:serif] > \definefontsynonym [Serif] [Utopia-Regular] > \definefontsynonym [SerifItalic] [Utopia-Italic] > \definefontsynonym [SerifBold] [Utopia-Bold] > \definefontsynonym [SerifBoldItalic] [Utopia-BoldItalic] > \stoptypescript > > \starttypescript [serif] [utopia] > \definefontsynonym [Utopia-Regular] [file:putr8a] > [features=default] > \definefontsynonym [Utopia-Italic] [file:putri8a] > [features=default] > \definefontsynonym [Utopia-Bold] [file:putb8a] > [features=default] > \definefontsynonym [Utopia-BoldItalic] [file:putbi8a] > [features=default] > \stoptypescript > > \starttypescript [utopia] > \definetypeface [\typescriptone] [rm] [serif] [utopia] [default] > \stoptypescript > > \endinput > > Wolfgang Thank you Wolfgang, but this does not work for me with latest minimals. (I have downloaded utopia(+fourier) and they show up in mkii.) I put your lines in a file and add \setupbodyfont[utopia][ec/8r/...] %tried several and also without this last [] \starttext test \stoptext LuaTeX just compiles and replaces these fonts by lm. luatools putr8a.pfb gives the resulting location of the pfb file so it actually finds the font. Do I misuse it? Mikael > > ___________________________________________________________________________________ > 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 > ___________________________________________________________________________________ > ___________________________________________________________________________________ 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 ___________________________________________________________________________________