Tagged Questions
1
vote
1answer
102 views
Using toggles from etoolbox to switch Sweave Schunks of code on and off
I would like to use the toggles from etoolbox to direct Sweave to evaluate or not evaluate chunks of code. Example:
\newtoggle{FirstTime}
\toggletrue{FirstTime}
%\togglefalse{FirstTime}
...