From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/10634 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: hanging punctuation Date: Thu, 30 Jan 2003 11:17:31 +0100 Organization: privat Sender: ntg-context-admin@ntg.nl Message-ID: <87ptqfc56s.fsf@gundla.ch> References: <5.1.0.14.1.20030130004358.04298a50@remote-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1043923017 20674 80.91.224.249 (30 Jan 2003 10:36:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 30 Jan 2003 10:36:57 +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 18eC3z-0005NA-00 for ; Thu, 30 Jan 2003 11:36:55 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 6B94C10AEC; Thu, 30 Jan 2003 11:38:41 +0100 (MET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by ref.ntg.nl (Postfix) with ESMTP id BF10110AEA for ; Thu, 30 Jan 2003 11:37:46 +0100 (MET) Original-Received: from [212.227.126.155] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18eC4o-0007Qp-00 for ntg-context@ntg.nl; Thu, 30 Jan 2003 11:37:46 +0100 Original-Received: from [129.217.137.77] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18eC4o-0006pw-00; Thu, 30 Jan 2003 11:37:46 +0100 Original-Received: from pg by levana with local (Exim 3.12 #1 (Debian)) id 18eBlD-0000DQ-00; Thu, 30 Jan 2003 11:17:31 +0100 Original-To: ntg-context@ntg.nl X-Lieblings-Musik: a.c. In-Reply-To: <5.1.0.14.1.20030130004358.04298a50@remote-1> (Hans Hagen's message of "Thu, 30 Jan 2003 00:45:48 +0100") Original-Lines: 33 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i586-pc-linux-gnu) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@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:10634 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:10634 Hans Hagen writes: Hello again, > because tex kind of freezes fonts metrics you need to set the hanging > before 'loading' or accessing the font; after that one can turn it > on/off Sorry, I cannot make it work here. What I have now is: \setupalign[hanging] \setupfontsynonym[Serif][handling=pure] \usetypescript [berry][8r] \setupbodyfont[pos,10pt] \showframe \starttext \dorecurse{100}{testtest, } \input tufte \stoptext I have tried almost all permutations the first four lines :) > (one of those tricky areas) No comment :) Patrick