Graphics, Figures & TablesFix or dynamic column height

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Z.
Posts: 2
Joined: Sun Jan 25, 2009 6:33 pm

Fix or dynamic column height

Post by Z. »

I have simple table made just of one column with specified width. I wish to fixed column’s height (not like in default mode where the height is specified by text warping) to have all rows in equal height or even better after I wrote all rows to have them in size of highest of them. Is it possible in LaTex some way?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Fix or dynamic column height

Post by localghost »

Use minipage environments with all their options and specify the same height for all of them.


Best regards and welcome to the board
Thorsten¹
Z.
Posts: 2
Joined: Sun Jan 25, 2009 6:33 pm

Re: Fix or dynamic column height

Post by Z. »

Thank you very much.

Nice to be on board :D
Post Reply