I am a totally new to beamer and I just can't seem to figure out why beamer won't let me include equations. I run the following code and it does not work. I try to include {equation*} but it still does not work. Any help would be appreciated
\documentclass{beamer}
%%%%%%%
\begin{document}
%%%%%%%
\begin{frame}
\frametitle{Modified CAPM }
\begin{equation}%
\begin{split}
R-Rf& =\alpha_1EU+\alpha_2US+\beta_1MktRf+\beta_2EUFund*MktRf+\epsilon
\end{split}
\end{equation}
\end{frame}
\end{document}
Also it does not work when I update the code to simply:
\documentclass{beamer}
\begin{document}
\begin{frame}
R-Rf=\alpha_1EU+\alpha_2US+\beta_1MktRf+\beta_2EUFund*MktRf+\epsilon
\end{frame}
\end{document}
{}button in the window. I have done this for you. – Steven B. Segletes Jan 13 '14 at 18:15equationenvironment like you'd posted before. The code above requires$...$to type formulas. – Sigur Jan 13 '14 at 18:22