我想使用 IEEE Access 模板为图形放置多行标题。模板如下:
\Figure[t!](topskip=0pt, botskip=0pt, midskip=0pt){fig1.png}{<caption>\label{fig1}}
我尝试过使用\\
,\newline
但没有效果。这可能吗?
编辑:我提供了一个代码片段
\documentclass{ieeeaccess}
\usepackage{graphicx}
\begin{document}
Text
\Figure[](topskip=0pt,botskip=0pt,midskip=0pt)[width=1\textwidth]{fig1.png}
{First line\\
Second line\\
Third line
\label{<figure_label>}}
\end{document}
以及模板的链接:IEEE 访问模板。由于我对此还很陌生,因此对于任何错误我深表歉意!