From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/73645 Path: news.gmane.org!not-for-mail From: Michael Talbot-Wilson Newsgroups: gmane.comp.tex.context Subject: Re: redefining paragraph breaks Date: Fri, 6 Jan 2012 14:39:04 +1030 (CST) Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="2060172531-1215418850-1325822944=:8727" X-Trace: dough.gmane.org 1325823003 32239 80.91.229.12 (6 Jan 2012 04:10:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 6 Jan 2012 04:10:03 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Jan 06 05:09:57 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rj17t-00042c-RW for gctc-ntg-context-518@m.gmane.org; Fri, 06 Jan 2012 05:09:57 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 28F76CB1CC; Fri, 6 Jan 2012 05:09:57 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 0ZlViXqydpqy; Fri, 6 Jan 2012 05:09:54 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 98BEFCB1B7; Fri, 6 Jan 2012 05:09:54 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id B923DCB1B7 for ; Fri, 6 Jan 2012 05:09:52 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id pDsgSAtfuagL for ; Fri, 6 Jan 2012 05:09:40 +0100 (CET) Original-Received: from filter4-ams.mf.surf.net (filter4-ams.mf.surf.net [192.87.102.72]) by balder.ntg.nl (Postfix) with ESMTP id 138B9CB1B4 for ; Fri, 6 Jan 2012 05:09:39 +0100 (CET) Original-Received: from calypso.view.net.au (calypso.view.net.au [203.122.243.188]) by filter4-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id q0649Wnq022025 for ; Fri, 6 Jan 2012 05:09:36 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by calypso.view.net.au (Postfix) with ESMTP id 0290D1345D for ; Fri, 6 Jan 2012 14:39:29 +1030 (CST) X-Virus-Scanned: amavisd-new at view.net.au Original-Received: from calypso.view.net.au ([127.0.0.1]) by localhost (calypso.view.net.au [127.0.0.1]) (amavisd-new, port 10024) with LMTP id MdEROfSUVOZM for ; Fri, 6 Jan 2012 14:39:04 +1030 (CST) Original-Received: by calypso.view.net.au (Postfix, from userid 1000) id 3297B1345E; Fri, 6 Jan 2012 14:39:04 +1030 (CST) Original-Received: from localhost (localhost [127.0.0.1]) by calypso.view.net.au (Postfix) with ESMTP id 303031345D for ; Fri, 6 Jan 2012 14:39:04 +1030 (CST) In-Reply-To: X-Bayes-Prob: 0.0003 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=203.122.243.188; country=AU; region=05; city=Windsor; latitude=-34.4167; longitude=138.3333; http://maps.google.com/maps?q=-34.4167,138.3333&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 03Gi49x8q - b745a6b0f70f - 20120106 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.72 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:73645 Archived-At: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --2060172531-1215418850-1325822944=:8727 Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable On Tue, 3 Jan 2012, Chris Lott wrote: > I know I could do it manually, but that makes the source ugly, so is > there a way to redefine paragraph breaks so that instead of actual > breaks in the output they are kept as running text separate by a > paragraph symbol, e.g.: > > This is paragraph 1. > > This is paragraph 2. > > Becomes in the typeset document: > > This is paragraph 1. =B6 This is paragraph 2. > > ? > > c Can't you use plain's \everypar? --2060172531-1215418850-1325822944=:8727 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --2060172531-1215418850-1325822944=:8727--