Skip to content
Discussion options

You must be logged in to vote

我建议你看一下tabularray手册,我给的示例不可能涵盖所有情况,而且也没有对键值的含义做出解释。

\documentclass{xdupgthesis}
\usepackage{tabularray}
\begin{document}
\begin{table}
\centering
\caption{Complexity Comparison: Puncturing and Extending (重制版)}
\begin{tblr}
{
colspec    = {Q[c,m]Q[c,m]Q[c,m]},
cell{1}{1} = {r=2}{},
cell{1}{2} = {c=2}{},
row{1,2}   = {cmd=\bfseries},
hline{1,Z} = {wd=.08em},
hline{2,3} = {wd=.05em},
}
真实情况 & 预测情况     &              \\
         & 正例         & 反例         \\
正例     & 真正例(TP) & 假反例(FN) \\
反例     & 假正例(FP) & 真反例(TN) \\
\end{tblr}
\end{table}
\end{document}

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@suppent
Comment options

Answer selected by note286
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants