From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18138 Path: main.gmane.org!not-for-mail From: cormullion Newsgroups: gmane.comp.tex.context Subject: Setting up layout - basic questions Date: Mon, 7 Feb 2005 22:20:02 +0000 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1107814858 24944 80.91.229.2 (7 Feb 2005 22:20:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 7 Feb 2005 22:20:58 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Feb 07 23:20:58 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 1CyHDd-00041x-MC for gctc-ntg-context-518@m.gmane.org; Mon, 07 Feb 2005 23:19:10 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 29874127D4; Mon, 7 Feb 2005 23:20:13 +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 17145-05; Mon, 7 Feb 2005 23:20:10 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8B3A312788; Mon, 7 Feb 2005 23:20:10 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CBC2612788 for ; Mon, 7 Feb 2005 23:20:08 +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 16988-07 for ; Mon, 7 Feb 2005 23:20:08 +0100 (CET) Original-Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.47]) by ronja.ntg.nl (Postfix) with ESMTP id C140F12783 for ; Mon, 7 Feb 2005 23:20:07 +0100 (CET) Original-Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (8.12.6/MantshX 2.0) with ESMTP id j17MJx7a028134 for ; Mon, 7 Feb 2005 14:20:06 -0800 (PST) Original-Received: from [10.0.1.2] ([217.205.240.152]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id j17MJrtj025631 for ; Mon, 7 Feb 2005 14:19:57 -0800 (PST) Original-To: ConTeXt mailing list X-Priority: 3 X-Mailer: Mailsmith 2.1.4 (Blindsider) 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: main.gmane.org gmane.comp.tex.context:18138 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18138 Hi there. I=E2=80=99m a newcomer to ConTeXt, and I=E2=80=99m so far really = impressed with the power and flexibility I now have access to. I=E2=80=99d = be grateful for a few tips - I=E2=80=99ve been reading the documentation ov= er the last few days, and my head=E2=80=99s getting full. Please excuse me = if these questions are obvious. I want to make headings in a sans serif font, such as Helvetica, and keep t= he body text in serif font (such as Times). (I use these font names loosely= , I have no idea which fonts I can actually use, since I can=E2=80=99t get = XeTeX working yet.) I know that I should do something like this: \setuphead [chapter] [number=3Dyes,=20 style=3D\ss] \setuphead [section] [number=3Dno,=20 style=3D\ss] but the sizes of the different levels of heading are lost... So something l= ike 16pt for chapter, 14pt for section, 12 point for subsection? Also, is it generally possible to make all the headings start at the left m= argin, with everything else (eg paragraphs, lists, etc) indented? Eg: Chapter X Paragraph Section X Paragraph Subsection y Paragraph =20 Thanks for any pointers. I=E2=80=99m more of a FrameMaker user up to now, s= o I may not yet be thinking the ConTeXt way. :-)