I am writing a markdown document and I want to reproduce the following formula:
I'm trying to do it with the following:
$$
\underbrace{X_t}_\text{Population at time $t$} =
\underbrace{\alpha \circ X_{t-1}}_\text{Survivors from time $t-1$} +
\underbrace{\epsilon_t}_\text{Immigration}
$$
But I get this:
In which the circle operator between $\alpha$ and $X_{t-1}$ is quite bigger (and thinner?) than what it needs to be. How can I solve it?
(I am going to ask another question about underbrace sizes.)
Edit: Related question: Making a thicker \cdot for dot product (that is thinner than \bullet)



$...$) in the question does not render correctly. Why is that happening? – psyguy Jan 26 '21 at 19:08