Code: Select all
\documentclass{scrreprt}
\usepackage{amsmath}
\begin{document}
\begin{align*}
s \in \left[\underbrace{b - b \sqrt{1 + \frac{1}{\gamma}}}_{< 0}; \quad b + b \sqrt{1 + \frac{1}{\gamma}}\right].
\end{align*}
\end{document}
Code: Select all
\documentclass{scrreprt}
\usepackage{amsmath}
\begin{document}
\begin{align*}
s \in \left[\underbrace{b - b \sqrt{1 + \frac{1}{\gamma}}}_{< 0}; \quad b + b \sqrt{1 + \frac{1}{\gamma}}\right].
\end{align*}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass{scrreprt}
\usepackage{amsmath}
\begin{document}
\begin{align*}
s \in \left[\rule{0pt}{16pt}\smash{\underbrace{b - b \sqrt{1 + \frac{1}{\gamma}}}_{< 0}; \quad b + b \sqrt{1 + \frac{1}{\gamma}}}\right].
\end{align*}
\end{document}
Somehow I don't see this problem (see attachment).CaptainProton wrote:[...] \Bigg-brackets are not large enough
Code: Select all
\documentclass{scrreprt}
\usepackage{amsmath}
\begin{document}
\begin{align*}
s\in\Biggl[\underbrace{b-b\sqrt{1+\frac{1}{\gamma}}}_{< 0}\; ; \; b+b\sqrt{1+\frac{1}{\gamma}}\Biggr].
\end{align*}
\end{document}
Code: Select all
\documentclass{scrreprt}
\usepackage{amsmath}
\begin{document}
\begin{align*}
s\in\left[\smash{\underbrace{b-b\sqrt{1+\frac{1}{\gamma}}}_{< 0}}\; ; \; b+b\sqrt{1+\frac{1}{\gamma}}\right].
\end{align*}
\end{document}
Yes, you're right, the \Bigg brackets are okay here. Originally I use the fourier package where they are not large enough. I should have checked that before and included it in the mwe.localghost wrote:Somehow I don't see this problem (see attachment).
That looks okay for me. Thanks to you both.localghost wrote:A variation of Stefan's idea could look like shown below. But I think it's not as satisfying as the example above.
NEW: TikZ book now 40% off at Amazon.com for a short time.