From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/37865 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: showfont with xetex (syntax changed?) Date: Mon, 10 Dec 2007 13:09:36 +0100 Message-ID: <475D2C80.3050901@wxs.nl> 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> <20071209131301.7c97c371.schuster.wolfgang@googlemail.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 1197288673 24779 80.91.229.12 (10 Dec 2007 12:11:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Dec 2007 12:11:13 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Dec 10 13:11:22 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 1J1hTe-0005Lc-Fd for gctc-ntg-context-518@m.gmane.org; Mon, 10 Dec 2007 13:11:14 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 16E401FBB9; Mon, 10 Dec 2007 13:10:57 +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 21735-02-7; Mon, 10 Dec 2007 13:10:18 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E283B1FAF5; Mon, 10 Dec 2007 13:10:17 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B946A1FAF5 for ; Mon, 10 Dec 2007 13:10:15 +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 21911-01-9 for ; Mon, 10 Dec 2007 13:09:43 +0100 (CET) Original-Received: from mail.pragma-ade.net (dsl-083-247-100-017.solcon.nl [83.247.100.17]) by ronja.ntg.nl (Postfix) with ESMTP id 05B3A1FADB for ; Mon, 10 Dec 2007 13:09:42 +0100 (CET) Original-Received: from [10.100.1.100] (unverified [10.100.1.100]) by controller-1 (SurgeMail 3.7b8) with ESMTP id 402 for ; Mon, 10 Dec 2007 13:09:42 +0100 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: <20071209131301.7c97c371.schuster.wolfgang@googlemail.com> X-Server: High Performance Mail Server - http://surgemail.com r=-274017400 X-Authenticated-User: hagen@controller-1 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:37865 Archived-At: Wolfgang Schuster wrote: > 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 i assume ... Text 123 {\sc Text 123 \os Text} 123 ... is meant > \stoptext accumulated features is something on the agenda, but we need a proper definition interface for that; sometimes one wants to accumulate, sometines not; sometime one even wants to kill features > 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. maybe there will be a lmroman10 once that has the features merged Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ 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 ___________________________________________________________________________________