答案1
您可以使用
\multicolumn{1}{c|}{\vdots}
在需要垂直线的单元格中
答案2
与。{NiceArray}
nicematrix
\documentclass{article}
\usepackage{nicematrix,tikz}
\begin{document}
$\begin{NiceArray}{|cccc|}[cell-space-top-limit=3pt]
\Hline
P_{11} & P_{12} & P_{13} & P_{14} \\
\vdots & \vdots & \vdots & \vdots \\
\vdots & \vdots & \vdots & \vdots \\
\vdots & \vdots & \vdots & \vdots \\
P_{11} & P_{12} & P_{13} & P_{14} \\
\Hline
\CodeAfter
\tikz \draw (5-|1) -| (4-|2) -| (3-|4) -- (3-|5) ;
\end{NiceArray}$
\end{document}
您需要多次编译(因为nicematrix
在后台使用 PGF/Tikz 节点)。