Skip to content

Commit

Permalink
Fix incorrect abbreviation for astronomical unit (#9125)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcclurgm authored Oct 8, 2023
1 parent ddabd85 commit ba07ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Text/Pandoc/Readers/LaTeX/SIunitx.hs
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ siUnitMap = M.fromList
, ("arcmin", str "")
, ("arcminute", str "")
, ("arcsecond", str "")
, ("astronomicalunit", str "ua")
, ("astronomicalunit", str "au")
, ("atomicmassunit", str "u")
, ("bar", str "bar")
, ("barn", str "b")
Expand Down

0 comments on commit ba07ec0

Please sign in to comment.