Skip to content

Commit d7fddcb

Browse files
Merge pull request #161 from abhro/patch-1
Fix backslash in TeX in BVProblemLibrary.jl
2 parents a2bf3c0 + f4c3554 commit d7fddcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/BVProblemLibrary/src/BVProblemLibrary.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Given by
143143
\frac{dz_3}{dt}=acc\frac{1}{|V_c|\sqrt{1+z_6^2}}
144144
```
145145
```math
146-
\frac{dz_4}{dt}=acc\frac{1}{|V_c|\sqrt{1+z_6^2}}-frac{g}{V_c}
146+
\frac{dz_4}{dt}=acc\frac{1}{|V_c|\sqrt{1+z_6^2}}-\frac{g}{V_c}
147147
```
148148
```math
149149
\frac{dz_5}{dt}=0

0 commit comments

Comments
 (0)