I am trying beamer for the first time. I have pasted my file below.
First,notice in the
first slide that it takes 3 clicks of "page down" to make it through
the slide. How
can I change this to one.
Also, I am trying to fit this table into 1 slide. It will be on a
large projector, so I think
it should be fine. I tried using \small, but this does not seem to
change things.
Any suggestions? Thanks for your help.
Regards,
Juliet
\documentclass{beamer}
\begin{document}
\maketitle
\begin{frame}
\frametitle{my title}
\begin{itemize}
\item<1-> line 1
\item<2-> line 2
\item<3-> line 3
\end{itemize}
\end{frame}
\frame
{
\begin{table}
\begin{tabular}{lrcccccccc}
\small
\\
& test1 && test2 && test3 &&
test4 && test 5\\
\hline
pos & 442 && 839 && 8474 && 286 && 50\\
& && && &&
&& \\
major & A && B (0.22) && F (0.15)&& Q (0.07) && B (0.26) \\
term & && && && &&
\\
& && && &&
&& \\
survey1 & 8.0 (5.9) &&-5.5(3.3) && 4.6 (1.2) &&
6.4 (4.4) && -2.1 (1.5) \\
& && && &&
&& \\
& && && &&
&& \\
survey2 & - && -4.6(3.4) && 7.8 (1.4) && -
&& 11.1 (5.8) \\
& && && &&
&& \\
& && && &&
&& \\
survey3 & 5.2 (3.3) && -5.7 (1.8) && - &&
- && - \\
& && && &&
&& \\
survey4 & -1.1 (3.3) && - && - &&
-2.2 (7.3) && - \\
& && && &&
&& \\
survey5 & - && - && - &&
1.1 (4.0) && - \\
& && && &&
&& \\
survey6 &4.3 (5.6) && -4.7 (4.8) && - &&4.3 (4.6)
&& - \\
& && && &&
&& \\
survey7 & - && - && -
&& - && - \\
& && && &&
&& \\
survey8 & -2.1 (8.1) && - && -
&& - && - \\
\hline
\end{tabular}
\end{table}
}
\end{document}
table
Silly mistake for the table! I just needed to
{\tiny