![使用表格时出错:`[chktex] 44:用户正则表达式`](https://linux22.com/image/466894/%E4%BD%BF%E7%94%A8%E8%A1%A8%E6%A0%BC%E6%97%B6%E5%87%BA%E9%94%99%EF%BC%9A%60%5Bchktex%5D%2044%EF%BC%9A%E7%94%A8%E6%88%B7%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%60.png)
我正在尝试制作一个表格,但某些行一直出现错误% [chktex] 44: User Regex
。这是我的 MWE,其中的注释显示了哪些行出现错误:
\documentclass{minimal}
\begin{document}
\begin{tabular}{ c | c | c | c | c } % [chktex] 44: User Regex
1 & 2 & 3 & 4 & 5 \\
\hline % [chktex] 44: User Regex
1 & 2 & 3 & 4 & 5
\end{tabular}
\end{document}
知道发生了什么吗?我已经使用表格一段时间了,从来没有遇到过这样的错误。