在这我正在使用的 latex 模板,以下代码片段用于将图形和表格嵌入其中:
\begin{figure}
\FIGURE
{\includegraphics{figure-filename.pdf}}
{Text of the Figure Caption.\label{fig1}}
{Text of the notes.}
\end{figure}
and
\begin{table}
\TABLE
{Text of the Table Caption.\label{tab1}}
{\begin{tabular}{<table format>}
entries
\end{tabular}}
{Text of the notes.}
\end{table}
我需要使用longtable
和subfigure
环境,但当我将它们放入上面的模板中时,它不起作用。我甚至尝试了与引用格式不同的格式,但标题的样式与模板中的样式不一样。