LaTeX table cells content vertical alignment problem.
Posted
by Jarek Waliszko
on Stack Overflow
See other posts from Stack Overflow
or by Jarek Waliszko
Published on 2010-06-11T12:12:29Z
Indexed on
2010/06/11
14:42 UTC
Read the original article
Hit count: 257
Hello, I'd like to align text in right cell of table created below, to be vertically align to the top. How to do that ?
\begin{tabular}{l|p{3cm}}
\rule{2cm}{5cm} & Top align content ? \\
\end{tabular}
Regards
© Stack Overflow or respective owner