You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are multiple environments to define math equations. The must common environment is to use
\$ \$ as in-line math formulas that you can use, common to list sub indexes $x_1, x_2, \ldots , x_n$.
%%%%
\subsection{Equations}
Equations are defined by the \spy{equation} environment. Equations are numbered (if you do not want numbers, use * at the end of the word. This is a common convention in \LaTeX), and can be referenced as \fref{eq:quadratic}
\begin{equation} \label{eq:quadratic}
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
\end{equation}
Unnumbered equations can also be created using the quick equation environment, generating a math mode between \spy{\[} and \spy{\]}.