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}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis