Uwe Stöhr wrote: > What subfig caption options do you need? I'm asking because a document > should have consistent caption formats - for all float types. There are 2 > ways of getting this: - using caption > - using the document class caption options, like for koma-script.
I need access to the caption formatting features that require caption without actually loading caption itself. I don't see why we should limit this possibility just for the sake of caption.sty users. > > IMO, people who use the caption package have to pass "caption=false" to > the > global options. > > This doesn't work because this option is also a valid option of the > caption package leading to LaTeX errors. The caption manual explicitely > states that the option must be given to subfig and NOT to caption. Then we have to find another solution. Load the subfig package after the user preamble and test if caption has been loaded. Something like [EMAIL PROTECTED] \usepackage{subfig}% }{% \usepackage[caption=false]{caption} } Jürgen