How do I force a Carriage Return in a table cell?
Thanks to you all.
General ⇒ CR in a table cell
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: CR in a table cell
Hi,
you could use \newline inside table cells. Use p-columns for this purpose, or m,b-columns with the array package.
Stefan
you could use \newline inside table cells. Use p-columns for this purpose, or m,b-columns with the array package.
Stefan
LaTeX.org admin
Re: CR in a table cell
Thx!
I naïvely thought "\\" and "\newline" were synonyms.
Ciao.
I naïvely thought "\\" and "\newline" were synonyms.
Ciao.
Re: CR in a table cell
Outside a tabular, they are synonyms. Inside a tabular environment, \\ is let to \tabularnewline. This is because this short control sequence should be reserved for the most common application in the current situation.