Hi,

shouldn’t the \starttext and \stoptext calls be removed from \startproject and 
\stopproject?

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

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


When you have a document in this form

    <example>
    \project[myproject]
    
    \startprodct[myproduct]
    
    …
    
    \stoproduct
    </example>

you won’t get a pdf file because the project file closes the document with its 
\stoptext call.

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

Reply via email to