我使用 tabu 环境制作了一个表格,但内容似乎超出了单元格。我不知道如何解决这个问题。我也不明白为什么 -animate 会分成两行。任何帮助都将不胜感激。
\documentclass{article}
\usepackage{amsmath,amsfonts,amssymb,amsthm}
\usepackage{tabu}
\usepackage{longtable}
\usepackage{makecell,interfaces-makecell}
\usepackage{multirow}
\begin{document}
\begin{tabu}to \textwidth{|X[c]|X[c]|X[l]||X[c]|X[c]|X[c]|X[c]|X[c]|}
\hline
\multicolumn{2}{|c|}{\multirow{2}{*}{causer}} & \multirow{2}{*}{Predicates} & \multicolumn{5}{|c|}{Construction Types}\\
\cline{4-8}
\multicolumn{2}{|c|}{} & \multirow{2}{*}{} & plama & plamb & plamchoa & plamchob & plamchoc\\
\hline
[+animate] & & \multirow{2}{*}{} & & & & &\\
\cline{1-2}\cline{4-8}
[-animate] & & \multirow{2}{*}{} & & & & &\\
\hline
[+animate] & & \multirow{2}{*}{} & & & & &\\
\cline{1-2}\cline{4-8}
[-animate] & & \multirow{2}{*}{} & & & & &\\
\hline
[+animate] & & \multirow{2}{*}{} & & & & &\\
\cline{1-2}\cline{4-8}
[-animate] & & \multirow{2}{*}{} & & & & &\\
\hline
\end{tabu}
\end{document}