From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32683 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: ConTeXt equivalent of plain tex method of loading fonts Date: Fri, 12 Jan 2007 16:33:13 +0100 Message-ID: <45A7AA39.5060302@elvenkind.com> References: 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: sea.gmane.org 1168621025 22644 80.91.229.12 (12 Jan 2007 16:57:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Jan 2007 16:57:05 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Jan 12 17:57:02 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 1H5Phw-0001eo-MV for gctc-ntg-context-518@m.gmane.org; Fri, 12 Jan 2007 17:56:48 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3B8101FA2D; Fri, 12 Jan 2007 17:52:53 +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 06992-02-9; Fri, 12 Jan 2007 17:52:48 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C3B2A1FDF0; Fri, 12 Jan 2007 17:52:37 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AF1501FDCD for ; Fri, 12 Jan 2007 17:52:34 +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 06992-02-5 for ; Fri, 12 Jan 2007 17:52:29 +0100 (CET) Original-Received: from post-26.mail.nl.demon.net (post-26.mail.nl.demon.net [194.159.73.196]) by ronja.ntg.nl (Postfix) with ESMTP id 8C4E91FE50 for ; Fri, 12 Jan 2007 16:29:29 +0100 (CET) Original-Received: from boo.demon.nl ([82.161.175.147]:58826 helo=[10.10.0.3]) by post-26.mail.nl.demon.net with esmtp (Exim 4.51) id 1H5OP4-000Car-6L for ntg-context@ntg.nl; Fri, 12 Jan 2007 15:33:14 +0000 User-Agent: Mozilla Thunderbird 1.0.6-7.6.20060mdk (X11/20050322) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:32683 Archived-At: Aditya Mahajan wrote: > Hi, > > I was using rsfs (RalfSmithFormalScript) using the definition > > then I get rsfs7 in the subscripts. So, what is the ConTeXt equivalent > of the above plain tex method of loading rsfs? Something like this, I guess (probably not enough, but it should give you an idea) \starttypescript [math] [modern,computer-modern,latin-modern,ams] [size] \definebodyfont [17.3pt,14.4pt,12pt,11pt,10pt,9pt][mm][mc=rsfs10 sa 1] \definebodyfont [8pt,7pt] [mm] [mc=rsfs7 sa 1] \definebodyfont [6pt,5pt,4pt] [mm] [mc=rsfs5 sa 1] \stoptypescript \definefamilysynonym [default] [scr] [mc] \def\mathrsfs#1{{\scr #1}} Best, Taco