Hi,
another question regarding project structure. I want to put each chapter of a 
book in a component or a distinct file loaded with \input, but I don't want to 
have a full project structure. Just a main file and the chapters. Nevertheless, 
I want to load the environment file in each subfile. Is that possible or will 
that cause problems?
Best,
Denis

main.tex
--------------------------
\environment test
\starttext
\input chapter1
\stoptext
--------------------------

chapter1.tex
--------------------------
\environment test
\starttext
Some text.
\stoptext
--------------------------


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to