Search found 2 matches

by halcyon7
Thu Aug 12, 2010 12:48 am
Forum: Graphics, Figures & Tables
Topic: how to get side caption for subfloat figures
Replies: 3
Views: 4447

Re: how to get side caption for subfloat figures

Thanks for the reply..

I've tried what you've suggested in your document but it doesnt seem to compile for some reason...

\begin{document}
\begin{minipage}{\textwidth} \captionsetup{type=figure}%
\centering
\subfloat[]{\label{.......}\includegraphics[width=0.3\textwidth]{......jpg}}\hspace{0.5cm ...
by halcyon7
Wed Aug 11, 2010 7:48 pm
Forum: Graphics, Figures & Tables
Topic: how to get side caption for subfloat figures
Replies: 3
Views: 4447

how to get side caption for subfloat figures

Hi all,

currently im using the subfig package to get multiple images displayed, but the caption is at the bottom and i'd like to have it on the right hand side.

i have attempted to use sidecap package -- but seems like its not compatible
i tried with floatrow package as well but the examples are a ...