On Mon, 23 Apr 2007, Zhichu Chen wrote:

> Hi, Aditya
>
> I've made another definition, the output is OK, with some errors. Can you
> tell me what's wrong?

Here is a more robust solution

\everypar{%
\let\normalpar\par%
\let\par\donothing%
\page[yes]%
\let\par\normalpar}

or

\everypar{%
\begingroup
\let\par\donothing%
\page[yes]%
\endgroup}

or

\everypar{%
\bgroup
\let\par\donothing%
\page[yes]%
\egroup}

Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to