From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/8072 Path: main.gmane.org!not-for-mail From: "Denis B. Roegel" Newsgroups: gmane.comp.tex.context Subject: hanging punctuation strange behavior Date: Tue, 28 May 2002 05:00:27 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <20020528050027.D1196@bar.loria.fr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035398508 24569 80.91.224.250 (23 Oct 2002 18:41:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:41:48 +0000 (UTC) Cc: "Denis B. Roegel" Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:8072 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:8072 I have had problems with protruding characters. When I try %output=pdftex \usetypescript [serif,sans,mono] [hanging] [pure] \definetypeface [modern][rm][serif][computer-modern][default][handling=pure,encoding=ec] \definetypeface [modern][ss][sans][computer-modern][default][handling=pure,encoding=ec] \setupalign[hanging,tolerant] \starttext \modern \ss \startcolumns[n=3] \input zapf \stopcolumns \stoptext I get hanging punctuation only on commas. If I try instead %output=pdftex \usetypescript [serif,sans,mono] [hanging] [pure] \definetypeface [modern][rm][serif][computer-modern][default][handling=pure,encoding=e c] \definetypeface [modern][ss][sans][computer-modern][default][handling=pure,encoding=ec ] \setupalign[hanging,tolerant] \starttext \modern \ss \startcolumns[n=3] \input zapf \stopcolumns \stoptext (watch the wrongly broken lines, that's what I first got by email), I get a better result, with hyphens also protruding. Hence, I still don't have a good clean working example of character protruding. I think I will forget about that for tomorrow's talk. (Answers are less urgent now, because I will no longer have the time to take them into account.) Denis