Because the images in my \subfloats are smaller than their captions, captions are wrapped to the next line. How can I prevent it?
Update
I was wrong assuming subfig is a popular package so, here is more info about my problem.
\usepackage{subfig}
% ...more latex here
\begin{figure}
\centering
\subfloat[A sufficiently long caption]{\includegraphics{bakan}} \qquad
\subfloat[Here goes another long caption]{\includegraphics{bakan}} \qquad
\subfloat[The captions are broken]{\includegraphics{bakan}}
\caption{Line breaks in subcaptions demo.}
\end{figure}
The code above produces:

When the images are small, subcaptions look ugly.
\subfloatcomes from thesubfigpackage. Thesubfloatpackage does not define anything called\subfloatand thesubfigpackage does not define anything called\subfig. – TH. Dec 29 '10 at 16:17