From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/413 Path: main.gmane.org!not-for-mail From: Siep Kroonenberg Newsgroups: gmane.comp.tex.context Subject: syntax Date: Sun, 16 May 1999 14:36:46 +0200 (CEST) Sender: owner-ntg-context@let.uu.nl Message-ID: <14142.48095.1988.765986@bitmuis.thuis.nl> Reply-To: siepo@cybercomm.nl NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035391274 23843 80.91.224.250 (23 Oct 2002 16:41:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:41:14 +0000 (UTC) Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:413 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:413 A number of questions: - Does Context provide for styles as in Word: a set of typographic specifications (font, leading, h&j, space before and after) separate from any sectioning hierarchy, or is it necessary to write those from scratch as macros? - Is the following syntax safe: %%%%%%%%%%%%%%%%%%%%%%%%%%%%% \some_context_macro % comment [parameter] %%%%%%%%%%%%%%%%%%%%%%%%%%%%% - I am trying to define typography for a header: \setuphead[subject] [before=\blank, after=\blank[small], style={\switchtobodyfont[sans,16pt]\bf}] This only seems to compile if I replace `after' with `\c!after', and even then I get a full instead of half a blank line. If I try C-style indentation: \setuphead[subject] [before=\blank, after=\blank[small], style={\switchtobodyfont[sans,16pt]\bf } ] then the style parameter seems to be ignored. Siep Kroonenberg