From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/8138 Path: main.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Gilles_P=E9rez-Lambert?= Newsgroups: gmane.comp.tex.context Subject: Re: Problem with pages Date: Wed, 5 Jun 2002 18:09:52 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <8CF4639D-789F-11D6-A1B2-000A27B468AA@univ-montp3.fr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (Apple Message framework v481) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035398568 25024 80.91.224.250 (23 Oct 2002 18:42:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:42:48 +0000 (UTC) Original-To: Hans Hagen Xref: main.gmane.org gmane.comp.tex.context:8138 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:8138 Le mercredi 5 juin 2002, Hans Hagen a écrit : > (1) you have enabled the grid (say \showgrid to see what happens) and your > \CIT thing uses another interlineskip and is not snapped. OK...: I was believing that \blank was taking care of all these when using grids... I put: \long\def\CIT#1{% \blank \moveongrid[both] \startnarrower[1*left]\relax\setupindenting[none] \ix\setupinterlinespace\relax #1 \stopnarrower% \blank } and it worked! > (2) specify lines=41 in 'setuplayout' in order to avoid rounding errors Thanks very much for your time! Gilles.