gpt4 book ai didi

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

转载 作者:行者123 更新时间:2023-12-03 03:24:23 33 4
gpt4 key购买 nike

我有一个包含 3 列的表格,其中前 2 列是图片,第三列是我对这些图片的评论,但评论“淹没”了,它位于单元格的底部。

我尝试过使用 m{2cm} 而不是 c:

\begin{tabularx}{\textwidth}{c c m{2cm}}

但没有变化。

enter image description here

\begin{table}
\caption{Caption if needed}
\label{tab:lastcheck}
\begin{tabularx}{\textwidth}{c c c}

\textbf{O-Na} & \textbf{Na-Y} & \textbf{Comments} \\

\includegraphics[width=0.3\linewidth]{pic1.png} &
\includegraphics[width=0.3\linewidth]{pic2.png} &
My comments. \\
\end{tabularx}
\end{table}

我的文本位于单元格底部。

最佳答案

graphbox 提供了方便的 align=c 选项来垂直居中图像:

\documentclass{article}

\usepackage{tabularx}
\usepackage{array}
\usepackage{graphicx}
\usepackage{graphbox}
\usepackage{makecell}
\renewcommand\theadfont{\bfseries}

\begin{document}

\begin{table}
\caption{Caption if needed}
\label{tab:lastcheck}
\begin{tabularx}{\textwidth}{XXX}
\thead{O-Na} & \thead{Na-Y} & \thead{Comments} \\
\includegraphics[width=\linewidth,align=c]{example-image-duck} &
\includegraphics[width=\linewidth,align=c]{example-image-duck} &
My comments. \\
\end{tabularx}
\end{table}

\end{document}

enter image description here

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

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