We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08a77a commit 4bf3a0aCopy full SHA for 4bf3a0a
1 file changed
paper/paper.md
@@ -78,10 +78,10 @@ Single dollars ($) are required for inline mathematics e.g. $f(x) = e^{\pi/x}$
78
79
Double dollars make self-standing equations:
80
81
-$$\Theta(x) = \left\{\begin{array}{l}
+$$\Theta(x) = \left(\begin{array}{l}
82
0\textrm{ if } x < 0\cr
83
1\textrm{ else}
84
-\end{array}\right.$$
+\end{array}\right).$$
85
86
You can also use plain \LaTeX for equations
87
\begin{equation}\label{eq:fourier}
0 commit comments