Hi I want to vertically align my cells in a longtable. I also use \shortstack[l]. Don't know whether this has an effect. The Table looks like
\begin{landscape}
\begin{longtable}{|l|l|l|l|l|l|}
\caption{A captuion \label{tab:atable}}\\
\shortstack[l]{\\A\\ B} & \shortstack[l]{\\C\\ D\\ E\\ F\\ G\\ H\\ I\\ J\\ K\\ L} & \shortstack[l]{M\\ N} & \shortstack[l]{\\O} & \shortstack[l]{\\P} & \shortstack[l]{\\Q}\\
\hline
\end{longtable}
\end{landscape}
I tried so may things, but the lext is still aligned at the bottom, not vertically.
Thanks!
arraypackage documentation. I am sure you will find that fulfills your need. – Masroor Sep 19 '13 at 14:57\textwidthmeans width of text in page, that is not applicable in this case. – Masroor Sep 19 '13 at 15:34