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 ...
Search found 2 matches
- Tue Mar 13, 2012 9:45 pm
- Forum: Graphics, Figures & Tables
- Topic: Text in Last Table Column not centered vertically
- Replies: 2
- Views: 4233
- 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 ...
\documentclass[12pt]{article}
\usepackage{array}
\newcolumntype{x}[1]{>{\centering\arraybackslash\hspace{0pt}}m{#1}}
\begin{document}
\begin{table}[!ht]
\begin{tabular ...