From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/21108 Path: news.gmane.org!not-for-mail From: Wolfgang Zillig Newsgroups: gmane.comp.tex.context Subject: Fonts in Metapost Date: Fri, 01 Jul 2005 18:01:10 +0200 Message-ID: <42C568C6.9010401@student.kuleuven.be> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1120233352 30254 80.91.229.2 (1 Jul 2005 15:55:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Jul 2005 15:55:52 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Jul 01 17:55:43 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1DoNra-00077G-RA for gctc-ntg-context-518@m.gmane.org; Fri, 01 Jul 2005 17:55:34 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 489141277B; Fri, 1 Jul 2005 18:03: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 25207-04; Fri, 1 Jul 2005 18:03:10 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7DEF21277C; Fri, 1 Jul 2005 18:01:01 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9D3E81277C for ; Fri, 1 Jul 2005 18:00: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 25207-03-2 for ; Fri, 1 Jul 2005 18:00:58 +0200 (CEST) Original-Received: from thumbler.kulnet.kuleuven.ac.be (thumbler.kulnet.kuleuven.ac.be [134.58.240.45]) by ronja.ntg.nl (Postfix) with ESMTP id D27F61277B for ; Fri, 1 Jul 2005 18:00:58 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by thumbler.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 90774137A8F for ; Fri, 1 Jul 2005 18:00:58 +0200 (CEST) Original-Received: from antonius.kulnet.kuleuven.ac.be (antonius.kulnet.kuleuven.ac.be [134.58.240.73]) by thumbler.kulnet.kuleuven.ac.be (Postfix) with ESMTP id C237B137A78 for ; Fri, 1 Jul 2005 18:00:57 +0200 (CEST) Original-Received: from [10.33.194.76] (dhcp-194-076.bwk.kuleuven.ac.be [10.33.194.76]) by antonius.kulnet.kuleuven.ac.be (Postfix) with ESMTP id A9ADA4C2C5 for ; Fri, 1 Jul 2005 18:00:57 +0200 (CEST) User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users X-Virus-Scanned: by KULeuven Antivirus Cluster X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:21108 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:21108 Hello, I have problems with changeing the font in Metapost. I defined my own typescripts somewhere and I also have a mapfile for that fonts. In normal text it workes fine (even math). Now I want to change the font in MP as well (my text is included as label("test",(200,200));): %normal stups: \loadmapfile[cmbright.map] %it seems that the mapfile is loaded only once \usetypescriptfile[type-cmbr] \usetypescript[Cmbr] \setupbodyfont[12pt] \startMPenvironment \loadmapfile[cmbright.map] %it seems that the mapfile is loaded only once \usetypescriptfile[type-cmbr] \usetypescript[Cmbr] \setupbodyfont[12pt] \stopMPenvironment But I always get the standard CMR output. Did I miss a step somewhere? Has anyone an idea what's going wrong? Thanks for any help! Wolfgang