gpt4 book ai didi

latex - 如何在 LaTex 表格环境中的表格单元格中垂直居中文本?

转载 作者:行者123 更新时间:2023-12-05 06:12:26 36 4
gpt4 key购买 nike

我想将每个单元格中的文本水平和垂直居中。使用下面的代码,文本水平居中但不是垂直居中,并出现在单元格的顶部。提前致谢!

\documentclass[jou]{apa7}
\usepackage{tabularx,colortbl}

\begin{document}
\newcolumntype{L}[1]{>{\raggedright\arraybackslash}p{#1}}
\newcolumntype{C}[1]{>{\centering\arraybackslash}p{#1}}
\newcolumntype{R}[1]{>{\raggedleft\arraybackslash}p{#1}}

\begin{tabular}{| L{1cm} | C{5cm} | C{5cm} | C{5cm} |} \hline
\rowcolor[gray]{.4}& \color{white}Cell 1 & \color{white}Cell 2 & \color{white}Cell 3 \\[30pt] \hline
\cellcolor[gray]{.4}\color{white}Cell 4 & Cell 5 & Cell 6 & Cell 7 \\[100pt] \hline


\end{tabular}

\end{document}

enter image description here

最佳答案

拜托,拜托,拜托,看看如何创建漂亮的表格,例如user manual of the booktabs package .将您的数据放入数据 jail 是不好的。制作斑马纹表更糟糕。同时做这两件事太可怕了。

\documentclass[jou]{apa7}

\author{author names}
\shorttitle{subtitle}
\title{title}

\usepackage{tabularray}

\begin{document}


\noindent%
\begin{tblr}{
hlines,
vlines,
row{1} = {bg=gray,fg=white},
rows = {ht=2cm},
columns = {halign=c},
colspec = {Q[1cm,bg=gray,fg=white] XXX},
}
& Cell 1 & Cell 2 & Cell 3 \\
Cell 4 & Cell 5 & Cell 6 & Cell 7 \\
\end{tblr}


\end{document}

enter image description here

关于latex - 如何在 LaTex 表格环境中的表格单元格中垂直居中文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63640135/

36 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com