标签:label body apt 引入 ext graph ring links ali
\hypersetup{
colorlinks=true, # 链接颜色设置
linkcolor=black, # 链接颜色
citecolor=black, # 引用颜色
anchorcolor=black,
urlcolor=black # 引文中url颜色
}
\begin{figure*}[htp]
\centering
\subfigure[fig1]{ #(a)
\label{hopfig:f1}
\begin{minipage}[t]{0.3\linewidth}
\centering
\includegraphics[width=5.5cm]{1.png}
%\caption{fig1}
\end{minipage}%
}%
\subfigure[fig2]{ #(b)
\label{hopfig:f2}
\begin{minipage}[t]{0.3\linewidth}
\centering
\includegraphics[width=5.5cm]{2.png}
%\caption{fig1}
\end{minipage}%
}%
\subfigure[fig3]{ #(c)
\label{hopfig:f3}
\begin{minipage}[t]{0.3\linewidth}
\centering
\includegraphics[width=5.5cm]{3.png}
%\caption{fig1}
\end{minipage}%
}%
\centering
\caption{fig3}
\label{hopfig}
\end{figure*}
引用方式 | 显示效果 |
---|---|
\subref{hopfig:f3} | (c) |
\ ref{hopfig:f3} | #.(c) |
标签:label body apt 引入 ext graph ring links ali
原文地址:https://www.cnblogs.com/practitioners/p/13162045.html