Skip to content

Commit 4bf3a0a

Browse files
authored
Fix LaTeX formatting for function (\left...\right)
Corrected the formatting of a piecewise function in LaTeX.
1 parent e08a77a commit 4bf3a0a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

paper/paper.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ Single dollars ($) are required for inline mathematics e.g. $f(x) = e^{\pi/x}$
7878

7979
Double dollars make self-standing equations:
8080

81-
$$\Theta(x) = \left\{\begin{array}{l}
81+
$$\Theta(x) = \left(\begin{array}{l}
8282
0\textrm{ if } x < 0\cr
8383
1\textrm{ else}
84-
\end{array}\right.$$
84+
\end{array}\right).$$
8585

8686
You can also use plain \LaTeX for equations
8787
\begin{equation}\label{eq:fourier}

0 commit comments

Comments
 (0)