I have a master file which has this command in the header:
Code: Select all
\newcommand{\IncludeBR}{1}
Code: Select all
{\begin{ifset}{IncludeBR}
bla bla bla
\end{ifset}
But when I write this ifset-command in a file that is included via \input or via \include, the ifset-command is ignored in that file.
What can I do to let the call for my command (\begin{ifset}{IncludeBR}) have a result also in my included files?
Thanks a lot for help!