pandoc/test/command/4007.md

24 lines
347 B
Markdown
Raw Normal View History

2017-10-30 19:00:12 +01:00
```
% pandoc -f latex -t native
2017-10-30 19:00:12 +01:00
\newcommand\arrow\to
$a\arrow b$
^D
[ Para [ Math InlineMath "a\\to b" ] ]
2017-10-30 19:00:12 +01:00
```
```
% pandoc -f latex -t native
2017-10-30 19:00:12 +01:00
\newcommand\pfeil[1]{\to #1}
$a\pfeil b$
^D
[ Para [ Math InlineMath "a\\to b" ] ]
2017-10-30 19:00:12 +01:00
```
```
% pandoc -f latex -t native
2017-10-30 19:00:12 +01:00
\newcommand\fleche{\to}
$a\fleche b$
^D
[ Para [ Math InlineMath "a\\to b" ] ]
2017-10-30 19:00:12 +01:00
```