From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/37854 Path: news.gmane.org!not-for-mail From: Wolfgang Schuster Newsgroups: gmane.comp.tex.context Subject: Re: showfont with xetex (syntax changed?) Date: Sun, 9 Dec 2007 13:13:01 +0100 Message-ID: <20071209131301.7c97c371.schuster.wolfgang@googlemail.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> <47599A6D.2010009@wxs.nl> 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 1197212069 25852 80.91.229.12 (9 Dec 2007 14:54:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Dec 2007 14:54:29 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sun Dec 09 15:54:26 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 1J1NY2-0001in-3b for gctc-ntg-context-518@m.gmane.org; Sun, 09 Dec 2007 15:54:26 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DF4EF1FD8A; Sun, 9 Dec 2007 15:53:02 +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 15185-03-2; Sun, 9 Dec 2007 15:52:06 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D6AE61FCB1; Sun, 9 Dec 2007 15:52:05 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B6C3C1FC67 for ; Sun, 9 Dec 2007 15:52:03 +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 14494-03 for ; Sun, 9 Dec 2007 15:51:17 +0100 (CET) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by ronja.ntg.nl (Postfix) with ESMTP id 15D7A1FD02 for ; Sun, 9 Dec 2007 13:13:27 +0100 (CET) Original-Received: by nf-out-0910.google.com with SMTP id b2so624882nfb for ; Sun, 09 Dec 2007 04:13:05 -0800 (PST) Original-Received: by 10.86.97.7 with SMTP id u7mr4360655fgb.1197202385396; Sun, 09 Dec 2007 04:13:05 -0800 (PST) Original-Received: from rover ( [84.149.71.80]) by mx.google.com with ESMTPS id d6sm2204022fga.2007.12.09.04.13.03 (version=SSLv3 cipher=OTHER); Sun, 09 Dec 2007 04:13:03 -0800 (PST) In-Reply-To: <47599A6D.2010009@wxs.nl> X-Mailer: Sylpheed 2.4.7 (GTK+ 2.10.14; i686-pc-mingw32) 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:37854 Archived-At: On Fri, 07 Dec 2007 20:09:33 +0100 Hans Hagen wrote: > Wolfgang Schuster wrote: > > 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 > > btw, these are attributes and therefore can be used grouped > > 123 {\setfontfeature{enableoldstyle} 456} 789 Is it also possible to inherit the values from the previuos change, e.g. I have enabled smallcaps and I want to enable oldstyle numerals with another command, I tried this but the old setting is forgotten and only the new setting work, how can I do this. \usetypescript[palatino] \setupbodyfont[palatino] \definefontfeature[caps][smcp=yes,lnum=yes] \definefontfeature[onum][onum=yes] \def\sc{\setfontfeature{caps}} \def\os{\setfontfeature{onum}} \starttext Text 123 \sc Text 123 \os Text 123 \stoptext PS: Will the smallcaps key also work in a feature release of the latin modern fonts, thid didn't work at the moment and I was forced to use the Pagella fonts. 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 ___________________________________________________________________________________