Skip to content

Instantly share code, notes, and snippets.

@bjesuiter
Created January 16, 2021 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjesuiter/0e679ab487920d7c908bf3d9d39b9063 to your computer and use it in GitHub Desktop.
Save bjesuiter/0e679ab487920d7c908bf3d9d39b9063 to your computer and use it in GitHub Desktop.
Typora - Useful Math Blocks

Typora - Useful Math Blocks

Multiple Calculation Lines aligned at '='

Explanation:

  • the \begin{align*} and \end{align*} commands start an alignment block
  • all lines with &= will be aligned to the Positioon of &= in the first line
$$
\begin{align*}
y = f(x) &= some formula \\
&= some other formula 
\end{align*}
$$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment