Monday, 19 August 2013

Figure in Beamer

Figure in Beamer

I want to make slide using beamer. Is it possible figure is in the top
left side and quote is in the top right side of the figure? Is there any
special environment for quote?
\begin{frame}[t]{Factorization Methods}
\begin{figure}[htb]
\includegraphics[width=0.15\textwidth]{gauss.jpeg}
\end{figure}
\textbf{``The problem of distinguishing prime numbers from composites, and
of resolving composite numbers into their prime factors, is one of the
most important and useful in all of arithmetic."}- Carl Friedrich Gauss
\vspace*{10pt}
\begin{itemize}
\item Pollard's $p-1$ algorithm (1974)
\vspace*{10pt}
\item Dixon's Random Squares Algorithm (1981)
\vspace*{10pt}
\item Quadratic Sieve (QS): Pomerance (1981)
\vspace*{10pt}
\item Williams' $p+1$ method (1982)
\end{itemize}
\end{frame}

No comments:

Post a Comment