有些中文的杂志,投稿时,需要将文章中的图片同时给出中文和英文的标题。今天给大家讲解如何实现。
直接看下面的代码:
\begin{figure}[htbp]
\centering%居中
\includegraphics[angle=90,height=5.3cm,width=11.8cm]{images/pic.pdf}
\caption{模型(\ref{mymodel})的样本路径图和样本自相关函数图.} %正常的标题(中文)
Figure 1: The sample paths and the ACF plots of model (\ref{mymodel}). %额外加入的英文标题
\label{ACFall}
\end{figure}
效果图如下: