请问我的这个表格如何让竖线连接成完整的竖线?现在竖线是断开的状态。

2021-02-28 09:15发布

## 编译环境 操作系统 * [X ] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [X ] TexLive ...

## 编译环境 操作系统 * [X ] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [X ] TexLive `2020` * [ ] MikTeX `版本号` * [ ] CTeX `若需勾选,请把[ ]改成[x]` ## 我的问题 ![](https://wenda.latexstudio.net/data/attach/210228/ybCzdIl9.png) 代码如下: \begin{table}[htbp] \centering \caption{Add caption} \begin{tabular}{|c|c|c|c|c|}%根据 booktabs 作者写的手册,他不主张用三线表加竖线。 \toprule 宿舍号 & 宿舍长 & 学号 & 联系方式 & \multicolumn{1}{l}{备注} \\ \midrule 251 & 张三 & 15 & 156 & 123 \\ \midrule 56 & 李四 & 24 & 987 & 456 \\ \bottomrule \end{tabular}% \label{tab:addlabel}% \end{table}%