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

--------------------------