I'd like to do a \renewcommand inside an \ifthenelse. There is some discussion on various boards how this relates to scopes, \global\let etc. - but that did not help me since I want to renew a macro with a parameter. I failed to get this done with \global\let, \xdef, ...
Ideally, I'd like to write:
Code: Select all
\ifthenelse{\boolean{bla}}{
\renewcommand{\fxnote}{}
}{}
Any help much appreciate.
Thanks & best,
Holger