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. Could you help please? Cheers, Peter -- http://pmrb.free.fr/contact/ ________________________________________________________________ FilmSearch engine with a lot of new features: http://f-s.sf.net/
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
On Fri, 21 May 2004, Hans Hagen wrote:
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]
Yes, it works. Thank you! Peter -- http://pmrb.free.fr/contact/ ________________________________________________________________ FilmSearch engine with a lot of new features: http://f-s.sf.net/
On Fri, 21 May 2004, Peter Münster wrote:
On Fri, 21 May 2004, Hans Hagen wrote:
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]
Yes, it works. Thank you!
Oh, no, I was too fast. There is no more problem with \in[], but there is no more space before a colon: file env.tex: \startenvironment env \useencoding[ffr] \mainlanguage[fr] \stopenvironment file test.tex: \environment env \starttext bla: bla % no space before colon, if \useencoding[ffr] is in environment. \stoptext Do you know the reason? Peter -- http://pmrb.free.fr/contact/ _____________________________________ FilmSearch engine: http://f-s.sf.net/
participants (2)
-
Hans Hagen
-
Peter Münster