I have an equation that I want to fit onto one line. The only problem is, I don't know how to resize equations. I tried using \small but this has no effect. I also tried using the \scalebox method of the graphicx package, but no luck.
Does anybody know any way to do this? Here is the equation for interests' sake.
Code: Select all
\begin{eqnarray}
Total\ Cost &=& Transport\ Cost + Process\ Cost - Energy\ Recovery + Haulage\ Cost\nonumber\\
&=& \sum_D\sum_O T_{OD}V_O + \sum_D C_D\sum_O V_O S_O - \sum_D W_D\sum_O V_O S_O + V_D H_D + \sum_D\frac{H_O}{S_D}\left(1 + \Delta_D\right)\sum_O V_O S_O\\
\end{eqnarray}