FORMAT FOR
POSTER
The
size of the poster must be
591x841. To prepare a poster in this size you may use the format below:
\documentclass[final]{beamer}
\mode<presentation>
{ \usetheme{Berlin}}
\usepackage{times}
\usepackage{amsmath,amsthm, amssymb, latexsym}
\boldmath
\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
\usepackage[orientation=portrait,size=a1,scale=.9,debug]{beamerposter}
\graphicspath{{figures/}}
\title[Title]{Title}
\author{Author}
\institute{Institute}
\begin{document}
\huge
\begin{frame}{}
\vfill
\begin{columns}[t]
\begin{column}{.48\linewidth}
\begin{block}{Introduction}
...\\
....\end{block}
\end{column}
\begin{column}{.48\linewidth}
\begin{block}{Column 2}
...\\
...
\end{block}
\end{column}
\end{columns}
\vfill
\vfill
\begin{block}{\large Row 2}
....\\
... \end{block}
\vfill
\vfill
...
\end{frame}
\end{document}<\font>
You may find different choices for a poster in this link.
|