答案1
cases
你可以使用以下方式定义一种新类型mathtools
:
\documentclass{article}
\usepackage{mathtools}
\makeatletter
\newcases{centercases}{\quad}
{\hfil$\m@th\displaystyle{##}$\hfil}
{$\m@th\displaystyle{##}$\hfil}{\lbrace}{.}
\makeatother
\begin{document}
\[
a_{n}=
\begin{centercases}
1 & n=1 \\
a_{n-1}+4 & n>1
\end{centercases}
\]
\end{document}
然而,使用以下命令获取的输出cases
更常用: