I'm trying to tweak some .cls to fit my needs, and I'd really appreciate it if someone could explain me these statements:
\if@radseminar%
...
\else
...
\fi
If I understand correctly, it will match @radseminartrue, right? How can I use OR statement? For example, I tried
\if{@radtehnicka% or @radseminar%}
but it didn't match either.
\if@radseminaris one control sequence. Moreover, an "OR" construct of the sort you're seeking doesn't exist. – Hendrik Vogt Jan 07 '11 at 17:18