Hi Hans,

can \starttext and \stoptext can be removed from \startproject and \stopproject!

\unexpanded\def\startprojectindeed
- {\starttext
-  \pushsystemmode\v!project
+ {\pushsystemmode\v!project
   \setsystemmode\v!project}

\unexpanded\def\stopprojectindeed
  {\popsystemmode\v!project
-  \stoptext
   \signalendofinput\v!project}


When you have a document like this

%% begin example
\project[projectfile]

\startproduct[productfile]

…

\stopproduct
%% end example

the project file ends the document before the actual content is reached.

Wolfgang
_______________________________________________
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context

Reply via email to