From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/65981 Path: news.gmane.org!not-for-mail From: Oliver Buerschaper Newsgroups: gmane.comp.tex.context Subject: Re: delimitedtext, spacebefore and grid Date: Sat, 12 Feb 2011 08:47:13 +0100 Message-ID: <71F86918-6EE6-4A66-91FE-8E151D68DBB0@mpq.mpg.de> References: <87fwsnmuii.fsf@sopos.org> <87bp3bmjco.fsf@sopos.org> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1297496877 10249 80.91.229.12 (12 Feb 2011 07:47:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 12 Feb 2011 07:47:57 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sat Feb 12 08:47:53 2011 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 1PoACt-0002wZ-Fd for gctc-ntg-context-518@m.gmane.org; Sat, 12 Feb 2011 08:47:51 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 79728CAADD; Sat, 12 Feb 2011 08:47:50 +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 uVpgPDp7lfDW; Sat, 12 Feb 2011 08:47:37 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 5219BCAACA; Sat, 12 Feb 2011 08:47:37 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 367FDCAACA for ; Sat, 12 Feb 2011 08:47:36 +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 f6ECE5YKtLeq for ; Sat, 12 Feb 2011 08:47:15 +0100 (CET) Original-Received: from filter2-til.mf.surf.net (filter2-til.mf.surf.net [194.171.167.218]) by balder.ntg.nl (Postfix) with ESMTP id 6B093CAAC9 for ; Sat, 12 Feb 2011 08:47:15 +0100 (CET) Original-Received: from post.rzg.mpg.de (post.rzg.mpg.de [130.183.30.42]) by filter2-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p1C7lEd2012984 for ; Sat, 12 Feb 2011 08:47:15 +0100 Original-Received: from [192.168.0.2] (g224207065.adsl.alicedsl.de [92.224.207.65]) (authenticated bits=0) by post.rzg.mpg.de (8.14.3/8.14.3) with ESMTP id p1C7lDTR4481878 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Sat, 12 Feb 2011 08:47:14 +0100 In-Reply-To: X-Mailer: Apple Mail (2.1082) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=130.183.30.42; country=DE; region=02; city=Garching; latitude=48.2500; longitude=11.6500; http://maps.google.com/maps?q=48.2500,11.6500&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0bE6TLePC - 4e11c6d3039e - 20110212 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.218 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:65981 Archived-At: >>>> I want to have both a halfline space before and after blockquotations. >>>> Normally, this works fine; after the quotation the main text snaps >>>> back to the grid (see page 3 of the example file). >>>> = >>>> \setupdelimitedtext >>>> [blockquote] >>>> [spacebefore=3Dhalfline] >>> = >>> spacebefore=3D{force,halfline} >> = >> Hello Wolfgang, thank you for your answer. Sadly, your solution only >> works for blockquotes starting at the top of the page. When blockquotes >> are broken up between two pages the main text doesn't find its way back >> to the grid (see page 2 of my minimal example). > = > I think I've discovered another little problem of the same sort if direct= ly after the quotation a blank line is requested: > = > --- > \setuplayout > [grid=3Dyes] > = > \setupdelimitedtext > [quotation] > [spacebefore=3Dhalfline] > = > \showgrid > = > \starttext > = > \input tufte > = > \startquotation > \input tufte > \stopquotation > = > \blank > \input tufte > = > \stoptext > --- > = > Unfortunately the trailing main text doesn't align with the grid either. = Any solution to both problems? Just wanted to ask whether anyone has looked into these issues=85 a solutio= n would be much appreciated (and put to immediate use in a current project = ;-) Oliver ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________