c51be5dfc8
Closes #5010. Expose trimMath from T.P.Shared.
21 lines
356 B
Markdown
21 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\ \)
|
|
```
|
|
|
|
|