From 14619e91b69ee4540ca94fa9d54d20b3acad8f1d Mon Sep 17 00:00:00 2001 From: primalpop Date: Wed, 5 Oct 2011 21:12:05 +0530 Subject: Proof read and made changes --- untitled.tex | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 untitled.tex (limited to 'untitled.tex') diff --git a/untitled.tex b/untitled.tex new file mode 100644 index 0000000..2336414 --- /dev/null +++ b/untitled.tex @@ -0,0 +1,34 @@ +\begin{columns} +\column{.5\textwidth} +\begin{block}{Answered Questions} +How many primes are there? +\end{block} +\column{.5\textwidth} +\begin{block}{Open Questions} +Is every even number the sum of two primes? +\end{block} +\end{columns} + +\begin{figure} +\centering +\mbox{\subfigure{\includegraphics[width=3in]{fig1.pdf}}\quad +\subfigure{\includegraphics[width=3in]{fig2.pdf} }} +\caption{Text pertaining to both graphs ...} \label{fig12} +\end{figure} + +\begin{figure}[ht] +\begin{minipage}[b]{0.5\linewidth} +\centering +\includegraphics[scale=0.15]{1.png} +\end{minipage} +\hspace{0.5cm} +\begin{minipage}[b]{0.5\linewidth} +\centering +\includegraphics[scale=0.15]{2.png} +\end{minipage} +\hspace{0.5cm} +\begin{minipage}[b]{0.5\linewidth} +\centering +\includegraphics[scale=0.15]{3.png} +\end{minipage} +\end{figure} \ No newline at end of file -- cgit