From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34221 Path: news.gmane.org!not-for-mail From: "luigi scarso" Newsgroups: gmane.comp.tex.context Subject: Re: Killing the space after a section. Date: Fri, 13 Apr 2007 00:23:48 +0200 Message-ID: References: <200704121218.09585.john@wexfordpress.com> 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: sea.gmane.org 1176416667 29943 80.91.229.12 (12 Apr 2007 22:24:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Apr 2007 22:24:27 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 13 00:24:14 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1Hc7i7-00078T-AK for gctc-ntg-context-518@m.gmane.org; Fri, 13 Apr 2007 00:24:11 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6D0571FCF4; Fri, 13 Apr 2007 00:24:10 +0200 (CEST) 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 10709-05-3; Fri, 13 Apr 2007 00:23:59 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 77F861FD30; Fri, 13 Apr 2007 00:23:59 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B0AC61FD30 for ; Fri, 13 Apr 2007 00:23:53 +0200 (CEST) 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 10709-05-2 for ; Fri, 13 Apr 2007 00:23:49 +0200 (CEST) Original-Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by ronja.ntg.nl (Postfix) with ESMTP id 0BC511FCF4 for ; Fri, 13 Apr 2007 00:23:48 +0200 (CEST) Original-Received: by an-out-0708.google.com with SMTP id d33so722427and for ; Thu, 12 Apr 2007 15:23:48 -0700 (PDT) Original-Received: by 10.100.196.3 with SMTP id t3mr1951781anf.1176416628308; Thu, 12 Apr 2007 15:23:48 -0700 (PDT) Original-Received: by 10.100.191.10 with HTTP; Thu, 12 Apr 2007 15:23:48 -0700 (PDT) In-Reply-To: <200704121218.09585.john@wexfordpress.com> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:34221 Archived-At: On 4/12/07, John R. Culleton wrote: > I have the file set up with no parindent and one blank line between > paragraphs. but I want to kill the extra space after \section > headers. The current definition is: > \setuphead[section][number=no,style=\SectSans,page=no,after={\vskip > 2sp}] > > ...but the blank line remains. Do I need to use a negative \vskip? not an answer (sorry). But try this \setuphead[section][style={\ssbfb}, before={\begingroup\ruledvbox\bgroup}, after={\egroup\endgroup}] \starttext \section{Foo} foo baa \section{gMoo()} gMoo \stoptext luigi