5271c6b3fb
- use real minus sign - use tests contributed by Igor Pashev.
305 B
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"]]