From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/4072 Path: main.gmane.org!not-for-mail From: S2P development Newsgroups: gmane.comp.tex.context Subject: Re: early endinput Date: Wed, 14 Feb 2001 16:23:48 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <3A8AA304.99758E24@wkap.nl> References: <200102141411.PAA23877@anxur.fi.muni.cz> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035394763 22605 80.91.224.250 (23 Oct 2002 17:39:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:39:23 +0000 (UTC) Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:4072 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:4072 Han The Thanh wrote: > > Hi all, > > I have a long document, which includes several files, each corrseponds to a > part of the document. I wish to produce only a few first pages of each, but > don't want to touch them at all. Is there an easy way to do it in context? Not sure, but this *might* work: \everypar{\ifnum \inputlineno > 500 \endinput \fi} Taco