Tagged Questions
7
votes
1answer
178 views
How to adjust brace size for nested braces?
How can I adjust the size of the outer braces to make the following equation neater?
\documentclass[a4paper]{scrreprt}
\usepackage{amsmath}
\begin{document}
\[
M = \left\{ x \in X :
...
3
votes
1answer
179 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 ...