Skip to content

Instantly share code, notes, and snippets.

@Liam0205
Created September 27, 2017 04:15
Show Gist options
  • Save Liam0205/83becf659ee043ad47022585f652c0ed to your computer and use it in GitHub Desktop.
Save Liam0205/83becf659ee043ad47022585f652c0ed to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{align}
a = &b+c\\
= &c+d\\
&+e+f
\end{align}
\begin{align}
a = {}&b+c\\
= {}&c+d\\
{}&+e+f
\end{align}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment