Skip to content

Commit dad9c1e

Browse files
committed
Add newline to LaTeX align* block
1 parent 4e7f14b commit dad9c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/BVProblemLibrary/src/linear.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ The analytical solution for ``t \in [-1, 1]`` is
816816
817817
```math
818818
\begin{align*}
819-
y_1(t) &= \cos(πt) + \exp(-(t+1)/\sqrt{λ})
819+
y_1(t) &= \cos(πt) + \exp(-(t+1)/\sqrt{λ}) \\
820820
y_2(t) &= y_1'(t)
821821
\end{align*}
822822
```

0 commit comments

Comments
 (0)