Search found 2 matches

by drmath
Sun Jul 07, 2013 9:38 am
Forum: Graphics, Figures & Tables
Topic: Vertical Alignment for Table Cell Content
Replies: 2
Views: 79031

Vertical Alignment for Table Cell Content

Hi,

I want to align tabular cells vertically. But third column is not aligned.

Code: Select all

\begin{tabular}{|m{5cm}|m{5cm}|m{5cm}|}\hline
a & b & c \\[2cm] \hline
d & e & f \\[2cm] \hline
\end{tabular}
Please help.
by drmath
Wed Jun 08, 2011 4:09 am
Forum: Math & Science
Topic: Condition beneath two successive Sums
Replies: 1
Views: 2794

Condition beneath two successive Sums

Hi,

I want to write "i<j" under two successive sums as centered.

Code: Select all

\begin{equation}
  \sum_{i=1}^{n-1}\sum_{j=2}^n a_{ij}
\end{equation}
Thank you for your interest in advance.