From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/21112 Path: news.gmane.org!not-for-mail From: Wolfgang Zillig Newsgroups: gmane.comp.tex.context Subject: Re: Fonts in Metapost Date: Fri, 01 Jul 2005 19:44:05 +0200 Message-ID: <42C580E5.5040006@student.kuleuven.be> References: <42C568C6.9010401@student.kuleuven.be> <42C5764F.3070509@boede.nl> 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 1120239692 17052 80.91.229.2 (1 Jul 2005 17:41:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Jul 2005 17:41:32 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Jul 01 19:41:24 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 1DoPUh-0005RX-Gv for gctc-ntg-context-518@m.gmane.org; Fri, 01 Jul 2005 19:40:04 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B04DE1279F; Fri, 1 Jul 2005 19:47:43 +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 26329-05; Fri, 1 Jul 2005 19:47:43 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B2F9B127A3; Fri, 1 Jul 2005 19:43:56 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 97B65127A3 for ; Fri, 1 Jul 2005 19:43:55 +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 26306-07 for ; Fri, 1 Jul 2005 19:43:54 +0200 (CEST) Original-Received: from nibbel.kulnet.kuleuven.ac.be (nibbel.kulnet.kuleuven.ac.be [134.58.240.41]) by ronja.ntg.nl (Postfix) with ESMTP id B9CC51279F for ; Fri, 1 Jul 2005 19:43:54 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by nibbel.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 767664BE78 for ; Fri, 1 Jul 2005 19:43:54 +0200 (CEST) Original-Received: from lepidus.kulnet.kuleuven.ac.be (lepidus.kulnet.kuleuven.ac.be [134.58.240.72]) by nibbel.kulnet.kuleuven.ac.be (Postfix) with ESMTP id F06B74BE9C for ; Fri, 1 Jul 2005 19:43:53 +0200 (CEST) Original-Received: from [10.8.3.195] (pc-10-8-3-195.kotnet.kuleuven.ac.be [10.8.3.195]) by lepidus.kulnet.kuleuven.ac.be (Postfix) with ESMTP id D239A38007E for ; Fri, 1 Jul 2005 19:43:53 +0200 (CEST) User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <42C5764F.3070509@boede.nl> 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:21112 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:21112 Ok, I changed it but it does not help. Wolfgang Willi Egger wrote: > Hi Wolfgang, > > I do hope that I am not missing something. But I think, that you > should say in the MPenvironment: > \setupbodyfont[Cmbr,12pt] > > Otherwise the setupbodyfont command does not know which font to setup. > > Willi > > Wolfgang Zillig wrote: > >> 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 >> >> >> _______________________________________________ >> ntg-context mailing list >> ntg-context@ntg.nl >> http://www.ntg.nl/mailman/listinfo/ntg-context > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context >