On 04/25/2011 08:29 PM, Diego Queiroz wrote:
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.Can someone help me understand this piece of code:--------------------------------------------------------------------------------- \@ifundefined{showcaptionsetup}{}{% \PassOptionsToPackage{caption=false}{subfig}}
\usepackage{subfig}
Then we load it. rh