答案1
跳\lineskip
进去,因为第二段的高度非常大。
对于您的应用程序,您可能希望完全删除基线业务。
\documentclass[twocolumn]{article}
\usepackage{graphicx}
\begin{document}
\noindent\includegraphics[width=0.8\columnwidth]{example-image}
\noindent\includegraphics[width=0.8\columnwidth]{example-image}
\newpage
\noindent\includegraphics[width=0.8\columnwidth]{example-image}\par\nointerlineskip
\noindent\includegraphics[width=0.8\columnwidth]{example-image}
\end{document}
注意。我使用这个twocolumn
只是为了让两个图片组合并排显示。右边似乎是你想要的。