From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/9707 Path: main.gmane.org!not-for-mail From: Jens-Uwe Morawski Newsgroups: gmane.comp.tex.context Subject: Re: Re: MP Graph - Berry problems 23/10/2002 Date: Mon, 4 Nov 2002 09:59:07 +0100 Sender: ntg-context-admin@ref.ntg.nl Message-ID: <20021104095907.73daf1c8.morawski@gmx.net> References: <5.1.0.14.1.20021101002753.02e5e558@server-1> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1036400944 30703 80.91.224.249 (4 Nov 2002 09:09:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 4 Nov 2002 09:09:04 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 188dEE-0007z2-00 for ; Mon, 04 Nov 2002 10:09:02 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 69FED10AE7; Mon, 4 Nov 2002 10:10:25 +0100 (MET) Original-Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by ref.ntg.nl (Postfix) with SMTP id C50EB10AE6 for ; Mon, 4 Nov 2002 10:09:23 +0100 (MET) Original-Received: (qmail 29507 invoked by uid 0); 4 Nov 2002 09:09:22 -0000 Original-Received: from port1647.fra.ginko.net (HELO melior.localdomain) (212.202.68.123) by mail.gmx.net (mp001-rz3) with SMTP; 4 Nov 2002 09:09:22 -0000 Original-To: ntg-context@ref.ntg.nl In-Reply-To: X-Mailer: Sylpheed version 0.8.5 (GTK+ 1.2.10; i386-redhat-linux) Errors-To: ntg-context-admin@ref.ntg.nl X-BeenThere: ntg-context@ref.ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:9707 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:9707 On Sun, 03 Nov 2002 22:05:44 +0000 Nigel King wrote: > > >> Following this thread and making the modifications suggested by Hans I had > >> expected the following metapost graph to work but there is a problem with > >> fonts. Even though in context cont-sys.tex is executed giving ec as the > >> default encoding in the metapost case it has defaulted to 8t in the encoding > >> extension. I tried > >> \unprotect > >> \setupencoding [\s!default=ec] > >> \protect > >> Before \setupbodyfont with no effect Hmm, maybe i miss here something, but 8t is ec-encoding, isn't it? > New Berry problem. > One of the problems that made this more difficult to fault find was that the > berry (ec) encoding seems to have stopped working properly in the 23/10/2002 > release. I have had to change to texnansi to get my previous files to > compile properly. > input metafun ; > verbatimtex > \setupencoding > [default=texnansi] default= means: use this encoding if no encoding is specified for the font Does \usetypescript[berry][ec] help? > \setupbodyfont > [pos,rm,11pt] Best, Jens