Search found 2 matches

by Scribe
Sun Jun 15, 2008 7:55 pm
Forum: General
Topic: Vertical centering of text in a table containing images
Replies: 2
Views: 6864

Vertical centering of text in a table containing images

Thanks, worked like a charm when adapting the column width.

Code: Select all

\begin{tabular}{m{0.12in}>{\centering}m{50mm}>{\centering}m{50mm}>{\centering\arraybackslash}m{50mm}}
by Scribe
Fri Jun 13, 2008 8:11 am
Forum: General
Topic: Vertical centering of text in a table containing images
Replies: 2
Views: 6864

Vertical centering of text in a table containing images

Hello,

Trying to center text vertically on the first column of a 4-column table containing images on the remaining 3 columns. I have as preamble a convenient definition for including three images on a line :

% COMMAND FOR PUTTING THREE IMAGES SIDE BY SIDE
\newcommand{\threeimg}[3 ...