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
On 3/12/2015 4:40 PM, Wolfgang Schuster wrote:
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.
ok, but keep in mind that they were there because in some usage scenarios there can now be side effects due to starttext related actions being delayed Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On 3/12/2015 4:40 PM, Wolfgang Schuster wrote:
the project file ends the document before the actual content is reached.
btw, there are people who complained that their old stuff didn't run because they ran projects as main document (composed of products) so we might get questions Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Am 13.03.2015 um 00:35 schrieb Hans Hagen
: On 3/12/2015 4:40 PM, Wolfgang Schuster wrote:
the project file ends the document before the actual content is reached.
btw, there are people who complained that their old stuff didn't run because they ran projects as main document (composed of products) so we might get questions
How should this work with MkIV, project files don’t load product files anymore. Wolfgang
On 3/13/2015 12:41 AM, Wolfgang Schuster wrote:
Am 13.03.2015 um 00:35 schrieb Hans Hagen
: On 3/12/2015 4:40 PM, Wolfgang Schuster wrote:
the project file ends the document before the actual content is reached.
btw, there are people who complained that their old stuff didn't run because they ran projects as main document (composed of products) so we might get questions
How should this work with MkIV, project files don’t load product files anymore.
there were cases out there like \startproject text \stopproject so when someone complains we should educate Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Wolfgang Schuster