From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/37759 Path: news.gmane.org!not-for-mail From: "Wolfgang Schuster" Newsgroups: gmane.comp.tex.context Subject: Re: showfont with xetex (syntax changed?) Date: Thu, 6 Dec 2007 18:33:50 +0100 Message-ID: <115224fb0712060933h7cd3d049we4923f93ce2eb562@mail.gmail.com> References: <91844FC2-0148-4347-A206-4B22915EBDE3@st.estfiles.de> <6faad9f00712060332s32be7922yf9b7e7788b4197f4@mail.gmail.com> <4757FDC7.5050103@wxs.nl> <9FBA9A9B-B215-4016-B29B-01B2BC4EB2BA@st.estfiles.de> <115224fb0712060637i7fa3b7ffsf8ddfee203cc0d38@mail.gmail.com> <8C390B2E-12F2-4F31-ADBA-9A5591B88C2C@st.estfiles.de> 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 1196962482 2555 80.91.229.12 (6 Dec 2007 17:34:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Dec 2007 17:34:42 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Thu Dec 06 18:34:51 2007 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 1J0Kcc-0004rx-H3 for gctc-ntg-context-518@m.gmane.org; Thu, 06 Dec 2007 18:34:50 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BA3C21FC06; Thu, 6 Dec 2007 18:34:09 +0100 (CET) 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 01933-02-3; Thu, 6 Dec 2007 18:34:00 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 458DD1FBBA; Thu, 6 Dec 2007 18:33:57 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C69E61FBBA for ; Thu, 6 Dec 2007 18:33:55 +0100 (CET) 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 01887-03-4 for ; Thu, 6 Dec 2007 18:33:52 +0100 (CET) Original-Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by ronja.ntg.nl (Postfix) with ESMTP id 7ED6E1FB43 for ; Thu, 6 Dec 2007 18:33:50 +0100 (CET) Original-Received: by ug-out-1314.google.com with SMTP id q2so733671uge for ; Thu, 06 Dec 2007 09:33:50 -0800 (PST) Original-Received: by 10.67.196.2 with SMTP id y2mr1928616ugp.1196962430070; Thu, 06 Dec 2007 09:33:50 -0800 (PST) Original-Received: by 10.67.122.17 with HTTP; Thu, 6 Dec 2007 09:33:50 -0800 (PST) In-Reply-To: <8C390B2E-12F2-4F31-ADBA-9A5591B88C2C@st.estfiles.de> 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:37759 Archived-At: 2007/12/6, Steffen Wolfrum : > > Am 06.12.2007 um 15:37 schrieb Wolfgang Schuster: > > > 2007/12/6, Steffen Wolfrum : > >> > >> Am 06.12.2007 um 14:48 schrieb Hans Hagen: > >> > >>> something numbers=oldstyle could be supported but i see no real > >>> reason > >>> for it since then we end up in endless lists of possibilities > >>> (given all > >>> kind of combinations) > >> > >> I have not yet played with Lua, thus I can't follow your and Mojca's > >> discussion at that point. > >> But to have a handy way to switch on/off oldstyle figures would be > >> very useful! > >> > >> "numbers=oldstyle" shouldn't be considered as a theoretical > >> possibility, it is needed quite often. > >> > >> Steffen > > > > The following should work, can't test it at the moment > > > > \definefontfeature[enableoldstyle][onum=yes] > > \definefontfeature[disableoldstyle][onum=no] > > > > \starttext > > > > 123 \setfontfeature{enableoldstyle} 456 \setfontfeature > > {disableoldstyle} 789 > > > > \stoptext > > > you mean typeset with Lua, right? with XeTeX it yields > > ! Undefined control sequence. > l.20 \setfontfeature! This is a new feature introduced only for LuaTeX, not XeTeX and allows you to choose a different fontfeature in your document. Could be used overwrite the defaults for \os and \sc. \def\os{\setfonrfeature{oldstyle}} \def\sc{\setfonrfeature{smallscaps}} Wolfgang ___________________________________________________________________________________ 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 ___________________________________________________________________________________