答案1
答案2
这是完整图表的解决方案。
\documentclass{article} % or some other suitable document class
\usepackage{amsmath} % for '\underbrace' macro
\let\ub\underbrace % handy shortcut macro
\usepackage[lite]{mtpro2} % optional
\begin{document}
$\ub{\ub{\ub{\ub{\ub{\ub{\ub{\ub{1}_1 1}_2 1}_3 -1}_2 1}_3 -1}_2 -1}_1 -1}_0$
\end{document}
附录-
就我个人而言,我认为如果顶行不仅包含(减)符号而且还包含+
(加)符号,则图表看起来会好得多。
\documentclass{article} % or some other suitable document class
\usepackage{amsmath} % for '\underbrace' macro
\let\ub\underbrace % handy shortcut macro
\usepackage[lite]{mtpro2} % optional
\begin{document}
$\ub{{\ub{{\ub{{\ub{{\ub{{\ub{{\ub{{\ub{1}_1} +1}_2} +1}_3} -1}_2} +1}_3} -1}_2} -1}_1} -1}_0$
\end{document}