Csikos Bela worte:
> How to solve this?

Make sure the ERT conditionals have standard font. If not, they are inside a 
group. I.e.

\textsf{\textbf{\LARGE{}\ifTestA This is conditional text A, with
large bold}}

fails because the conditional is in the textsf and textbf group and thus 
limited to the scope of the inner group, while

\ifTestA \textsf{\textbf{\LARGE{}This is conditional text A, with
large bold}}

works beyond this scope.

HTH
Jürgen

Reply via email to