From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23479 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Context 2005.11.15 Released Date: Tue, 15 Nov 2005 16:14:10 +0100 Message-ID: <4379FB42.1040500@elvenkind.com> 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 1132068044 16327 80.91.229.2 (15 Nov 2005 15:20:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Nov 2005 15:20:44 +0000 (UTC) Cc: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 15 16:20:37 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 1Ec2Yk-0001sm-12 for gctc-ntg-context-518@m.gmane.org; Tue, 15 Nov 2005 16:17:22 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6DCE7127CD; Tue, 15 Nov 2005 16:17:16 +0100 (CET) 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 06362-02; Tue, 15 Nov 2005 16:17:15 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 65B62127D1; Tue, 15 Nov 2005 16:13:45 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 803F4127A3; Tue, 15 Nov 2005 16:13:44 +0100 (CET) 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 06066-03-2; Tue, 15 Nov 2005 16:13:43 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com (elvenknd.xs4all.nl [213.84.171.68]) by ronja.ntg.nl (Postfix) with ESMTP id 88CCA12799; Tue, 15 Nov 2005 16:13:41 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id E3B7F1708C; Tue, 15 Nov 2005 16:13:40 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com ([127.0.0.1]) by localhost (glenfiddich.elvenkind.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 18890-05; Tue, 15 Nov 2005 16:13:39 +0100 (CET) Original-Received: from [10.10.0.6] (glenlivet.elvenkind.com [10.10.0.6]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id 50D941833C; Tue, 15 Nov 2005 16:13:39 +0100 (CET) User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: ann-context@ntg.nl X-Virus-Scanned: by amavisd-new at elvenkind.net 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-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:23479 Archived-At: Hello all, I am pleased to announce that the new ConTeXt release from Hans Hagen can be downloaded as of now from the Pragma ADE website or one of its mirrors. http://www.pragma-ade.com/context/current/cont-tmf.zip http://www.pragma-ade.com/context/current/cont-tmf.zip http://mirror.contextgarden.net/context/current/cont-tmf.zip If you have not updated your Latin Modern fonts in the past month, then you will need to fetch the latest redistribution of the LM fonts as well: http://www.pragma-ade.com/context/current/cont-lmt.zip http://www.pragma-ade.com/context/current/cont-lmt.zip http://mirror.contextgarden.net/context/current/cont-lmt.zip The current release has version 2005.11.15. As usual, there is a page with more detailed release notes available on the Wiki, see: http://wiki.contextgarden.net/Context_2005.11.15 New features compared to the 2005.11.14 version: * A new key in \setupregister: prefix= This controls page prefixes in index ranges * New functionality: indentnext=auto Blank lines in the source are taken into account when indextnext=auto is in effect. A really short example of usage would be: \setupindenting[small,yes] \setupformulas[indentnext=auto] \starttext \startformula a = b\stopformula \input tufte % blank line => with indentation \startformula a = b\stopformula \input tufte % no blank line => no indentation \stoptext Bugs fixed since the 2005.11.14 version: * A bug in the new "extension of definitions inside assignments" feature in 2005.11.11 accidentally broke the non-english interfaces. Happy TeXing, Taco Hoekwater