Hi there -- I am writing a paper using the acm_proc_article-sp.cls class file from the ACM. I'm also trying to use the subfig package as well. But, when I use the subfig package, my figure captions get screwed up. Instead of saying "Figure 1: This is my caption.", it says "1: This is my caption" without the bold and without "Figure".
To use the subfig package without the caption package (so especially \@makecaption will not be overwritten) use the argument "caption=false" when loading the subfig package, e.g.
tofergregg wrote:Thank you! I ended up having to do it this way, though, as simply using the one line command gave me an error ("Error: caption undefined").
Then you are using quite an old version of caption and subfig package. When Steven Cochran and I noticed that this feature would be useful, we implemented it first inside the caption package via option "caption=false". But this showed up some drawbacks, and therefore we change it in 2004 by moving the option "caption=false" to the subfig package.