On 04/25/2011 08:29 PM, Diego Queiroz wrote:
Can someone help me understand this piece of code:

---------------------------------------------------------------------------------
\@ifundefined{showcaptionsetup}{}{%
  \PassOptionsToPackage{caption=false}{subfig}}

This should probably have a \ before "showcaptionsetup". It means: If that command is not defined, do{}, i.e., nothing, else pass the option caption=false to the subfig package.

\usepackage{subfig}

Then we load it.

rh

Reply via email to