下一页的子图没有继续编号

下一页的子图没有继续编号

我使用下面的代码将 7 个子图分成 2 页 - 第一页有 4 个图,第二页有 3 个图。第二页上的图从 (a) 开始计数,但我希望它从 (e) 继续计数。如何实现?

\documentclass[preprint]{elsarticle}
\usepackage{subfigure}
\usepackage[format=hang,justification=raggedright,singlelinecheck=0,labelsep=period]{caption}

\begin{figure}[!b]
\centering
\subfigure[]{\label{fig:domain_eg4_10}
             \centering
             \includegraphics[width=0.4\linewidth]{2nd_figs/domain_eg4_10.png}}%
\subfigure[]{\label{fig:eta_eg4}
             \centering
             \includegraphics[width=0.4\linewidth]{2nd_figs/eta_3p4g2c_log.png}}
\subfigure[]{\label{fig:error_3p4g2c_x}
             \centering
             \includegraphics[width=0.4\linewidth]{2nd_figs/error_3p4g2c_log_x.png}}%
\subfigure[]{\label{fig:error_3p4g2c_eta}
             \centering
             \includegraphics[width=0.4\linewidth]{2nd_figs/error_3p4g2c_log_eta.png}}
\caption{Results of Example 4. (a) is the gain and phase boundaries at 10 simulation time. (b), (c), (d), (f), and (g) are, respectively, $\int_V\eta_2dV$ and $\int_V\eta_3dV$, percent error of $\int_Vx_{i,p}dV$, percent error of $\int_V\eta_2dV$, the number of global nonlinear iterations, and wall time plotted against simulation time for LSA and GSA. (e) shows the number of nested Newton iterations, $\eta_{10}$, $\eta_2$, $\eta_3$, $x_1$, and $x_2$ plotted horizontally along the center line at 0.19 simulation time in LSA.}
\label{fig:example4}
\end{figure}

\begin{figure}[!t]\ContinuedFloat
\centering
\subfigure[]{\label{fig:tiger_3p4g2c}
             \centering
             \includegraphics[width=0.4\linewidth]{2nd_figs/tiger_3p4g2c.png}}%
\subfigure[]{\label{fig:iter_3p4g2c}
             \centering
             \includegraphics[width=0.4\linewidth]{2nd_figs/iter_3p4g2c_log.png}}
\subfigure[]{\label{fig:wall_3p4g2c}\ContinuedFloat
             \centering
             \includegraphics[width=0.4\linewidth]{2nd_figs/wall_3p4g2c_log.png}}
\caption{Continued.}
\end{figure}

相关内容