I would like to enable and disable contents inside
\chapter
\section
commands depends on the command line arguments.for example
Code: Select all
\chapter <chapterName1> [arg1==true][arg2==false]
\chapter <chapterName2> [arg1==true][arg2==true][arg3==false]
\section <sectionName1> [arg1==true][arg3==true]
chapterName1
sectionName1
How can I do this?
Thanks in advance.
Umaraman