Graphics, Figures & TablesFigure and equation (align*) next to each other

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Timmione
Posts: 1
Joined: Thu Apr 22, 2010 1:22 pm

Figure and equation (align*) next to each other

Post by Timmione »

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:

Code: Select all

\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{align*}
The figure is a normal figure. I use the subfloat package for subfigures, but I couldn't figure out a way to use this for aligning a figure and an equation.

Thanks is advance!
Last edited by Timmione on Wed Apr 28, 2010 11:04 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Figure and equation (align*) next to each other

Post by localghost »

The forum search yields at least one appropriate result [1]. Get used to searching the forum before posting (see Board Rules).

[1] View topic: Making two columns - figure + equation


Best regards and welcome to the board
Thorsten
Post Reply