I want to make a scale that looks like the one at the top of page 8 of this article: http://ricknouwen.org/rwfn/wp-content/u ... -round.pdf and I've succeeded in creating large square brackets but I can't figure out how to get the gamma between the "alpha-line" and the "beta-line". Right now there is a line between alpha and beta and I don't like the way that looks. This is the code I used:
Code: Select all
$\left< \begin{array}{cc}
\alpha \\ & \gamma \\ \beta \end{array} \right>$
Thanks in advance!