From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/8426 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Linespacing in startstop Date: Tue, 25 Jun 2002 21:30:22 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <5.1.0.14.1.20020625212856.03c88cb0@remote-1> References: <5.1.0.14.1.20020623130431.02c18f10@server-1> <3D11F229.1090900@voiceinterconnect.de> <5.1.0.14.1.20020623130431.02c18f10@server-1> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: main.gmane.org 1035398828 27406 80.91.224.250 (23 Oct 2002 18:47:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:47:08 +0000 (UTC) Cc: ConTeXt Mailing List Original-To: Idris S Hamid In-Reply-To: <200206231705.43249.ishamid@attbi.com> Xref: main.gmane.org gmane.comp.tex.context:8426 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:8426 At 05:05 PM 6/23/2002 -0600, Idris S Hamid wrote: >On Sunday 23 June 2002 05:07, Hans Hagen wrote: > > > \definestartstop > > [test] > > [before={\setupinterlinespace[1.5]}, > > after=\endgraf] > > > > will work ok, you need to end a par within the group, since tex uses par > > specific spacing settings that count at th eend of a paragraph (which in > > your case is ended *after* the start/stop group ends ah, you got me by surprise ! >Now we have another problem, the paragraph after \stoptest does not revert >back to the old interlinespace: > >\definestartstop > [test] > [before={\setupinterlinespace[2]}, > after=\endgraf] before={\start\setupinterlinespace[2]}, after={\endgraf\stop}, since before and after are expanded outside the embeded group (this is because otherwise font switches spoil spacing around sucn constructs Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------