Search found 2 matches

by caro012984
Tue Mar 13, 2012 9:45 pm
Forum: Graphics, Figures & Tables
Topic: Text in Last Table Column not centered vertically
Replies: 2
Views: 4233

Text in Last Table Column not centered vertically

Stefan,

Since I wanted some extra white space above the text, I opted for adjusting \arraystretch. I've included my code for anyone else who might be having the same troubles.

Thanks for the help and the welcome!

- Caroline


\documentclass[12pt]{article}
\usepackage{array}

\begin{document ...
by caro012984
Tue Mar 06, 2012 5:49 pm
Forum: Graphics, Figures & Tables
Topic: Text in Last Table Column not centered vertically
Replies: 2
Views: 4233

Text in Last Table Column not centered vertically

Here is my code. I can't figure out how to make the last cell centered vertically like the other cells. Thanks in advance!
\documentclass[12pt]{article}
\usepackage{array}

\newcolumntype{x}[1]{>{\centering\arraybackslash\hspace{0pt}}m{#1}}

\begin{document}
\begin{table}[!ht]
\begin{tabular ...