也可以使用簡單數組(方程式之間有垂直空間[.5ex]
)來建立 MWE。
\documentclass[12pt]{article}
\usepackage{amsmath}
\usepackage{amssymb}
\begin{document}
\[
\left.\begin{array}{r}
\textnormal{a}\\[.5ex]
\textnormal{b}\\[.5ex]
\textnormal{c}
\end{array} \right\}
\longrightarrow \textnormal{d}
\]
\end{document}
這是輸出:
