【发布时间】:2011-06-02 15:48:06
【问题描述】:
我想在 LaTeX 中将文本与大图像的中心对齐。不幸的是,文本some text 与图像底部对齐:
\begin{tabular}{cc}
some text & \includegraphics{image_name.eps}
\end{tabular}
我发现一个网站建议在表格中的该列中使用m{width of the cell} 而不是c,但它没有用。
\begin{tabular}{m{1in}c}
some text & \includegraphics{image_name.eps}
\end{tabular}
我相信乳胶专业人士会看到这个并知道该怎么做!这意味着除非你教我,否则我不能成为 LaTeX 专业人士......
【问题讨论】:
标签: image alignment latex tabular