2017-10-30 11:00:12 -07:00
|
|
|
```
|
2021-09-21 10:16:45 -07:00
|
|
|
% pandoc -f latex -t native
|
2017-10-30 11:00:12 -07:00
|
|
|
\newcommand\arrow\to
|
|
|
|
$a\arrow b$
|
|
|
|
^D
|
2021-09-19 12:09:51 -07:00
|
|
|
[ Para [ Math InlineMath "a\\to b" ] ]
|
2017-10-30 11:00:12 -07:00
|
|
|
```
|
|
|
|
|
|
|
|
```
|
2021-09-21 10:16:45 -07:00
|
|
|
% pandoc -f latex -t native
|
2017-10-30 11:00:12 -07:00
|
|
|
\newcommand\pfeil[1]{\to #1}
|
|
|
|
$a\pfeil b$
|
|
|
|
^D
|
2021-09-19 12:09:51 -07:00
|
|
|
[ Para [ Math InlineMath "a\\to b" ] ]
|
2017-10-30 11:00:12 -07:00
|
|
|
```
|
|
|
|
|
|
|
|
```
|
2021-09-21 10:16:45 -07:00
|
|
|
% pandoc -f latex -t native
|
2017-10-30 11:00:12 -07:00
|
|
|
\newcommand\fleche{\to}
|
|
|
|
$a\fleche b$
|
|
|
|
^D
|
2021-09-19 12:09:51 -07:00
|
|
|
[ Para [ Math InlineMath "a\\to b" ] ]
|
2017-10-30 11:00:12 -07:00
|
|
|
```
|