[quote:4f3add5140="beamer"]If I understand correctly then, adding the NOP with and without the preceding asterisk would both work equally. Is this correct?[/quote:4f3add5140]
No, my statement says that the asterisk in front of every command within the conditional compilation block allows the compiler to evaluate the whole block at basic compile time, which is the correct and intended way.
If you leave out the asterisk, the nop is compiled into its opcode and then it may be, that the enclosing #IF block won't work correctly, or will raise an error. One could test that, but why?
↧