2017-10-30 19:00:12 +01:00
|
|
|
```
|
2021-09-21 19:16:45 +02: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"]]
|
|
|
|
```
|
|
|
|
|
|
|
|
```
|
2021-09-21 19:16:45 +02: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"]]
|
|
|
|
```
|
|
|
|
|
|
|
|
```
|
2021-09-21 19:16:45 +02: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"]]
|
|
|
|
```
|