From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17185 Path: main.gmane.org!not-for-mail From: "Dirar BOUGATEF" Newsgroups: gmane.comp.tex.context Subject: Fonts switching and styles .. Date: Sun, 21 Nov 2004 15:49:26 +0000 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: sea.gmane.org 1101052227 18320 80.91.229.6 (21 Nov 2004 15:50:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 21 Nov 2004 15:50:27 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Nov 21 16:50:07 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CVtyZ-0004bq-00 for ; Sun, 21 Nov 2004 16:50:07 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 60F101278F; Sun, 21 Nov 2004 16:50:06 +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 09548-06; Sun, 21 Nov 2004 16:50:04 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E09541278A; Sun, 21 Nov 2004 16:50:03 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7E0CB1278A for ; Sun, 21 Nov 2004 16:50:03 +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 09759-01 for ; Sun, 21 Nov 2004 16:50:03 +0100 (CET) Original-Received: from hotmail.com (unknown [64.4.22.79]) by ronja.ntg.nl (Postfix) with ESMTP id A2CAB126F8 for ; Sun, 21 Nov 2004 16:50:02 +0100 (CET) Original-Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 21 Nov 2004 07:50:00 -0800 Original-Received: from 82.226.175.122 by by23fd.bay23.hotmail.msn.com with HTTP; Sun, 21 Nov 2004 15:49:26 GMT X-Originating-IP: [82.226.175.122] X-Originating-Email: [chabah5@hotmail.com] X-Sender: chabah5@hotmail.com Original-To: ntg-context@ntg.nl X-OriginalArrivalTime: 21 Nov 2004 15:50:00.0891 (UTC) FILETIME=[C26078B0:01C4CFE1] 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: main.gmane.org gmane.comp.tex.context:17185 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17185 Hi all, I am working to setup styles in heads with the typeface karat, that i define as follows: \starttypescript [karat] \definetypeface [karat] [ss] [sans] [karat] [default] [encoding=texnansi] \stoptypescript Here is my head definition: \setuphead[part] [align=left, page=right, placehead=yes, style=???????, before={\hbox{}\vfill}, after={\vfill}, command=\MyPart] Question: what command should i use to define this head to use the karat typeface above as its style ? Thanks for any help. Dirar.