From 844b94236ad5b3034c80a7467eb72114de55189b Mon Sep 17 00:00:00 2001 From: Ruben <74262313+ruben-hude@users.noreply.github.com> Date: Mon, 19 Feb 2024 10:37:11 +0100 Subject: [PATCH] Update physica.typ Makes i and j dotless when under a vector arrow. --- physica.typ | 2 ++ 1 file changed, 2 insertions(+) diff --git a/physica.typ b/physica.typ index 7ab62ed..dc435fe 100644 --- a/physica.typ +++ b/physica.typ @@ -193,6 +193,8 @@ math.italic(e) } let maybe_accent(e) = if accent != none { + show "i": $dotless.i$ + show "j": $dotless.j$ math.accent(maybe_bold(e), accent) } else { maybe_bold(e)