From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30615 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: vertical kerning for TwoThird needed Date: Fri, 1 Sep 2006 13:25:21 +0200 Message-ID: <8E77E0D1-131E-4671-87CF-BF8CD745DB09@st.estfiles.de> References: <44F74A48.9070502@gmx.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1157109977 10377 80.91.229.2 (1 Sep 2006 11:26:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Sep 2006 11:26:17 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Sep 01 13:26:15 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 1GJ7A4-0005U6-4C for gctc-ntg-context-518@m.gmane.org; Fri, 01 Sep 2006 13:26:13 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9A63B1FA70; Fri, 1 Sep 2006 13:26:06 +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 22979-02-2; Fri, 1 Sep 2006 13:25:50 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DD0C31FECE; Fri, 1 Sep 2006 13:25:49 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 39DB51FED2 for ; Fri, 1 Sep 2006 13:25:45 +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 22978-02 for ; Fri, 1 Sep 2006 13:25:40 +0200 (CEST) Original-Received: from smtprelay04.ispgateway.de (smtprelay04.ispgateway.de [80.67.18.16]) by ronja.ntg.nl (Postfix) with SMTP id B87B61FEBE for ; Fri, 1 Sep 2006 13:25:40 +0200 (CEST) Original-Received: (qmail 16526 invoked from network); 1 Sep 2006 11:25:39 -0000 Original-Received: from unknown (HELO [62.134.72.153]) (698580@[62.134.72.153]) (envelope-sender ) by smtprelay04.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 1 Sep 2006 11:25:39 -0000 In-Reply-To: <44F74A48.9070502@gmx.net> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.752.2) 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:30615 Archived-At: Ahh! "\raise" and "\lower" ... these I've missed. Look like plain TeX commands, right? Thank you Peter, (immediately I go and get a copy of that TeXbook) Steffen Am 31.08.2006 um 22:44 schrieb Peter Rolf: > 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 >> >> > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context >