Possible Duplicate:
How to put a big bracket under different parts of a equation so that I could write e.g. a text specific to that part in the equation?
Does anyone know how to code the subscript squiggle thing? It looks kind of like
$f_a + f_a + f_a$
~~~~~~~~~~~~~~~~~
f_n
I personally don't know how to explain it. It's used in math. If you have a set of numbers and you put the squiggle underneath them and in the center below the squiggle you put like f_n denoting that the expression above the squiggle is the same as f_n.
\underbrace. – Werner Jan 25 '13 at 23:51$\underbrace{f(x)}_{\textit{function}}$– rtzll Jan 25 '13 at 23:56$\underbrace{f_a + f_a + f_a}_{f_n}$– Qrrbrbirlbel Jan 25 '13 at 23:57\textitin the argument of\underbracewill not scale to the usual math script fontsize.\text(fromamsmath) is better. – Werner Jan 26 '13 at 00:14