Questions tagged [underbrace]
161 questions
49
votes
1 answer
horizontal curly braces
Possible Duplicate:
Using braces to label parts of an equation
How do I put horizontal curly braces beneath and over parts of a formula? I tried to use \stackrel and \mathtop, but it did not work.
ashim
- 1,783
6
votes
3 answers
Underbrace in equation makes expression a bit too big
I have an expression with an \underbrace, where the parenthesis and a second partial devirative gets a little to big.
Here is the code:
\begin{fleqn}
\begin{align*}
\frac{1}{v_G} = \frac{1}{v_{ph}} \cdot \left(\frac{1 - \frac{\lambda}{n}…
astronerd
- 71
5
votes
2 answers
Underbrace messing with horizontal spacing
Consider the following MWE:
\documentclass{article}
\usepackage{amsmath,stackengine}
\stackMath
\begin{document}
\renewcommand\useanchorwidth{T}
\begin{equation*}
\left( 0, \ldots, \underbrace{e_j}_\text{$i$-th postion}, \ldots, 0…
Ergodica
- 53
4
votes
1 answer
Underbrace space without underbrace?
I want to diagram what 4 KB means.
$\underbrace{4}_{2^2} \underbrace{\text{KB}}_{2^{10}}$
I'd like to put a multiplication sign between the two underbrace in the underbrace space (same level, size, etc) without the multiplication sign actually…
motaylormo
- 177
3
votes
2 answers
Increase vertical space beetwen underbrace bracket and content
How can I increase the space marked in red?
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\[
\underbrace{x+2}_{\text{content}}
\]
\end{document}
Ildubbio
- 85
3
votes
1 answer
Multiple underbrackets for sequence
I wonder how to display the following sequence.
What I tried: (I am not to concered about about the type of brackets (curly, round, ...) but I would really like to have all of them in my…
leun4m
- 135
1
vote
1 answer
I am unable to use \underbrace in elsarticle template
In the elsarticle template, I am not able to use the command \underbrace, whereas, in a simple latex file, the command is working fine. Following is the…
Sahil Wani
- 23
1
vote
1 answer
Moving text associated with \underbrace downward
Is there a way to move the text associated with an \underbrace{} downward? I've attempted to depict what I mean in the marked-up image below. The text "Thermal Conduction" does not need to be contained with in the left and right parentheses, nor…
user2256085
- 113
1
vote
1 answer
underbrace under matrix
I have managed to create under braces under my matrix and evened out the spaced using \phantom.
However, there are very large spaces between the columns, the dots, and the brackets. It would be great to make everything more compact horizontally, but…
Adam Gosztolai
- 440
1
vote
1 answer
Is it possible to reproduce this image using underbrace?
I'm trying to recreate this image in latex and I came across underbrace but still I was not able to recreate it.
Is it doable?
szmk
- 13
1
vote
1 answer
How to write under braces in the following latex code
\documentclass[12pt,a4paper]{article}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{dirtytalk}
\usepackage{blindtext}
\usepackage{graphics}
\usepackage{tgbonum}
\usepackage{tikz}
\usepackage{mathtools}
\usepackage{flexis…
vqw7Ad
- 494
1
vote
2 answers
Aligning underbrace for long and short terms
I have an equation in which I want to use underbrace , but the braces appear in different heights since one term is longer than the other. Here is an example:
\documentclass[12pt]{article}
\usepackage{amsmath}
\usepackage{physics}
\begin{document}
…
user175924
- 121
1
vote
1 answer
Labelling terms in an equation without using \underbrace
How can I create the descriptors below or above equation terms without displaying the actual underbrace or overbrace?
user171165
- 13
0
votes
1 answer
Control the width of an underbrace
I would like to shorten this underbrace so that it terminates directly underneath the vertical bars without extending past them.
Minimal Working Example:
\documentclass{report}
\newcommand{\Underbrace}[2]{{\underbrace{#2}_{#1}}}
\begin{document}
…
simple jack
- 201
0
votes
0 answers
How to change \underbrace font to libertinust1math in latex (or make the underbaces less wonky otherwise)?
I am not super familiar with latex am currently writing my bachelor's thesis and kinda close to despair.
I need some really big underbraces for one of my proofs and the don't render properly and look super wonky. I am using a template from my uni…
Sophie M
- 1