為什麼第一個圖形放置在底部對齊,其餘圖形放置在中心?

為什麼第一個圖形放置在底部對齊,其餘圖形放置在中心?

這是我的序言代碼:

\usepackage[nomarkers, nolists, tablesfirst, heads]{endfloat}

這是我的主要文件:

\section{Introduction}
Hello this is the introduction section.


\subsection{Subsection 1}
This is subsection 1. This is the line spacing. This is subsection 1. This is the line spacing. This is subsection 1. This is the line spacing. This is subsection 1. This is the line spacing. This is subsection 1. This is the line spacing. This is subsection 1. This is the line spacing.\footnote{This a footnote.}

\begin{figure}
\centering
\includegraphics[scale=0.8]{figure1.eps} %width=12cm, height=11cm %scale=0.4 width=15cm, height=18cm
\caption{\small A four-period model. Variables in the first best allocation and in the competitive equilibrium without capital controls.}
\label{fig:figure1}
\end{figure}

\begin{figure}
\centering
\includegraphics[scale=0.8]{figure1.eps} %width=12cm, height=11cm %scale=0.4 width=15cm, height=18cm
\caption{\small A four-period model. Variables in the first best allocation and in the competitive equilibrium without capital controls.}
\label{fig:figure2}
\end{figure}

我複製了這個數字,所以我得到了其中兩個。第一個圖位於圖頁上,標題為“圖”,然後是空白,以便圖 1 與頁面底部對齊,而包含圖 2 的下一頁垂直居中對齊。

另外,是否可以將兩個圖形放在一頁上(如果合適的話)?

相關內容