From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/65931 Path: news.gmane.org!not-for-mail From: Christian Newsgroups: gmane.comp.tex.context Subject: Re: How to control spacing around titles? Date: Thu, 10 Feb 2011 00:22:37 +0100 Message-ID: <201102100022.37889.metan0r@gmx.de> References: <201102092243.58867.metan0r@gmx.de> <4D531ADB.5020706@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1297293775 24343 80.91.229.12 (9 Feb 2011 23:22:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 9 Feb 2011 23:22:55 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Feb 10 00:22:51 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PnJN3-0000rt-1W for gctc-ntg-context-518@m.gmane.org; Thu, 10 Feb 2011 00:22:49 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E6730CAA9A; Thu, 10 Feb 2011 00:22:47 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rW85RFAfuK+6; Thu, 10 Feb 2011 00:22:45 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 68FB8CAA94; Thu, 10 Feb 2011 00:22:45 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 6BEA6CAA94 for ; Thu, 10 Feb 2011 00:22:44 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id vSlc-PyAPK2s for ; Thu, 10 Feb 2011 00:22:42 +0100 (CET) Original-Received: from filter1-ams.mf.surf.net (filter1-ams.mf.surf.net [192.87.102.69]) by balder.ntg.nl (Postfix) with ESMTP id 95459CAA92 for ; Thu, 10 Feb 2011 00:22:42 +0100 (CET) Original-Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by filter1-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with SMTP id p19NMfWc003862 for ; Thu, 10 Feb 2011 00:22:42 +0100 Original-Received: (qmail invoked by alias); 09 Feb 2011 23:22:39 -0000 Original-Received: from f053213150.adsl.alicedsl.de (EHLO christian-desktop.localnet) [78.53.213.150] by mail.gmx.net (mp020) with SMTP; 10 Feb 2011 00:22:39 +0100 X-Authenticated: #61879178 X-Provags-ID: V01U2FsdGVkX1/WfXgW6kfWWZJfE/NqoUUFd3D+OlUwIVD+oB7YZt kBn2xLfJvj+m2T User-Agent: KMail/1.13.5 (Linux/2.6.35-25-generic; KDE/4.6.0; i686; ; ) In-Reply-To: <4D531ADB.5020706@wxs.nl> X-Y-GMX-Trusted: 0 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.165.64.22; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 06E5XmFb0 - 165e453b032b - 20110210 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.69 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:65931 Archived-At: Yes! That works. Turns out that I got really close using trial and error. But I did not put the \blank in { } and it threw an error. D'Oh. Thank you for your help. Am Mittwoch, 9. Februar 2011, um 23:53:15 schrieb Hans Hagen: > On 9-2-2011 10:43, Christian wrote: > > Hello, > > > > how do I influence the space around titles (i.e heads, in ConTeXt-speak)? > > What I want to do: > > > > 1 Chapter title > > > > text in paragraph 1. > > > > 1.1 Section title > > > > text in paragraph 2. > > > > 1.2 Section title > > ....and so on. > > I figure it has to do with setuphead[chapter][-insert magic here-] but I > > was not able to find something in the wiki nor in the list. > > Oh, and direkt control (cm or pt) instead of small/medium/big would be > > great. > > \setuphead[section][before={\blank[12.34pt]}] > > > ----------------------------------------------------------------- > Hans Hagen | PRAGMA ADE > Ridderstraat 27 | 8061 GH Hasselt | The Netherlands > tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com > > | www.pragma-pod.nl > > ----------------------------------------------------------------- ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________