From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/55283 Path: news.gmane.org!not-for-mail From: Andreas Harder Newsgroups: gmane.comp.tex.context Subject: Re: extra kerning do nothing Date: Mon, 21 Dec 2009 17:49:40 +0100 Message-ID: <005D55AC-9ADB-4351-8BA1-4CA21CEA6085@uni-koblenz.de> References: <4B2CDB53.8040305@gmail.com> <22af238a0912190721k6791fff7v86e8a912477a5dc4@mail.gmail.com> <4B2D412B.1010102@gmail.com> <20091220101419.GA4100@gaston.couberia.bzh> <467FC9F3-F7B9-4C9B-B163-4148B4558830@uni-koblenz.de> <4B2F6CC2.8070900@wxs.nl> <4B2F9A7E.2030804@wxs.nl> <4B2FA384.4050603@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1261414199 14698 80.91.229.12 (21 Dec 2009 16:49:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Dec 2009 16:49:59 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Dec 21 17:49:51 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1NMlSB-0006hQ-9O for gctc-ntg-context-518@m.gmane.org; Mon, 21 Dec 2009 17:49:51 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D88F5C9BA6; Mon, 21 Dec 2009 17:49:50 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id YZr2dNo3oH6w; Mon, 21 Dec 2009 17:49:47 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 1C7B1C9B92; Mon, 21 Dec 2009 17:49:47 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 5A2C8C9B92 for ; Mon, 21 Dec 2009 17:49:44 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 64tmDEHiJ6Vu for ; Mon, 21 Dec 2009 17:49:41 +0100 (CET) Original-Received: from deliver.uni-koblenz.de (deliver.uni-koblenz.de [141.26.64.15]) by balder.ntg.nl (Postfix) with ESMTP id 11E4EC9B4F for ; Mon, 21 Dec 2009 17:49:41 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 289A478A32FD for ; Mon, 21 Dec 2009 17:49:41 +0100 (CET) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22745-07 for ; Mon, 21 Dec 2009 17:49:40 +0100 (CET) X-CHKRCPT: Envelopesender noch aharder@uni-koblenz.de Original-Received: from [192.168.1.112] (77-23-29-238-dynip.superkabel.de [77.23.29.238]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTP id AADE478A31CE for ; Mon, 21 Dec 2009 17:49:40 +0100 (CET) In-Reply-To: <4B2FA384.4050603@wxs.nl> X-Mailer: Apple Mail (2.1077) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:55283 Archived-At: Am 21.12.2009 um 17:34 schrieb Hans Hagen: > Andreas Harder wrote: >> Am 21.12.2009 um 16:55 schrieb Hans Hagen: >>> Andreas Harder wrote: >>>> Am 21.12.2009 um 13:40 schrieb Hans Hagen: >>>>> Andreas Harder wrote: >>>>>> Hi, >>>>>> the following used to work: >>>>>> \definecharacterkerning[negative] >>>>>> \setupcharacterkerning[negative][factor=3D-0.125] \starttext >>>>>> \input davis \blank >>>>>> {\setcharacterkerning[extrakerning]\input davis\relax} \blank >>>>>> {\setcharacterkerning[negative]\input davis\relax} >>>>>> \stoptext >>>>>> Is it obsolete? Is there an alternative? >>>>> patch this: >>>>> = >>>>> \def\setcharacterkerning >>>>> {\ctxlua{kerns.enable()}% >>>>> \gdef\setcharacterkerning[##1]% >>>>> {\dosetattribute{kern}{\csname\??ck:##1\endcsname}}% >>>>> \setcharacterkerning} >>>> Thank you Hans. >>>> I=92ve changed it in typo-krn.mkiv but unfortunately the result is sti= ll the same. >>> did you remake the format? >> Is this necessary? I did now, but no change =85 > = > then you have to wait till the next beta =85 Okay, thanks! It=92s not urgent. = May I ask for the ligatures problem (my other post). Can you provide a patc= h or do I have to wait till the next beta? Greetings, Andreas ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________