我正在创建一个包含 pdf 图形的文档,完成后,我的文档中出现了以下样式(((附图))),我试图管理这些图形之间的距离,但当我更改它们时,我得到了分开的图形,而我想让它们保持在一起。我希望你能帮助我解决这个问题。祝一切顺利
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}[htb]
\centering
\begin{minipage}{.55\textwidth}
\includegraphics[width=\textwidth]{imagespar.pdf}
\caption{optical micrograph images}
\end{minipage}
\hfill
\begin{minipage}{0.4\textwidth}
\includegraphics[width=\textwidth]{raman_partot.pdf}
\medskip
\includegraphics[width=\textwidth]{raman graph 1}
\caption{raman graph 2}
\end{minipage}
\end{figure}
\end{document}