如何将一个figure(内涵多个subfigure分布在多张纸上,一张纸放不下)

2020-02-24 11:34发布

我使用的图像部分的代码为 ```tex \begin{figure}[h] \centering \subfigure[hazy image1]{ \label{fig.haze1} \include...

我使用的图像部分的代码为 ```tex \begin{figure}[h] \centering \subfigure[hazy image1]{ \label{fig.haze1} \includegraphics[scale=0.5]{Shotscreens/result/haze/20190913-sph-hazesingapore.png}} \subfigure[dehazed image1]{ \label{fig.dehazed1} \includegraphics[scale=0.5]{Shotscreens/result/dehaze_gn/20190913-sph-hazesingapore.png}} \subfigure[hazy image2]{ \label{fig.haze2} \includegraphics[scale=0.5]{Shotscreens/result/haze/forest_input.png}} \subfigure[dehazed image2]{ \label{fig.dehazed2} \includegraphics[scale=0.5]{Shotscreens/result/forest_input.png}} \caption[Experiment Environment]{Experiment Environment} \label{fig.resultimage2} \end{figure} ```
2条回答
代码块用得不太对。 我以前投稿遇到了这种情况,期刊编辑回复我,说他们把图给拆分了,然后稍微改了我的论文内容(主要是做引用的部分)。

一周热门 更多>

相关问答