At 21:05 19/05/2004, you wrote:
Hello,
with the following example and the latest beta-ConTeXt, I get the following
error: unknown reference [][bla]

file proj.tex:
\startproject proj
\environment env
\product prod
\stopproject

file env.tex:
\startenvironment env
\useencoding[ffr]
\stopenvironment

file prod.tex:
\startproduct prod
\project proj
\section[bla]{bla}
\in[bla]
\stopproduct

Strange, because there is no such problem without the project/product
structure. Using \starttext and \stoptext everything is fine.

The reason is that the environment that handles the : is loaded after the first access to the utility file;


you can try to add this to your local cont-sys.tex file

\enablemode[activecolon] \usemodule[tryout]

Hans

_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to