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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- 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