mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 13:45:49 +00:00
22 lines
356 B
Markdown
22 lines
356 B
Markdown
```
|
|
% 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\ \)
|
|
```
|
|
|
|
|