From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34040 Path: news.gmane.org!not-for-mail From: "List Mail" Newsgroups: gmane.comp.tex.context Subject: How to indent a paragraph Date: Fri, 30 Mar 2007 18:06:57 +0800 Message-ID: <628e04d70703300306g47748774ue705c715f00c8716@mail.gmail.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 1175295469 11798 80.91.229.12 (30 Mar 2007 22:57:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 30 Mar 2007 22:57:49 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Fri Mar 30 14:28:40 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 1HXGDg-0003SC-02 for gctc-ntg-context-518@m.gmane.org; Fri, 30 Mar 2007 14:28:40 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 959BA2034D; Fri, 30 Mar 2007 14:28:37 +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 04468-02-4; Fri, 30 Mar 2007 14:28:30 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7549B20344; Fri, 30 Mar 2007 14:28:30 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E72DA1FF3B for ; Fri, 30 Mar 2007 12:07:02 +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 27882-05-7 for ; Fri, 30 Mar 2007 12:07:00 +0200 (CEST) Original-Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by ronja.ntg.nl (Postfix) with ESMTP id 7D5B41FF39 for ; Fri, 30 Mar 2007 12:07:00 +0200 (CEST) Original-Received: by an-out-0708.google.com with SMTP id d33so421659and for ; Fri, 30 Mar 2007 03:06:57 -0700 (PDT) Original-Received: by 10.100.143.1 with SMTP id q1mr1196340and.1175249217591; Fri, 30 Mar 2007 03:06:57 -0700 (PDT) Original-Received: by 10.100.110.13 with HTTP; Fri, 30 Mar 2007 03:06:57 -0700 (PDT) Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-Mailman-Approved-At: Fri, 30 Mar 2007 14:28:29 +0200 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:34040 I know this is a newbie question. However I have read the fine manual (see below), and I still don't know how to indent a paragraph under ConTeXt. The following code does NOT produce an indented paragraph. Can somebody tell me what's wrong? % Begin ConTeXt code \starttext \setupinterlinespace[2] \setupindenting[medium] The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. \stoptext % End ConTeXt code % processed using TeXExec version 6.2.0 Also, could somebody point me to where I can download the latest version of the ConTeXt manual. The best I could find using Google's filetype:pdf site:pragma-ade.com is a document named "cont-eni.pdf".