2

Please consider the following two-row expression, which uses two instances of \underbrace in the first row and two instances of \undercbrace (provided by the mtpro2 package) in the second:

\documentclass[a4paper,12pt,lite]{article}
\usepackage[margin=2.5cm]{geometry}
\usepackage{amsmath,newtxtext,mtpro2}
\begin{document}
\[ \begin{split}
\psi(t) &= \underbrace{a+b+c+d+e}_{f}  + \underbrace{h}_{g} \\
        &= \undercbrace{a+b+c+d+e}_{f} + \undercbrace{h}_{g}
\end{split} \]
\end{document}

enter image description here

Observe that the minimum width of \underbrace can easily exceed the actual width of its first argument. In contrast, the minimum width of the underbraces produced by \undercbrace is not all that large. (I believe the c in \undercbrace stands for either "curly" or "curvy".)

Question: Is it possible to obtain a narrow-width underbrace without using mtpro2's \undercbrace macro?

Mico
  • 506,678
Sebastiano
  • 54,118

0 Answers0