From f42035446fdea81c2a22ffb94381871d8b143c1e Mon Sep 17 00:00:00 2001 From: hbghlyj <53823634+hbghlyj@users.noreply.github.com> Date: Tue, 16 May 2023 17:04:16 +0100 Subject: [PATCH] \dot should be \cdot Note that `\dot(` will add a dot on ( I think it should be `\cdot` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb2e025..892ada2 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ $$ L(\mathbf{p},\mathbf{q})= \frac{1}{4\pi} \int_{0}^N \int_{0}^M - \frac{(\mathbf{q}(s)-\mathbf{p}(t))\dot(\mathbf{q}'(s)\times\mathbf{p}'(t))} + \frac{(\mathbf{q}(s)-\mathbf{p}(t))\cdot(\mathbf{q}'(s)\times\mathbf{p}'(t))} {||\mathbf{q}(s)-\mathbf{p}(t)||^3} \mathrm{d}s\mathrm{d}t $$