From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20302 Path: news.gmane.org!not-for-mail From: Idris Samawi Hamid Newsgroups: gmane.comp.tex.context Subject: more on margin kerning Date: Tue, 10 May 2005 06:33:21 -0600 Message-ID: <42C08FDE@webmail.colostate.edu> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1115728127 32621 80.91.229.2 (10 May 2005 12:28:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 May 2005 12:28:47 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue May 10 14:28:44 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1DVTpz-0005i1-TQ for gctc-ntg-context-518@m.gmane.org; Tue, 10 May 2005 14:27:47 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1EF8B127D6; Tue, 10 May 2005 14:35:15 +0200 (CEST) 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 20628-01; Tue, 10 May 2005 14:35:14 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 95463127E1; Tue, 10 May 2005 14:33:25 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1322F127E1 for ; Tue, 10 May 2005 14:33:24 +0200 (CEST) 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 20550-03 for ; Tue, 10 May 2005 14:33:23 +0200 (CEST) Original-Received: from eagle.colostate.edu (eagle.acns.colostate.edu [129.82.100.90]) by ronja.ntg.nl (Postfix) with ESMTP id A02CE127D6 for ; Tue, 10 May 2005 14:33:22 +0200 (CEST) Original-Received: from lamar.colostate.edu (lamar.acns.colostate.edu [129.82.100.75]) by eagle.colostate.edu (AIX5.1/8.11.6p2/8.11.0) with ESMTP id j4ACXLS1002720 for ; Tue, 10 May 2005 06:33:21 -0600 Original-Received: from webmail.colostate.edu (csunts4.acns.colostate.edu [129.82.100.135]) by lamar.colostate.edu (AIX5.1/8.11.6p2/8.11.0) with ESMTP id j4ACWVH257454 for ; Tue, 10 May 2005 06:32:31 -0600 X-WebMail-UserID: ishamid Original-To: mailing list for ConTeXt users X-EXP32-SerialNo: 00002247, 00002264 X-Mailer: Infinite Mobile Delivery (Hydra) SMTP v3.62.01 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20302 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20302 Dear syndicate, Hartmut may be right that this is a pdfetex problem***, but the following example makes me think there is more to it. Indeed, the following is actually more to the point of my own problem: Consider the following typescript type-test.tex and and example file hanging.tex. When TeX hyphenates the word, the dash is kerned into the margin, but when a dash is manually inserted, no kerning occurs. Note: in this example neither `-' nor \hyphen works, whereas in the previous posted problem \hyphen did work. This makes me think that this is a macro, not an engine, issue. Please help! Best to all and thnx Idris *** I am using ConTeXt ver: 2005.03.16, the full mswincontext.zip. If there is a compatible up-to-date pdfetex binary out there please point me to it (or send it to me)! =============type-test.tex============== %% font mapping \starttypescript [serif] [test] [texnansi] \definefontsynonym [LMRSerif] [texnansi-lmbx12][encoding=texnansi] \stoptypescript %% general names \starttypescript [serif] [test] [name] \definefontsynonym [Serif] [LMRSerif] \stoptypescript %% font sizes \starttypescript [serif] [test] [size] \definebodyfont [4pt,5pt,6pt,7pt,8pt,9pt,10pt,11pt,12pt,14.4pt,17.3pt] [rm] [tf=Serif sa 1] \stoptypescript %% hanging \starttypescript [serif] [hanging][test] \setupfontsynonym [Serif] [handling=normal] \setupfontsynonym [SerifCapt] [handling=normal] \stoptypescript %% final typeface \starttypescript[LMRTest] \definebodyfontenvironment [LMRTest] [default] [interlinespace=2.8ex] \definetypeface [lmrtest] [rm] [serif] [test] [test] [encoding=texnansi] \stoptypescript =================================== =============hanging.tex=============== \setupoutput[pdftex] \setuplayout[width=4in] \usetypescriptfile[type-test] \usetypescript[serif] [hanging] [test] \usetypescript[LMRTest] \setupbodyfont[lmrtest,10pt] \setupalign[hanging] \showframe \starttext \dorecurse{40}{lots of hy\-phen\-a\-tion\hyphen\ } \blank \dorecurse{40}{lots of hy\-phen\-a\-tion- } \hyphen\ - \stoptext =================================== ============================ Professor Idris Samawi Hamid Department of Philosophy Colorado State University Fort Collins, CO 80523