From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32098 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: indenting of first paragraph in (sub)section Date: Mon, 11 Dec 2006 16:30:38 -0500 (EST) Message-ID: References: <1806393565.20061211210806@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1165872668 1990 80.91.229.10 (11 Dec 2006 21:31:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Dec 2006 21:31:08 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Dec 11 22:31:04 2006 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 dough.gmane.org with esmtp (Exim 4.50) id 1Gtsjl-0002Ec-H5 for gctc-ntg-context-518@m.gmane.org; Mon, 11 Dec 2006 22:31:01 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 12EA620074; Mon, 11 Dec 2006 22:31:00 +0100 (CET) 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 13694-03-20; Mon, 11 Dec 2006 22:30:49 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AE8F520065; Mon, 11 Dec 2006 22:30:49 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8538F2006A for ; Mon, 11 Dec 2006 22:30:46 +0100 (CET) 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 13694-03-19 for ; Mon, 11 Dec 2006 22:30:41 +0100 (CET) Original-Received: from tombraider.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.93.161]) by ronja.ntg.nl (Postfix) with SMTP id 3E1EF20042 for ; Mon, 11 Dec 2006 22:30:40 +0100 (CET) Original-Received: FROM aditya.engin.umich.edu (udhcp-wlan44.public.engin.umich.edu [141.213.120.54]) BY tombraider.mr.itd.umich.edu ID 457DCDFF.8BE22.626 ; 11 Dec 2006 16:30:39 -0500 Original-To: Yatskovsky , mailing list for ConTeXt users In-Reply-To: <1806393565.20061211210806@gmail.com> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:32098 Archived-At: On Mon, 11 Dec 2006, Vyatcheslav Yatskovsky wrote: > Hello, > > I' trying to figure out why > > \setupindenting[first,medium,yes] > > does not indents the FIRST paragraph of a section or subsection. \setupheads[indentnext=yes] if you want to indent after all heads or \setuphead[section,subsection,subsubsection][indentnext=yes] if you want to control which heads should be indented Aditya