I need help

This piece of code works ok (no Beamer):
Code: Select all
\documentclass{article}
\usepackage{MinionPro}
\title{Random Title}
\begin{document}
\maketitle
\section{A Section}
Random text
\end{document}
Code: Select all
\documentclass{beamer}
\usepackage{MinionPro}
\title{Random Title}
\begin{document}
\frame{
\titlepage
}
\frame{
Random text
}
\end{document}
Thank you.
R.