Search found 1 match

by Timmione
Thu Apr 22, 2010 1:26 pm
Forum: Graphics, Figures & Tables
Topic: Figure and equation (align*) next to each other
Replies: 1
Views: 10698

Figure and equation (align*) next to each other

Hi,

is it possible to align a figure and an equation next to each other? The equation contains multiple lines, and is therefore written as:
\begin{align*}
A & += (1-d_y)((1-d_x)x_{i,j}),\\
B & += (1-d_y)((d_x)x_{i,j}),\\
C & += (d_y)((1-d_x)x_{i,j}) \mbox{ and} \\
D & += (d_y)((d_x)x_{i,j}).
\end ...