I am using subfig to have four images on two lines, two images per line. Below is my code:
Code: Select all
\begin{figure}[h!]
\centering
\subfloat[Full Protocol]{\label{fig:42a}\input{xfig/figure42a.pdftex_t}}
\subfloat[First Protocol]{\label{fig:42b}\input{xfig/figure42b.pdftex_t}}\\
\subfloat[Second Protocol]{\label{fig:42c}\input{xfig/figure42c.pdftex_t}}
\subfloat[Fourth Protocol]{\label{fig:42d}\input{xfig/figure42d.pdftex_t}} \caption{Four Images}
\label{fig:nonimplementableprotocol}
\end{figure}
Could someone give me a pointer as to how to fix this (all figures are drawn in XFig and they are all located at the top left of the file).
Regards,
George
Edit by localghost: Preferably no external links (see Board Rules). Attachments go onto the forum server where possible.