\begin{minipage}{\linewidth}
\vspace{1em}
\centering
% \label{tab:name}
\begin{tabular}{c|c|c|c|c|c|c|c|c|c|c}
% \hline
t & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 & 10 \\ \hline
Node 1 & 4 & & & 2 & & & & 1 & & \\ \hline
Node 2 & & 5 & & & & 2 & & & & \\ \hline
Node 3 & 1 & & & 3 & & & & 7 & & \\ \hline
Node 4 & & 1 & & & 5 & & & & 2 & \\ \hline
Node 5 & & & & & & 7 & & & & \\ \hline
$\mathcal{C}_t$ & 2 & 2 & 3 & 3 & 4 & 3 & 4 & 4 & 4 &4 \\
%\hline
\end{tabular}
\caption{table}{The amount of energy harvested of each sensor in slot $t-1$,$t\in[1,10]$ is given by the above table.}
\end{minipage}
Extra }, or forgotten \endgroup. ... 3 & 4 & 5 & 6 & 7 & 8 & 9 & 10 \\ \hline
Missing } inserted. ... 3 & 4 & 5 & 6 & 7 & 8 & 9 & 10 \\ \hline
我正在尝试将多个文件编译在一起以获得一个论文 PDF 文件。这段脚本在单个状态下运行良好。但是,当我尝试编译它时,它总是出现问题。我不知道。通常,当我进行对齐、数组和算法操作时,它会出现问题。
顺便说一句,我使用一个带有特定类文件的模板来合并所有文件。有人遇到过类似的问题吗?谢谢你的帮助。