The first is when I use sub-figures, rather than placing the caption below and centered, the caption is placed to the left of each subfigure. How can I postion it such that it is below and center of each subfigure?
Code: Select all
\begin{figure}[htp]
\begin{center}
\subfigure[1]{\includegraphics[scale=0.3]{quenchlocation1.JPG}}
\subfigure[2]{\includegraphics[scale=0.3]{quenchlocation2.JPG}}
\subfigure[3]{\includegraphics[scale=0.3]{quenchlocation3.JPG}}
\end{center}
\caption{Quench Region Images For ILC Single Cell NR1-2}
\label{fig:center}
\end{figure}
Code: Select all
\begin{table}[h]
\caption{Summary of Inspection Results}
\label{tab1}}
\begin{ruledtabular}
\begin{tabular}{lrc}
Cavity & Quench Field & Defects in quench regions & Other defects found \\ \hline
NR1-2 & 27 MV/m & no & yes \\
LR1-5 & 24 MV/m & inconclusive & inconclusive \\
AES6 & 30 MV/m & no & yes \\
\end{tabular}
\end{ruledtabular}
\end{table}
thank you
Edit by localghost: No external links! Attachments go onto the forum server (see Board Rules).