Tagged Questions
3
votes
1answer
182 views
Align inside align
I have a list of equations with annotations like the one below:
\documentclass{scrartcl}
\usepackage{amsmath}
\begin{document}
\begin{align*}
aaaa &= 1 &&\text{for $X$} \\
bbbb ...
14
votes
2answers
10k views
How can I get text underneath an underbrace?
I am looking to do something of the following:
To get text underneath the underbrace. Is it involving \stackrel or some sort of similar command?
2
votes
2answers
495 views
overbrace but leave spacing in math unaffected
I would like to use an overbrace, but I do not want how much text I put in the overbrace to affect the spacing of the math (i.e. I don't want the the "a" and the "b" to get further apart in the ...
7
votes
1answer
4k views
Aligning the right parts in multiple \begin{cases}
Is there an intelligent way to left-align the parts right of & of the two cases environments shown below (if x >= 0, otherwise, if y < 0, otherwise). I wonder if there is a better way than ...
13
votes
3answers
4k views
Aligning across 'aligned' equation blocks
I'd like to format two groups of equations such that all their equal signs line up and such that I can put a big brace to the right of each block to annotate that block. The last part is easily ...