From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18824 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: fundamental problem with headings Date: Fri, 11 Mar 2005 13:45:09 +0100 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Trace: sea.gmane.org 1110545121 26028 80.91.229.2 (11 Mar 2005 12:45:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 11 Mar 2005 12:45:21 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Mar 11 13:45:21 2005 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 1D9jVy-0003pE-78 for gctc-ntg-context-518@m.gmane.org; Fri, 11 Mar 2005 13:45:15 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 175081283C; Fri, 11 Mar 2005 13:45:47 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19663-02; Fri, 11 Mar 2005 13:45:42 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A64061280B; Fri, 11 Mar 2005 13:45:42 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BC4011280B for ; Fri, 11 Mar 2005 13:45:41 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19574-03 for ; Fri, 11 Mar 2005 13:45:40 +0100 (CET) Original-Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by ronja.ntg.nl (Postfix) with ESMTP id E4A47127B7 for ; Fri, 11 Mar 2005 13:45:40 +0100 (CET) Original-Received: (qmail 4405 invoked from network); 11 Mar 2005 12:45:39 -0000 Original-Received: from unknown (HELO [62.134.77.169]) (698580@[62.134.77.5]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 11 Mar 2005 12:45:39 -0000 Original-To: ntg-context@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: news.gmane.org gmane.comp.tex.context:18824 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18824 Adam Lindsay wrote: > Steffen Wolfrum said this at Fri, 11 Mar 2005 12:33:13 +0100: > > >In fact, this is something I would like to have also for other > >purposes (for example to use a second set of oldstyle figures): > >defining my own *myserif* or *mysans* that could be used then in a > >typescriptfile the same way as sans, serif and mono are used there. > > > >But up to now I didn't manage it. > > > >Somebody did and would like to share his/her knowledge? > > Okay, thanks for clarifying. > > You might like to take a look at the typescripts in the OpenType.zip file > at . I defined full myserif/mysans > families (I called them romancaps and capsans) to stand next to the serif > and sans families (same font, different features). There are also a > couple convenience macros in there to help switch between the two. > > Is that the sort of thing you're looking for? There's nothing inherently > SmallCaps (or OpenType) about the fundamental typescripts--that's just > the first testing ground I found. I had a look at your file but I think my point is different: You still use only the predefined serif, sans etc. \usetypescript[serif]... \usetypescript[sans]... \usetypescript[math]... but I would like to use also \usetypescript[myserif]... and the corresponding \myrm (next to \tt and \ss). I don't know Hans' texnical term for serif, sans, mono, math etc. is (as used above). Steffen