Skip to content

Commit

Permalink
fixed abs
Browse files Browse the repository at this point in the history
  • Loading branch information
OtsoBear committed Oct 28, 2024
1 parent 7d802ce commit ead4e2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/src/translatelatex.py
Original file line number Diff line number Diff line change
Expand Up @@ -1744,7 +1744,8 @@ def addMultiplicationSign(match):
"*@r": "@r",
"(*": "(",
"*)": ")",
"*°": "°"
"*°": "°",
"a*bs": "abs"
}

for old_str, new_str in fixAsterisk.items():
Expand Down

0 comments on commit ead4e2e

Please sign in to comment.