mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 09:47:06 +00:00
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"]]