In some cases, text under underbrace look distant. Hence, I want to shift the text under underbrace in y-axis.
Using \usepackage{newtxmath} (based on How to write absolute value symbol in subscript of a subscript?) causes arrow to look more like a straight line and generates more space in between underbrace and its label.
\documentclass[10pt,journal,compsoc]{IEEEtran}
\usepackage{amsmath}
\usepackage{newtxmath}
\newcommand{\function}{\mathrm}
\newcommand{\require}[1]{\function{require(#1)}}
\begin{document}
\phantom{} \\
\(\underbrace{b_{D}}_{a}\)
\end{document}
output:
Here if possible, I want to shift a little closer to tip of the underbrace (shift to north) till it has a cramped "look".
wanted output example:



\usepackage{newtxmath}based on https://tex.stackexchange.com/a/657756/127048 and the underbrach looks much more horizontal line, hence that have more space in between the arrow and its label – alper Sep 26 '22 at 11:00