图表和 longtable 包

图表和 longtable 包

我正在用学校模板写论文,但是使用 longtable 包时遇到了问题。在表格列表中,我只有图的编号(例如 3.1),而不是(图 3.1)。使用通常的表格包时,我不会遇到这个问题。这是在表格列表中插入 Figure 和 Table 字样的学校代码。有没有办法修改它以考虑 longtable 标题?

感谢您的帮助。

    % Définition de \caption pour inclure le mot FIGURE ou TABLEAU.
\def\caption{\refstepcounter\@captype \@dblarg{\@caption\@captype}}
\long\def\@caption#1[#2]#3{%
  \par
  \addcontentsline{\csname ext@#1\endcsname}{#1}%
    {\protect\numberline{\csname fnum@#1\endcsname}{\ignorespaces #2}}%
  \begingroup
    \@parboxrestore
    \if@minipage
      \@setminipage
    \fi
    \normalsize
    \@makecaption{\csname fnum@#1\endcsname}{\ignorespaces #3}\par
  \endgroup}

相关内容