summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--typst/main.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/typst/main.typ b/typst/main.typ
index 08ce3a9..2676c32 100644
--- a/typst/main.typ
+++ b/typst/main.typ
@@ -44,7 +44,7 @@ The incompressible Navier Stokes equations are derived from Newton are a set of
#math.equation(
block: true,
-$ ρ((∂)/(∂t)u + (u · ∇)u) = −∇p + μ∇²u + f\
+$ ρ((∂)/(∂t)u + (u · ∇)u) = −∇p + μ∇²u + f,\
∇ · u = 0 $
)
@@ -55,7 +55,7 @@ and is assumed to be zero.
// Stokes
#math.equation(
block: true,
-$ μ∇²u − ∇p +f \
+$ μ∇²u − ∇p +f = 0,\
∇ · u = 0 $
)