Hello forum:
I need some help. How could I do this table with LaTeX?
Thanks ...
PD: The idea is to put the word HELLO just in one cell.
Graphics, Figures & Tables ⇒ Table: Horizontal character, but vertical text.
Table: Horizontal character, but vertical text.
- Attachments
-
- example.png (2.97 KiB) Viewed 2188 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

Table: Horizontal character, but vertical text.
Code: Select all
\begin{tabular}{cc}H&W\\E&O\\L&R\\L&L\\O&D\end{tabular}
% or
\begin{tabular}{*{2}{p{1em}}}\centering H E L L O & \centering W O R L D\end{tabular}
Re: Table: Horizontal character, but vertical text.
Thank you very much phi.
The second option was the one I was looking for because the text is written in just one cell.
The second option was the one I was looking for because the text is written in just one cell.