pandoc/test/command/3587.md

58 lines
943 B
Markdown
Raw Normal View History

```
% pandoc -f latex -t native
\SI[round-precision=2]{1}{m} is equal to \SI{1000}{mm}
^D
[Para [Str "1\160m",Space,Str "is",Space,Str "equal",Space,Str "to",Space,Str "1000\160mm"]]
```
```
% pandoc -f latex -t native
\SI[round-precision=2]{1}[\$]{} is equal to \SI{0.938094}{\euro}
^D
[Para [Str "$\160\&1",Space,Str "is",Space,Str "equal",Space,Str "to",Space,Str "0.938094\160\8364"]]
```
```
% pandoc -f latex -t native
\SI[round-precision=2]{\{\}}[\{\}]{\{\}}
^D
[Para [Str "{}\160{}\160{}"]]
```
```
% pandoc -f latex -t native
\SI{30}{\milli\meter}
^D
[Para [Str "30\160mm"]]
```
```
% pandoc -f latex -t native
\SI{6}{\gram}
^D
[Para [Str "6\160g"]]
```
```
% pandoc -f latex -t native
\SI{25}{\square\meter}
^D
[Para [Str "25\160m\178"]]
```
```
% pandoc -f latex -t native
\SI{18.2}{\degreeCelsius}
^D
[Para [Str "18.2\160\176C"]]
```
```
% pandoc -f latex -t native
\SI{18.2}{\celsius}
^D
[Para [Str "18.2\160\176C"]]
```