Hi list,

I'm trying to leverage the structuring facilities of context. In my previous
setup I added a title page automatically by using:
    \appendtoks
    \placetitle
    \to \everystarttext

But now that I'm using environments and products, it doesn't seem to work.

Here is a minimal (not) working example:
    % env.tex
    \startenvironment env
    \setuppapersize[A5]
    \appendtoks
    Title page
    \to \everystarttext
    \stopenvironment


    % prj.tex
    \startproject prj
    \environment env
    \stopproject

    % prd.tex
    \startproduct prd
    \project prj

    \starttext
    Bla bla
    \stoptext
    \stopproduct

Note that when using \everystoptext rather than \everystarttext, it does work
(it adds the text to the last page)

So what am I doing wrong ?

-- 
H.-E.
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to