From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14546 Path: main.gmane.org!not-for-mail From: David Munger Newsgroups: gmane.comp.tex.context Subject: Indentation after formulas Date: Thu, 15 Jan 2004 12:25:41 -0500 Sender: ntg-context-admin@ntg.nl Message-ID: <20040115172541.GA23734@callisto.jupiter.qc.ca> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; Format=Flowed; DelSp=Yes; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1074187762 21025 80.91.224.253 (15 Jan 2004 17:29:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Jan 2004 17:29:22 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Jan 15 18:29:08 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AhBIp-0002Tt-00 for ; Thu, 15 Jan 2004 18:29:07 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 12A5210B31; Thu, 15 Jan 2004 18:28:22 +0100 (MET) Original-Received: from tomts10-srv.bellnexxia.net (tomts10.bellnexxia.net [209.226.175.54]) by ref.ntg.nl (Postfix) with ESMTP id C925E10B21 for ; Thu, 15 Jan 2004 18:25:14 +0100 (MET) Original-Received: from callisto.jupiter.qc.ca ([67.68.66.85]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040115172542.LFWV23158.tomts10-srv.bellnexxia.net@callisto.jupiter.qc.ca> for ; Thu, 15 Jan 2004 12:25:42 -0500 Original-Received: from localhost ([127.0.0.1] helo=callisto ident=david) by callisto.jupiter.qc.ca with esmtp (Exim 4.30) id 1AhBFV-0006Jj-OF for ntg-context@ntg.nl; Thu, 15 Jan 2004 12:25:41 -0500 Original-To: NTG ConTeXt Content-Disposition: inline X-Mailer: Balsa 2.0.15 Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14546 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14546 Hello, Compiling the following results in indented text following the formula: % interface=en tex=pdfetex output=pdftex \usemodule [nath] \setupindenting [medium] \starttext \section{Some section} Let \placeformula \[ f(x) = x^2, \] where $x$ means nothing. \stoptext I'd like "where $x$ means nothing." not to be indented as a new paragraph. Am I doing something wrong? David