pandoc/test/command/6844.md
John MacFarlane 5271c6b3fb Improve fix to siunitx numbers with minus.
- use real minus sign
- use tests contributed by Igor Pashev.
2020-11-16 16:36:16 -08:00

305 B

Negative numbers with siunitx

% pandoc -f latex -t native
\SI{123}{\celsius}

^D
[Para [Str "123\160\176C"]]
% pandoc -f latex -t native
\SI{-123}{\celsius}

^D
[Para [Str "\8722\&123\160\176C"]]
% pandoc -f latex -t native
\SI{+123}{\celsius}

^D
[Para [Str "123\160\176C"]]