From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19675 Path: news.gmane.org!not-for-mail From: Kai Straube Newsgroups: gmane.comp.tex.context Subject: Re: ntg-context Digest, Vol 10, Issue 21 Date: Thu, 7 Apr 2005 21:31:27 +0200 Message-ID: <200504072131.27256.kai.straube@gmx.de> References: <20050407100003.0665112884@ronja.ntg.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1112904385 7642 80.91.229.2 (7 Apr 2005 20:06:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Apr 2005 20:06:25 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Apr 07 22:06:22 2005 Return-path: 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 1DJdFz-0002dF-N5 for gctc-ntg-context-518@m.gmane.org; Thu, 07 Apr 2005 22:05:39 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 82CC7128D2; Thu, 7 Apr 2005 22:07:55 +0200 (CEST) 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 02256-06; Thu, 7 Apr 2005 22:07:55 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BA612128D0; Thu, 7 Apr 2005 22:05:53 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E8530128D0 for ; Thu, 7 Apr 2005 22:05:51 +0200 (CEST) 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 02412-02 for ; Thu, 7 Apr 2005 22:05:51 +0200 (CEST) Original-Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by ronja.ntg.nl (Postfix) with SMTP id 164BA128BE for ; Thu, 7 Apr 2005 22:05:51 +0200 (CEST) Original-Received: (qmail invoked by alias); 07 Apr 2005 20:05:50 -0000 Original-Received: from dialin-145-254-078-123.arcor-ip.net (EHLO gargarrag.galaxis.all) [145.254.78.123] by mail.gmx.net (mp018) with SMTP; 07 Apr 2005 22:05:50 +0200 X-Authenticated: #738008 Original-Received: from localhost (localhost [127.0.0.1]) by gargarrag.galaxis.all (Postfix) with ESMTP id DE0D51C4EA2 for ; Thu, 7 Apr 2005 21:31:27 +0200 (CEST) Original-To: ntg-context@ntg.nl User-Agent: KMail/1.8 In-Reply-To: <20050407100003.0665112884@ronja.ntg.nl> Content-Disposition: inline X-Y-GMX-Trusted: 0 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 Xref: news.gmane.org gmane.comp.tex.context:19675 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19675 Am Donnerstag, 7. April 2005 12:00 schrieb Hans Hagen : > % define a typeface > > \definetypeface [modern] [rm] [serif] [modern-base] [default] > \definetypeface [modern] [ss] [sans] =A0[modern-base] [default] > \definetypeface [modern] [tt] [mono] =A0[modern-base] [default] > \definetypeface [modern] [mm] [math] =A0[modern-base] [default] > > % overloaad a mapping > > % \startfontclass[modern] > % =A0 \definefontsynonym [ComputerModernMath-Roman] =A0[ComputerModernSan= s] > % =A0 \definefontsynonym [ComputerModernMath-Italic] > [ComputerModernSans-Italic] % \stopfontclass > > \startfontclass[modern] > =A0 =A0\definefontsynonym [MathRoman] =A0[Sans] > =A0 =A0\definefontsynonym [MathItalic] [SansItalic] > \stopfontclass > > % initialize the typeface > > \setupbodyfont[modern,ss] > > \starttext > Some text, we can read it without serifs. But the formula: $ \frac{1}{x-2} > $ is not in the same font. > \stoptext > > you can put this in one of the dark corners of the wiki -) Thank you Hans, but for me ist results in : ! Undefined control sequence. l.15 \startfontclass [modern] Whats wrong? Kai