From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20967 Path: news.gmane.org!not-for-mail From: Otared KAVIAN Newsgroups: gmane.comp.tex.context Subject: Re: New context release Date: Wed, 22 Jun 2005 16:27:02 +0200 Message-ID: <3cb063a6050622072766163ce1@mail.gmail.com> References: <42B93D0D.7020503@elvenkind.com> Reply-To: Otared KAVIAN , mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1119451696 9352 80.91.229.2 (22 Jun 2005 14:48:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Jun 2005 14:48:16 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Jun 22 16:48:15 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 1Dl6Vu-0007PE-PI for gctc-ntg-context-518@m.gmane.org; Wed, 22 Jun 2005 16:47:38 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E1A0B127D3; Wed, 22 Jun 2005 16:53:50 +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 09654-02-2; Wed, 22 Jun 2005 16:53:49 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 976E5127C8; Wed, 22 Jun 2005 16:27:05 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3C746127C8 for ; Wed, 22 Jun 2005 16:27:04 +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 09449-04 for ; Wed, 22 Jun 2005 16:27:03 +0200 (CEST) Original-Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by ronja.ntg.nl (Postfix) with ESMTP id 1AADA127C2 for ; Wed, 22 Jun 2005 16:27:02 +0200 (CEST) Original-Received: by wproxy.gmail.com with SMTP id 36so341214wra for ; Wed, 22 Jun 2005 07:27:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PicqDCK5Kn/Gfy5L/Z6DwG3DDdiFUXRfCB31f5t6kAwmDgsenvsmtwX5qPg6LLci6el5BeB84WdToZX/a9mf6n3podzOI4YW60puHy0A/dO2FPOyl2i/HLH8RiVdIddgJueyVII/eKLymEp3su6uetSWYaRYysKrrqIWX25t9EI= Original-Received: by 10.54.6.13 with SMTP id 13mr355043wrf; Wed, 22 Jun 2005 07:27:02 -0700 (PDT) Original-Received: by 10.54.125.8 with HTTP; Wed, 22 Jun 2005 07:27:02 -0700 (PDT) Original-To: mailing list for ConTeXt users In-Reply-To: <42B93D0D.7020503@elvenkind.com> Content-Disposition: inline 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:20967 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20967 On 6/22/05, Taco Hoekwater wrote: > Hi all, >=20 > I wanted to let you know that Hans has uploaded a new version > last night. This is a bug fix release, and you are advised to > upgrade your system as soon as possible. Release notes are on > the wiki, as usual: >=20 > http://contextgarden.net/Release_Notes >=20 > Greetings, Taco Hi all, Thank you Hans and Taco for your efforts! I just installed the new version (with Gerben Wierda's i-Installer under Mac OS X 10.4). There is a problem with the fonts, since it seems impossible to setup body fonts to other sizes than 10 (or 12?) points. Here is a minimal example showing the issue: %% bug-fonts.tex \font\bigrm=3Dcmr10 at 24pt \setupbodyfont[24pt] \starttext {\bigrm This is huge, thanks to Plain-\TeX\dots} \blank Is this huge? No, due to a bug in \ConTeXt\ 2005.06.21\dots \blank {\bigrm This is huge, thanks to Plain-\TeX\dots} \stoptext