Graphics, Figures & TablesSame Height for every Table Row

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Sebelino
Posts: 2
Joined: Sun May 20, 2012 10:12 pm

Same Height for every Table Row

Post by Sebelino »

Hi, I have a 3x2 table containing six mathematical expressions. I want all rows to share the same height. That height should be equal to the height of the tallest expression (plus, say, 5pt vertical padding). Any suggestions?

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Same Height for every Table Row

Post by kaiserkarl13 »

Put a strut at the beginning of each line (e.g., \rule{0em}{2em}
Post Reply