From 23a88531bddef0194659e99a820158803587385f Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 11 Nov 2025 18:47:07 +0100 Subject: progress --- typst/main.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'typst/main.typ') 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 $ ) -- cgit v1.2.3