From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/9901 Path: main.gmane.org!not-for-mail From: "Bruce D'Arcus" Newsgroups: gmane.comp.tex.context Subject: more on block quotes Date: Mon, 25 Nov 2002 10:27:33 -0500 Sender: ntg-context-admin@ntg.nl Message-ID: <6AF4615A-008A-11D7-A730-0050E4258255@fastmail.fm> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v546) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1038237879 15334 80.91.224.249 (25 Nov 2002 15:24:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 25 Nov 2002 15:24:39 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18GL6C-0003z6-00 for ; Mon, 25 Nov 2002 16:24:36 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id A50C110AE8; Mon, 25 Nov 2002 16:26:40 +0100 (MET) Original-Received: from muaix02.mcs.muohio.edu (muaix02.mcs.muohio.edu [134.53.253.22]) by ref.ntg.nl (Postfix) with ESMTP id 3CDCA10AE6 for ; Mon, 25 Nov 2002 16:25:48 +0100 (MET) Original-Received: from muwnt05 (muwnt05.mcs.muohio.edu [134.53.7.75]) by muaix02.mcs.muohio.edu (Switch-2.2.0/Switch-2.2.0) with SMTP id gAPFPjI75502 for ; Mon, 25 Nov 2002 10:25:45 -0500 Original-Received: From mcsaix05.mcs.muohio.edu ([134.53.253.27]) by muwnt05 (WebShield SMTP v4.5 MR1a); id 1038237944603; Mon, 25 Nov 2002 10:25:44 -0500 Original-Received: from fastmail.fm (u27.s28.muohio.edu [134.53.28.27]) by mcsaix05.mcs.muohio.edu (Switch-2.2.0/Switch-2.2.0) with ESMTP id gAPFPcw186488 for ; Mon, 25 Nov 2002 10:25:43 -0500 Original-To: ConTeXt list X-Mailer: Apple Mail (2.546) 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:9901 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:9901 This came up a few weeks back, but I quickly lost the conversation. Shouldn't the quotation environment work as it does in LaTeX? If one has a \startquotation after a paragraph break (white space, or \par) and a break after the \stopquotation, then the following paragraph should understood to be new, and hence requiring a first line indent. If, however, there are no breaks, then the quote is understood to be a part of the larger paragraph on either side of it, and hence the text after block quote is not indented. (And might this be default behavior? Relevant, say, if typesetting a DocBook doc with its blockquote element.) Seems to me this is easier and more elegant than specifying some option every time one wants to use the command... Bruce