The MWE shows my current situation and what type of alignment I am lookign for.
Thanks in advance.
Code: Select all
\documentclass[serif,9pt]{beamer}
\begin{document}
\begin{frame}{Example}
\begin{itemize}
\item First model
\[
\text{CAPM:}\quad \ln (RV_{t,T}/SW_{t,T}) = \alpha + \beta_j ER^m_{t,T} + e
\]
\item Second model
\[
\text{3-mom. CAPM:}\quad \ln (RV_{t,T}/SW_{t,T}) = \alpha + \beta_j ER^m_{t,T} + \gamma(R_m-\overline{R}^m) + e
\]
\end{itemize}
Is it possible to get the following alignment but keeping the bullet point in between?
\[
\begin{array}{rl}
\text{CAPM:}\quad & \ln (RV_{t,T}/SW_{t,T}) = \alpha + \beta_j ER^m_{t,T} + e\\
\text{3-mom. CAPM:}\quad & \ln (RV_{t,T}/SW_{t,T}) = \alpha + \beta_j ER^m_{t,T} + \gamma(R_m-\overline{R}^m) + e
\end{array}
\]
\end{frame}
\end{document}