summaryrefslogtreecommitdiff
path: root/support/easylatex/testFiles/multipleEqnsToAlign.tex.correct
blob: 501011e96e345e7971b9546cefeda46b347a7982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
\documentclass{article}
\usepackage{amsmath} % pkg required by EasyLatex
\usepackage{amsfonts} % pkg required by EasyLatex
\usepackage{amssymb} % pkg required by EasyLatex
\usepackage{psfrag} % pkg required by EasyLatex
\usepackage[dvips]{graphicx} % pkg required by EasyLatex

\begin{document}



\begin{align*}
X_{IN} &= & \textrm{ (sum of all edges with X on one end and a node inside the circle on the other end)} 
\\X_{OUT} &= & \textrm{ (sum of all edges with X on one end and a node outside the circle on the other end)}
\end{align*}




\begin{align*}
&C(v_4,v_5,v_9)
\\&= C(v_1,v_2,v_3,v_6,v_7,v_8)
\\&= C(v_1,v_2,v_3) + C(v_6,v_7,v_8) - 2*c(v_1 v_2 v_3, v_6 v_7 v_8)
\\&\leq  C(v_1,v_2,v_3) + C(v_6,v_7,v_8)
\\&\leq  C(v_1,v_2,v_6) + C(v_6,v_7,v_8)
\end{align*}

\end{document}