From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/36752 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: Unicode error in embedded metapost Date: Tue, 25 Sep 2007 12:18:07 +0200 Message-ID: <6faad9f00709250318p4a9e278enac517b5487cf3791@mail.gmail.com> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1190715536 17740 80.91.229.12 (25 Sep 2007 10:18:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Sep 2007 10:18:56 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Tue Sep 25 12:18:39 2007 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 1Ia7Uu-0005gn-9R for gctc-ntg-context-518@m.gmane.org; Tue, 25 Sep 2007 12:18:32 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D01C01FB72; Tue, 25 Sep 2007 12:18:28 +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 21055-04-4; Tue, 25 Sep 2007 12:18:18 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 47D0F1FBD9; Tue, 25 Sep 2007 12:18:18 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 788401FBD9 for ; Tue, 25 Sep 2007 12:18:16 +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 21055-04-3 for ; Tue, 25 Sep 2007 12:18:10 +0200 (CEST) Original-Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.230]) by ronja.ntg.nl (Postfix) with ESMTP id 88C971FB72 for ; Tue, 25 Sep 2007 12:18:10 +0200 (CEST) Original-Received: by nz-out-0506.google.com with SMTP id m7so1378597nzf for ; Tue, 25 Sep 2007 03:18:09 -0700 (PDT) Original-Received: by 10.114.179.1 with SMTP id b1mr4144952waf.1190715487910; Tue, 25 Sep 2007 03:18:07 -0700 (PDT) Original-Received: by 10.115.15.15 with HTTP; Tue, 25 Sep 2007 03:18:07 -0700 (PDT) In-Reply-To: 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:36752 Archived-At: On 9/25/07, Thomas A. Schmitz wrote: > > On Sep 24, 2007, at 11:58 PM, Maur=ED cio wrote: > > > Hi, > > > > This small piece of code gives me a wrong > > result: > > > > \startuseMPgraphic{teste} > > z7 =3D (5cm,0); > > label.lrt("Pont=E3o",z7); Metapost can only handle very basic strings. Don't use Metapost for writing text. > > \stopuseMPgraphic > > > > I just have to change 'btex Pont\~ao etex' > > for 'Pont=E3o' and everything goes fine. > > > label(\sometxt{Pont=E3o},z7); Indeed. Using \sometxt{...} is strongly recommended. btex ... etex behaves strange and consumes a considerable amount of extra time to compile your document. Mojca ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________