From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32570 Path: news.gmane.org!not-for-mail From: Mike Bird Newsgroups: gmane.comp.tex.context Subject: Re: HZ with latest ConTeXt Date: Fri, 5 Jan 2007 16:53:09 -0800 Organization: Iron Mtn Systems Message-ID: <200701051653.12079.mgb-debian@yosemite.net> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1168044835 17883 80.91.229.12 (6 Jan 2007 00:53:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 Jan 2007 00:53:55 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Jan 06 01:53:54 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1H2zon-0003Uh-2o for gctc-ntg-context-518@m.gmane.org; Sat, 06 Jan 2007 01:53:53 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DC3D32010F; Sat, 6 Jan 2007 01:50:53 +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 03128-07; Sat, 6 Jan 2007 01:50:47 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9D645200F6; Sat, 6 Jan 2007 01:50:46 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 62894200FE for ; Sat, 6 Jan 2007 01:50:43 +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 03086-03 for ; Sat, 6 Jan 2007 01:50:36 +0100 (CET) Original-Received: from se.yosemite.net (se.yosemite.net [205.157.156.9]) by ronja.ntg.nl (Postfix) with ESMTP id A33F1200E8 for ; Sat, 6 Jan 2007 01:50:34 +0100 (CET) Original-Received: from se.yosemite.net (localhost.localdomain [127.0.0.1]) by se.yosemite.net (Postfix) with ESMTP id 0F68298044 for ; Fri, 5 Jan 2007 16:53:30 -0800 (PST) Original-Received: from mgb.bullion.ims (mgb.bullion.ims [205.157.157.170]) by se.yosemite.net (Postfix) with ESMTP id 1D3ED9810D for ; Fri, 5 Jan 2007 16:53:28 -0800 (PST) Original-To: ntg-context@ntg.nl User-Agent: KMail/1.9.5 In-Reply-To: Content-Disposition: inline X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:32570 Archived-At: On Friday 05 January 2007 12:04, Peter M=FCnster wrote: > I can get hanging but no hz (no difference between 2nd and 3rd page). > > What is needed to get hz? This answer is not definitive but based only on my own experiences. 1) I was unable to get hz in some fonts. If I haven't missed anything relevant in extracting this from a large document, the following fragment gives me hz (and hanging/handling) in NimbusRomNo9L: \usetypescript[serif,sans,mono][handling][normal] \usetypescript[serif,sans,mono][hz][highquality] \setupalign[hanging,hz] \usetypescript[adobekb][\defaultencoding] \usetypescript[serif][postscript,courier,helvetica,times] [\defaultencoding,name] \setupbodyfont[Serif,13pt] 2) As hz is sometimes not obvious when viewed, I check the fonts in the resulting PDF to see if any are extended. Most PDF viewers list the fonts under File/Properties or similar or you can "pdffonts foo.pdf" at the command line. --Mike Bird