提问于:
浏览数:
1857
## 编译环境
操作系统
* [x] Windows 7/8/10
* [ ] macOS
* [ ] Linux
Tex发行版
* [x] TexLive `2020`
* [ ] MikTeX
* [ ] CTeX
## 我的问题
由于列名太长导致表格数据不居中,排版很难看,求帮助
```markdown
\begin{table}
\centering
\begin{tabular}{llll}
\hline
Datasets & Hepth & Math Overflow & Super User\\
\hline
Method & \multicolumn{3}{c}{Link Prediction(AUC)} \\
\hline
node2vec & 0.6235 & 0.6250 & 0.5841\\
GAE & 0.7134 & 0.6879 & 0.6985\\
VGAE & 0.7189 & 0.6935 & 0.7064\\
GraphSAGE & 0.5998 & 0.6696 & 0.6582\\
\hline
\end{tabular}
\caption{Link Prediction Results}
\label{linkprediction}
\end{table}
```
![](https://wenda.latexstudio.net/data/attach/201220/opipOil6.png)
![](https://wenda.latexstudio.net/data/attach/201220/0GyDorOy.png)
3 回答
0
不太明白你的诉求,你是想要这样的效果吗——
![](https://wenda.latexstudio.net/data/attach/201220/OBJtFyff.png)
-
回复 :楼下告诉你了,把“llll”改为“cccc”就可以了。可以参考刘海洋的《LaTeX入门》285~321页 – 20号楼的房客 2020-12-26 15:44 回复
-
是这样的,请问要怎么操作一下?我刚用latex不是很懂 – 2020-12-22 15:35 回复
0
和上面的朋友说的一样,不太明白你的诉求, 如果你觉得字段太长,可以使用makecell 宏包手动换行或tabularx自动换行
0
'''\begin{tabular}{llll}'''
你用的就是居左啊,c才是居中
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。