From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14767 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Again: "hanging" for a lot of paragraphs? Date: Thu, 19 Feb 2004 18:10:28 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040219173011.02f97ec0@server-1> References: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1077210763 15913 80.91.224.253 (19 Feb 2004 17:12:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 Feb 2004 17:12:43 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Feb 19 18:12:34 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Atriz-0006nJ-00 for ; Thu, 19 Feb 2004 18:12:33 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 0E13F10B3F; Thu, 19 Feb 2004 18:10:45 +0100 (MET) Original-Received: from mail.solcon.nl (mail.solcon.nl [212.45.33.11]) by ref.ntg.nl (Postfix) with ESMTP id 4006610AFA for ; Thu, 19 Feb 2004 18:08:52 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.nl (8.12.10/SQL-8.12.10-1/8.12.5) with ESMTP id i1JHAWP4009038 for ; Thu, 19 Feb 2004 18:10:32 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 91D592EF7D; Thu, 19 Feb 2004 18:10:37 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 8CF7717B1A for ; Thu, 19 Feb 2004 17:10:36 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: Original-References: X-AntiVirus: checked by Vexira Milter 1.0.6; VAE 6.24.0.4; VDF 6.24.0.10 Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14767 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14767 At 21:55 18/02/2004, you wrote: >Hi friends, > >there are for sure more sophisticated and more urgent problems, >but my question to me is really a big problem. > >Isn't there anybody that knows a command or a work-around that could help? Hm, for some time there is a secret feature in cont-new.tex which i still have to finish: \starttext \start \setupparagraphintro[reset,first][\hangafter-2 \hangindent2em FIRST] \input ward \blank \input ward \blank \input ward \blank \input ward \blank \stop \page \start \setupparagraphintro[reset,next][\hangafter-2 \hangindent2em NEXT] \input ward \blank \input ward \blank \input ward \blank \input ward \blank \stop \page \start \setupparagraphintro[reset,each][\hangafter-2 \hangindent2em EACH] \input ward \blank \input ward \blank \input ward \blank \input ward \blank \stop \stoptext The next option only works when you have the following patch in cont-new.tex (Search for original): \def\dosetupparagraphintro[#1][#2]% {\processallactionsinset [#1] [ \v!reset=>\global\chardef\everyparagraphintro\zerocount \global\everyfirstparagraphintro\emptytoks \global\everynextparagraphintro \emptytoks, \v!eerste=>\global\chardef\everyparagraphintro\plusone \doglobal\appendtoks#2\to\everyfirstparagraphintro, \v!volgende=>\ifcase\everyparagraphintro\global\chardef\everyparagraphintro\plusone\fi \doglobal\appendtoks#2\to\everynextparagraphintro, \v!elk=>\ifcase\everyparagraphintro\global\chardef\everyparagraphintro\plustwo\fi \doglobal\appendtoks#2\to\everyfirstparagraphintro \doglobal\appendtoks#2\to\everynextparagraphintro]}