我必须包含 10 张 pdf 图像,大小在2*5
或 之内5*2
。我们尝试使用tabular
和 ,subfloat
如下所示。显示:缺少 $ INSERTED
\usepackage{graphicx}
\usepackage{subfig}
\captionsetup[subfigure]{justification=raggedright}
\usepackage{subcaption}
\usepackage{float}
:
:
\begin{figure}[ht]
\begin{center}
\begin{tabular}{cc}
\subfloat[Thumb Flexion]{
\includegraphics[width=0.15\textwidth]{chapters/3.Methods/Paper1 and general discussion/gfxpaper1/Thumb_Flexion.pdf}} &
\subfloat[Index Flexion]{
\includegraphics[width=0.15\textwidth]{chapters/3.Methods/Paper1 and general discussion/gfxpaper1/Index_Flexion.pdf}} \\
:
:
\end{tabular}
\caption{Finger Configurations}
\end{center}
\end{figure}
请帮助完成工作代码。
如果有的话,还请建议其他直接替代方案。
非常感谢