From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24645 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: Some things I don't understand about typescripts... Date: Thu, 22 Dec 2005 15:50:58 +0100 Message-ID: <43AABD52.8080105@elvenkind.com> References: <33BAB34E-1DC8-4F25-AD0C-1049AEA329B3@uni-bonn.de> <43AAAF88.7080407@elvenkind.com> <690F5BDE-2946-4905-9694-4D9729B77CD9@uni-bonn.de> 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; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1135263171 493 80.91.229.2 (22 Dec 2005 14:52:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Dec 2005 14:52:51 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Dec 22 15:52:49 2005 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 ciao.gmane.org with esmtp (Exim 4.43) id 1EpRoH-0003OZ-5b for gctc-ntg-context-518@m.gmane.org; Thu, 22 Dec 2005 15:52:49 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B8CAA128F3; Thu, 22 Dec 2005 15:52:48 +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 17529-01-2; Thu, 22 Dec 2005 15:52:44 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 16FF3128ED; Thu, 22 Dec 2005 15:52:44 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 80340128EB for ; Thu, 22 Dec 2005 15:52:42 +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 17503-05 for ; Thu, 22 Dec 2005 15:52:41 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com (elvenknd.xs4all.nl [213.84.171.68]) by ronja.ntg.nl (Postfix) with ESMTP id 49ADB128C5 for ; Thu, 22 Dec 2005 15:50:59 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id EBDA41A933 for ; Thu, 22 Dec 2005 15:50:58 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com ([127.0.0.1]) by localhost (glenfiddich.elvenkind.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19930-01 for ; Thu, 22 Dec 2005 15:50:58 +0100 (CET) Original-Received: from [10.10.0.6] (glenlivet.elvenkind.com [10.10.0.6]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id 9D4F015EC8 for ; Thu, 22 Dec 2005 15:50:58 +0100 (CET) User-Agent: Mozilla Thunderbird 1.0.6-7.1.20060mdk (X11/20050322) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <690F5BDE-2946-4905-9694-4D9729B77CD9@uni-bonn.de> X-Virus-Scanned: by amavisd-new at elvenkind.net X-Virus-Scanned: 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:24645 Archived-At: Thomas A. Schmitz wrote: > Taco, > > thanks again for your help!! > > On Dec 22, 2005, at 2:52 PM, Taco Hoekwater wrote: > >> >> >> This >> >> \definebodyfont [default] [rm] [tf=, ] % ... >> >> should work, afaik > > Not here, I get errors: > ! Missing \endcsname inserted. > (I'll leave this for Hans) >> Replacing [all] with [tsgreek] (or whatever you typescript is named) >> should work. >> > That was my question: the typescriptfile contains about 25 typefaces. > Is there a way to specify one math font for all of them, or do I have > to go the laborious way of adding such a line to every single one of them? Assuming you have them inside \starttypescript-s, you could replace [all] with [\typecriptone] globally. I'll be happy to test what you have now, if needed. Cheers, Taco