! 表格上的控制序列未定义

! 表格上的控制序列未定义

我是 LaTeX 新手。我创建了 LaTeX 和 Gnuplot 来构建我的图表。目前我必须使用 LaTeX 添加新表。但我收到错误:

! Undefined control sequence.
l.60 \mycaption
               {tab-comp}{Table Component}{

这是我的 LaTeX 文件:

\documentclass{article}

\usepackage{graphicx}

\begin{document}
\includegraphics{eps/a1-count}
\includegraphics{eps/a2-type}
\includegraphics{eps/a2-typereal}
\includegraphics{eps/a3-aspect}
\input{tab-comp/tab-comp}
\end{document}

我猜这是因为 LaTeX 中缺少包,但我不知道包是什么。有谁知道这个吗?谢谢!

相关内容