From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/10625 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: hanging punctuation Date: Wed, 29 Jan 2003 22:29:24 +0100 Organization: privat Sender: ntg-context-admin@ntg.nl Message-ID: <87y95363wr.fsf@gundla.ch> 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 1043875738 16092 80.91.224.249 (29 Jan 2003 21:28:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 29 Jan 2003 21:28:58 +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 18dzlQ-0004BO-00 for ; Wed, 29 Jan 2003 22:28:56 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 5E33510B1B; Wed, 29 Jan 2003 22:30:42 +0100 (MET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by ref.ntg.nl (Postfix) with ESMTP id 45E6E10ABB for ; Wed, 29 Jan 2003 22:29:41 +0100 (MET) Original-Received: from [212.227.126.155] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18dzm9-0004ax-00 for ntg-context@ntg.nl; Wed, 29 Jan 2003 22:29:41 +0100 Original-Received: from [129.217.137.186] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18dzm8-0004cD-00; Wed, 29 Jan 2003 22:29:41 +0100 Original-Received: from pg by levana with local (Exim 3.12 #1 (Debian)) id 18dzls-0002CS-00; Wed, 29 Jan 2003 22:29:24 +0100 Original-To: ntg-context@ntg.nl X-Lieblings-Musik: a.c. Original-Lines: 37 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:10625 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:10625 Hello, >From an example posted earlier on this list: % output=pdftex \usetypescript [berry][8r] \setupfontsynonym[Serif][handling=pure] \showframe \starttext \setupalign[hanging] \setupbodyfont[pos,10pt] \dorecurse{100}{testtest, } \input tufte \stoptext Why is the hyphen (cat-) not hanging in the right margin? As far as I can see it should stick out completely?!? (from hand-def.tex) \startfonthandling [pure] \defineprotrudefactor , 0 1 \defineprotrudefactor . 0 1 \defineprotrudefactor : 0 1 \defineprotrudefactor ; 0 1 \defineprotrudefactor hyphen 0 1 % <------------------ \defineprotrudefactor endash 0 .5 \defineprotrudefactor emdash 0 .33 % .5 \stopfonthandling Patrick