From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/2481 Path: main.gmane.org!not-for-mail From: pragma@wxs.nl Newsgroups: gmane.comp.tex.context Subject: Re: no grid for single par Date: Sat, 12 Aug 2000 18:57:25 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <7736D140165D.AAA5753@po03.wxs.nl> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035393272 9222 80.91.224.250 (23 Oct 2002 17:14:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:14:32 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: Hraban Xref: main.gmane.org gmane.comp.tex.context:2481 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:2481 >Hans Hagen wrote: >> When in grid mode (multi columns) many commands will honor the grid.=20 > >Does that mean, that it can't work with one column? > >> \startlinecorrection >> whatever content >> \stoplinecorrection It does. >But that doesn't work in my environment: > >\definestartstop > [anmerkung] > [style=3Dsmall,grid=3Dno, > before=3D{\vfill\startlinecorrection}, > after=3D\stoplinecorrection] > >TeX sets only one long line. >And I don't know how I could use \vbox or like that >within \definestartstop. > >> \snaptogrid\vbox{...} (or hbox) [before={\startlinecorrection\vbox\bgroup}, after={\egroup\stoplinecorrection}] Hans