I currently have this:
With the following code and preamble:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
$\backslash c_{t}$ \begin{equation}
{C_{t}: \pi D_{1}U(c_{t},L_{t})+\pi(-1)p_{t}=0 \iff D_{1}U(c_{t},L_{t})-p_{t}=0}
\end{equation}
\end{document}
I want to have the "\c_t" on the same line, left-aligned.
I have tried my best to Google around but nothing seems to be right. One person suggested I put it in a table, but that seems cumbersome, especially to do this numerous times.


\backslash c_{t}? – Dec 23 '15 at 21:33