diff options
| -rw-r--r-- | typst/main.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/typst/main.typ b/typst/main.typ index 2676c32..425cf02 100644 --- a/typst/main.typ +++ b/typst/main.typ @@ -55,7 +55,7 @@ and is assumed to be zero. // Stokes #math.equation( block: true, -$ μ∇²u − ∇p +f = 0,\ +$ μ∇²u + f = ∇p,\ ∇ · u = 0 $ ) |
