Text Formatting ⇒ Text Formatting in a table
Text Formatting in a table
I have a two column table and the text in just near the top line of the block.
Can you assist in getting the text in the middle of the block instead of the top. That is aligning the text in the block to be in the center and not the top part
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Text Formatting in a table
tabular
within a tabular
cell (and make a macro for it not to have to type so much, or \vcenter
, or \adjustbox
, or \parbox
within the cell for alignment, putting \parbox
into a column type specifier for example.Stefan
Text Formatting in a table

Pitfalls all around

KR
Rainer