From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25473 Path: news.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: \setupindenting & \chapter indention Date: Sat, 21 Jan 2006 18:08:26 +0100 Message-ID: <43D26A8A.40906@gmx.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1137863323 10910 80.91.229.2 (21 Jan 2006 17:08:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Jan 2006 17:08:43 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Jan 21 18:08:39 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 ciao.gmane.org with esmtp (Exim 4.43) id 1F0ME8-0000kY-TT for gctc-ntg-context-518@m.gmane.org; Sat, 21 Jan 2006 18:08:36 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 712981280A; Sat, 21 Jan 2006 18:08:36 +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 03440-01; Sat, 21 Jan 2006 18:08:34 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E817C127FF; Sat, 21 Jan 2006 18:08:33 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B1F2C127FF for ; Sat, 21 Jan 2006 18:08:32 +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 03401-02 for ; Sat, 21 Jan 2006 18:08:31 +0100 (CET) Original-Received: from zs04.physik.fu-berlin.de (zs04.physik.fu-berlin.de [160.45.35.155]) by ronja.ntg.nl (Postfix) with SMTP id CEF1D127F8 for ; Sat, 21 Jan 2006 18:08:31 +0100 (CET) Original-Received: from ith.physik.fu-berlin.de ([160.45.32.115] helo=[127.0.0.1]) by zs04.physik.fu-berlin.de with esmtp (Exim 4.60) (envelope-from ) id 1F0ME3-0000Qd-FA; Sat, 21 Jan 2006 18:08:31 +0100 User-Agent: Thunderbird 1.5 (X11/20060111) Original-To: mailing list for ConTeXt users X-Scanned: No viruses found. X-Scan-Signature: fadf250c4b72dc3d12aba4914181ab46 X-Virus-Scanned: 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:25473 Archived-At: Hello, I want to have: aaaaaaaaaa aaaaaaaaaa bbbbbbb bbbbbbbbb That is: The second paragraph being indented. I tried: ----------------------------- \setupindenting[next,yes,big] \starttext fajkhfkldjglfd FJHDLKSGJLKDS \stoptext ---------------------------- but both paragraphs as not indented. * * * In addition, I have the problem that -------------- \chapter{foo} bar -------------- is printed as | 1 foo |bar i.e. the "1 foo" starts too far at the right * * * The first problem I also see using http://live.contextgarden.net/, the other not. (My ConTeXt is newer though, 2006.01.16 18:35). Tobias