6月4日TeXLive更新后用XeLaTeX编译出错
源TEX代码:
\documentclass[a4paper,fontset=none,zihao=5,CJKmath]{ctexart}
\usepackage{longtable}
\begin{document}
\begin{center}
\small
\begin{longtable}{|c|c|}
\caption*{员工}\\
\hline
\textbf{编号} & \textbf{姓名} \\
\hline
\endfirsthead
\caption*{(续)}\\
\hline
\textbf{编号} & \textbf{姓名} \\
\hline
\endhead
\endfoot
\endlastfoot
A01 & 陈 \\
\hline
A02 & 李 \\
\hline
A03 & 张 \\
\hline
A04 & 黄 \\
\hline
\end{longtable}
\end{center}
\end{document}
编译时提示
! Undefined control sequence.
\longtable ...mn mode}\@ehc \fi \UseTaggingSocket
{tbl/vmode/begin}\begingro...
l.8 \begin{longtable}
{|c|c|}
?
! Emergency stop.
\longtable ...mn mode}\@ehc \fi \UseTaggingSocket
{tbl/vmode/begin}\begingro...
l.8 \begin{longtable}
{|c|c|}
End of file on the terminal!