当我尝试添加 2 个图形并在它们之间添加文本时,编译文本后,我得到了结果:上面的文本和下面的两个图形......
我希望在第一个图形和文本之后,在文本之后是另一个图形,在最后一个图形之后是另一个文本。
为什么将它们分成两个文本形式,并在文本后面加上两个图形?
第一部分:
The output results that shown in \autoref*{capacitors_voltages} help us to bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
\begin{figure}[!h]
\centering
\includegraphics[width=0.9 \textwidth]{figures/CAP_voltgs}
\caption{capacitor waveforms.}
\label{capacitors_voltages}
\end{figure}
From \autoref*{ACcurrents} we can see aaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
\begin{figure}[!h]
\centering
\includegraphics[width=0.9 \textwidth]{figures/currents}
\caption{AC side currents}
\label{ACcurrents}
\end{figure}
第二部分:
因此,在此代码部分中,它的行为完全符合我的预期:
SM 的数量通常取决于应用,通常使用字母 N 来表示每个 ARM 中的 SM 数量,并使用 2N 来表示整个阶段。
\begin{figure}[!h]
\centering
\includegraphics[width=0.9\textwidth]{figures/Three_MMC_Phase2}
\caption{General one and three phase of modular multilevel converter (a) and (b) respectively}
\label{figures/Three_MMC_Phase2}
\end{figure}
The fundamental construction of SM composed from capacitor, IGBTs (S1,S2) and their corresponding free-wheel diodes.\\
The two most common SM configurations found in literature are the Half-Bridge (HB) and Full-Bridge (FB) SM, as illustrated in \autoref*{figures/HB_FB}.
The FB-SM version of the MMC has twice as much semiconductor devices than the HB version, which results in higher losses, but confers certain advantages as well \cite{6864817}, \cite{6631955}.
\begin{figure}[!h]
\centering
\includegraphics[width=0.9\textwidth]{figures/HB_FB}
\caption{Converter configuration submodules: (a) half-bridge and (b) full-bridge}
\label{figures/HB_FB}
\end{figure}
在本分析中以及整个论文中,所研究的 MMC 被认为是基于 HB-SM 的。考虑到子模块结构,它是一个带有电容器组的简单半桥,如图所示\autoref*{figures/HB_FB}
。转换器的每个相腿都有 2 个 ARM,每个 ARM 由多个串联子模块组成。
那么第一部分有什么问题?
答案1
如果您只是将它们与文本“粘合”在一起会怎么样?我在校样和必须添加标题的图像上遇到了同样的问题,最后只做了以下事情:
\begin{center}
\includegraphics[width=5cm]{Image}
\end{center}
\vspace{\baselineskip}
{\footnotesize text} {\footnotesize text (for second line)) Text}
\vspace{0.5cm}
\begin{center}
\includegraphics[width=5cm]{Image2}
\end{center}
{\footnotesize text2} {\footnotesize text2 (for second line) Text2}