Skip to content

Instantly share code, notes, and snippets.

@RazerM
Created April 9, 2013 11:22
Show Gist options
  • Save RazerM/5344942 to your computer and use it in GitHub Desktop.
Save RazerM/5344942 to your computer and use it in GitHub Desktop.
LaTeX: Align long equations #snippet
\begin{align}
A &\begin{multlined}[t][.75\textwidth]
\approx B^{3}C^{-2}\frac{D}{E_{\text{test}}}\arctan(CE)\left( f_{0}(G)+2Bf_{1}(G)\vphantom{\frac{3}{4}}\right.\\
\left.+\frac{1}{7}B^{2}\left(f_{0}(G)+f_{2}(G)\right) \right)
\end{multlined}\\
B &\approx 7A
\end{align}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment