From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/44836 Path: news.gmane.org!not-for-mail From: "Jeff Smith" Newsgroups: gmane.comp.tex.context Subject: Re: XeTeX old style numerals Date: Sat, 18 Oct 2008 20:47:18 -0400 Message-ID: <2e8813a0810181747v73801ae1q48a32812febfb062@mail.gmail.com> References: <6faad9f00809191157u67b00f5fx2f205b4fa53d85a2@mail.gmail.com> <48D4D532.4090205@wxs.nl> <115224fb0810140507u368c3a5fx32e105a4899e4332@mail.gmail.com> <2e8813a0810181419r1a389ff5g5f7f9b55bf24704b@mail.gmail.com> <6faad9f00810181456x1da5b284q7bc2c85b49ffa83f@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1224377288 13463 80.91.229.12 (19 Oct 2008 00:48:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 19 Oct 2008 00:48:08 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Sun Oct 19 02:49:12 2008 connect(): Connection refused 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 1KrMTo-0005E8-An for gctc-ntg-context-518@m.gmane.org; Sun, 19 Oct 2008 02:49:12 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4287B1FB29; Sun, 19 Oct 2008 02:48:04 +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 32766-02-5; Sun, 19 Oct 2008 02:47:36 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 31CDF1FB38; Sun, 19 Oct 2008 02:47:36 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9F4781FB38 for ; Sun, 19 Oct 2008 02:47:34 +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 32766-02-4 for ; Sun, 19 Oct 2008 02:47:20 +0200 (CEST) Original-Received: from mail-gx0-f16.google.com (mail-gx0-f16.google.com [209.85.217.16]) by ronja.ntg.nl (Postfix) with ESMTP id CB8081FB29 for ; Sun, 19 Oct 2008 02:47:19 +0200 (CEST) Original-Received: by gxk9 with SMTP id 9so2541325gxk.2 for ; Sat, 18 Oct 2008 17:47:19 -0700 (PDT) Original-Received: by 10.151.156.12 with SMTP id i12mr2916019ybo.240.1224377239024; Sat, 18 Oct 2008 17:47:19 -0700 (PDT) Original-Received: by 10.150.144.21 with HTTP; Sat, 18 Oct 2008 17:47:18 -0700 (PDT) In-Reply-To: <6faad9f00810181456x1da5b284q7bc2c85b49ffa83f@mail.gmail.com> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:44836 Archived-At: Thank you Mojca for this quick reply! I didn't expect one right away, so I'm glad I'm not the only one not wanting to leave ConTeXt aside even during the weekend. ;-) So tlig it is. Thanks again! Jeff On Sat, Oct 18, 2008 at 17:56, Mojca Miklavec wrote: > On Sat, Oct 18, 2008 at 11:19 PM, Jeff Smith wrote: >> >> \definefontfeature[bodyfeatures][method=node,script=latn,language=dflt,liga=yes,onum=yes,kern=yes,trep=yes,dlig=yes] >> >> I get the onum and dlig working with this, but, like I said, the trep >> doesn't work. If I am not mistaken, it's this feature that makes the >> apostrophe look like the comma. Am I right? > > Short answer: tlig, not trep. > > Long answer: > > See the folder fonts/misc/xetex/fontmapping. > > Hans invented tlig and trep as a short word for tex ligatures and tex > replacements. That's still a bit unstable area of ConTeXt, but at the > beginning it indeed included all the replacements and all the > ligatures of Knuthian TeX. But that was too much for my taste (many > useless conversions like `?, `! and all the quotation marks, as well > as some really nasty ones as a side effect: it kept converting grave > accent into quotation mark for example). > > With some consensus we decided to keep only three of them: endash, > emdash and apostrophe. In LuaTeX these might still be split (tlig for > endash and emdash and trep for apostrophe). In XeTeX it seemed to much > overhaul to split three replacements into (three :) files, so I made > only a single one: tlig.[map|tec] > > You can use it as "mapping=tlig" in plain XeTeX. What ConTeXt does is > a conversion from "tlig=yes" into "mapping=tlig". trep used to map to > tex-text (so did tlig) a while ago, now I guess that it doesn't do > anything at all. > > I find it a bit unlucky situation that the behaviour is a bit > different, but introducing a new file trep.map with only a single > replacement would be even more weird & confusing to me. > > Mojca > ___________________________________________________________________________________ > If your question is of interest to others as well, please add an entry to the Wiki! > > maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : https://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > ___________________________________________________________________________________ > ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________