I am reworking on my research proposal based on feedback from the review panel. In order to make internal reviewing of the consequent changes (between me and my supervisor) easier, I wish to make use of the ifthen package with the todo package and do something like this.
Code: Select all
\ifthenelse{\boolean{draft}}{\todo{Addressing Comment A from Reviewer 1}}{\hfill}
But the above does not compile. I were to replace the above with this.
Code: Select all
\ifthenelse{\boolean{draft}}{\vfill}{\hfill}
So I presume that
\todo{Addressing Comment A from Reviewer 1}
is not allowed in the "then" clause. Any idea why this is so? Can anyone point out what I am doing wrong and possibly a solution to my requirement? I would also ideally not have anything in the else clause and leave it blank, instead of inserting \hfill
, which is a mere placeholder. Would really appreciate it if anyone could confirm the appropriateness of this usage.Many thanks
Vinod