Skip to content

Commit

Permalink
Update physica.typ
Browse files Browse the repository at this point in the history
Makes i and j dotless when under a vector arrow.
  • Loading branch information
ruben-hude committed Feb 19, 2024
1 parent 444cb49 commit 844b942
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions physica.typ
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 844b942

Please sign in to comment.