I am using the astronomy and astrophysics class aa.cls.
I use it with either of the two options: structabstract or referee.
The first produces 2-column text, the second one-column text.
I have some figures that change appearance when I switch options.
I would like to know if it is possible to do something like this:
IF (optional argument equals structabstract) THEN
{...commands to have the figure of a certain size}
ELSE (if optional argument equals)
{...commands to have the figure of another size}
END IF
Could you help me please?
\columnwidth:\includegraphics[width=.8\columnwidth]{filename}, for instance. – egreg Mar 10 '12 at 10:56