aboutsummaryrefslogtreecommitdiff
path: root/test/command/5010.md
blob: b95d548b3b9a04fb0021a4c8e905cd2c155b7781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
```
% pandoc -f latex -t latex
\(\left\{ \begin{matrix}
y\,\,\,\, \geqq \,\,\, f\,(\, x\,)\,\, \\
y\,\,\, \leqq \,\,\, g\,(\, x\,)\, \\
\end{matrix} \right.\ \)
^D
\(\left\{ \begin{matrix}
y\,\,\,\, \geqq \,\,\, f\,(\, x\,)\,\, \\
y\,\,\, \leqq \,\,\, g\,(\, x\,)\, \\
\end{matrix} \right.\ \)
```

```
% pandoc -f markdown -t latex
$x\ $
^D
\(x\ \)
```