LaTeX 常用语法

多子图设置

使用宏包subfigure

\begin{figure}[htb!]
  \centering

  \subfigure[The daily log return of Hangseng Index ]{
  \begin{minipage}[htb!]{\linewidth}
  \centering
  \includegraphics[width=0.45\linewidth]{the daily HSI _acf_pacf.pdf}
  %\caption{fig2}
  \end{minipage}%
  }%
  
  \subfigure[The weekly log return of Hangseng Index ]{
  \begin{minipage}[htb!]{\linewidth}
  \centering
  \includegraphics[width=0.45\linewidth]{the weekly HSI_acf_pacf.pdf}
  %\caption{fig2}
  \end{minipage}
  }%

  \subfigure[monthly log return of Hangseng Index ]{
  \begin{minipage}[htb!]{\linewidth}
  \centering
  \includegraphics[width=0.45\linewidth]{the monthly HSI_acf_pacf.pdf}
  %\caption{fig2}
  \end{minipage}
  }%
  \centering
  \caption{The daily/weekly/monthly log return of Hangseng Index}
\end{figure}


\begin{figure}[ht!]
  \centering
  \includegraphics[scale = 0.4]{RV_acf_pacf.pdf}
  \caption{realized volatility \{$RV_{t}$\}}
\end{figure}
LaTeX 常用语法
上一篇:latex 引用网页 网址 网站 格式


下一篇:latex如何添加参考文献的引用