20 lines
649 B
TeX
20 lines
649 B
TeX
%------------------------------------------------
|
|
|
|
\begin{frame}{Results}
|
|
\tiny
|
|
\begin{columns}[c] % The "c" option specifies centered vertical alignment while the "t" option is used for top vertical alignment
|
|
|
|
\column{.5\textwidth}
|
|
\input{tables/reg.tex}\footnote{Year/Month fixed effects omited}\footnote{All reported values are logged}\footnote{Single stage preliminary results do not cite}
|
|
\column{.45\textwidth} % Left column and width
|
|
\textbf{Heading}
|
|
\begin{enumerate}
|
|
\item Statement
|
|
\item Explanation
|
|
\item Example
|
|
\end{enumerate}
|
|
|
|
|
|
\end{columns}
|
|
\end{frame}
|