From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/6632 Path: main.gmane.org!not-for-mail From: Giuseppe Bilotta Newsgroups: gmane.comp.tex.context Subject: Re[2]: Enabling protruding Date: Wed, 23 Jan 2002 19:44:46 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <919194372.20020123194446@bigfoot.com> References: <5.1.0.14.1.20020123181552.03559da8@server-1> Reply-To: Giuseppe Bilotta NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035397150 12339 80.91.224.250 (23 Oct 2002 18:19:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:19:10 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: Hans Hagen In-Reply-To: <5.1.0.14.1.20020123181552.03559da8@server-1> Xref: main.gmane.org gmane.comp.tex.context:6632 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:6632 Wednesday, January 23, 2002 Hans Hagen wrote: HH> At 05:28 PM 1/23/2002 +0100, Giuseppe Bilotta wrote: >>Quick question: >> >>how do you enable character protruding in ConTeXt? HH> quick answer: \enableprotruding or nicer: \seteazaalinierea[suspendat] HH> given that you translated "hangend" ok -) HH> Hans HH> PS. Of course you need to tell context which fonts to hang, like with HH> \setupfontsynonym [Serif] [handling=pure] HH> \setupfonthandling[normal][left=.75,right=.75] HH> \setupalign[verytolerant,stretch,hanging] HH> see mfonts.pdf for details Nothing doing. I tried the following small test file \setupfontsynonym[Serif][handling=pure] \setupfonthandling[normal][left=1,right=1] \starttext \def\text{This is some kind of test, to see if it hangs, thisisaverylongwordindeed. } \dorecurse{20}{\text} \setupalign[hanging] \dorecurse{20}{\text} \stoptext and no hanging is done.