Search found 1 match

by Umaraman
Mon Apr 08, 2013 2:46 pm
Forum: General
Topic: Enable and Diable contents
Replies: 2
Views: 2691

Enable and Diable contents

Hi,
I would like to enable and disable contents inside \chapter \section commands depends on the command line arguments.
for example

\chapter <chapterName1> [arg1==true][arg2==false]
\chapter <chapterName2> [arg1==true][arg2==true][arg3==false]
\section <sectionName1> [arg1==true][arg3==true]

If ...