Skip to content

Commit

Permalink
Remove a stray \exp_not:N
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jul 19, 2021
1 parent 8e1c1e9 commit 4c65f8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
### Fixed
- Print degree symbol if `fontspec` package is loaded with
`no-math` option (issue #505)
- Symbol for arcs in text mode (issue #507)

## [v3.0.20]

Expand Down
4 changes: 2 additions & 2 deletions siunitx-symbol.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,12 @@
\@@_if_replace:NnT \arcminute { "02B9 }
{
\siunitx_declare_unit:Nn \arcminute
{ \exp_not:N \ensuremath { { } ' } }
{ \ensuremath { { } ' } }
}
\@@_if_replace:NnT \arcsecond { "02BA }
{
\siunitx_declare_unit:Nn \arcsecond
{ \exp_not:N \ensuremath { { } '' } }
{ \ensuremath { { } '' } }
}
% \end{macrocode}
% For |\degree|, direct input works in text mode so there is only a need to
Expand Down

0 comments on commit 4c65f8e

Please sign in to comment.