From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30609 Path: news.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: Re: vertical kerning for TwoThird needed Date: Thu, 31 Aug 2006 22:44:56 +0200 Message-ID: <44F74A48.9070502@gmx.net> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1157057211 24166 80.91.229.2 (31 Aug 2006 20:46:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 31 Aug 2006 20:46:51 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Aug 31 22:46:45 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1GItQH-00075v-1z for gctc-ntg-context-518@m.gmane.org; Thu, 31 Aug 2006 22:46:01 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3BE711FECF; Thu, 31 Aug 2006 22:45:59 +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 07091-02; Thu, 31 Aug 2006 22:45:46 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5F9C51FEC7; Thu, 31 Aug 2006 22:45:46 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F15B01FEC7 for ; Thu, 31 Aug 2006 22:45:42 +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 05268-02-4 for ; Thu, 31 Aug 2006 22:45:38 +0200 (CEST) Original-Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by ronja.ntg.nl (Postfix) with SMTP id 62DB11FEB1 for ; Thu, 31 Aug 2006 22:45:37 +0200 (CEST) Original-Received: (qmail invoked by alias); 31 Aug 2006 20:45:37 -0000 Original-Received: from i577BA26A.versanet.de (EHLO [192.168.1.3]) [87.123.162.106] by mail.gmx.net (mp042) with SMTP; 31 Aug 2006 22:45:37 +0200 X-Authenticated: #24293357 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) Original-To: mailing list for ConTeXt users In-Reply-To: X-Enigmail-Version: 0.94.0.0 X-Y-GMX-Trusted: 0 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:30609 Archived-At: Steffen Wolfrum wrote: > Hi, > > comparable to the pre-defined \threequarter I want to write a \TwoThird. > > The following looks quite good (with my respective font settings) ... > > \def\TwoThird{{\tx\high{\txx 2}}\kern-0.1em/\kern-0.1em{\txx 3}} > > ... but still the "2" is a bit to high. > > How can I adjust "vertikal kerning"? > \starttext \def\TwoThird{\raise.295em\hbox{\txx 2}\kern-0.23em/\kern-0.22em\lower.24em\hbox{\txx 3}} \ruledhbox{\threequarter\TwoThird} \stoptext I needed a break and this was really fun. Hope it fits your needs. Peter > > Thanks, > Steffen > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > >