It's nice to be on board
Here is my code with the problem.
Code: Select all
\documentclass[10,draft]{beamer}
\usetheme{Warsaw}
\usepackage{graphicx} % Allows including images
\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables
\title[]{} % The short title appears at the bottom of every slide, the full title is only on the title page
\author{} % Your name
\institute[]{ % Your institution as it will appear on the bottom of every slide, may be shorthand to save space
\\ % Your institution for the title page
\medskip
\textit{} % Your email address
}
\date{} % Date, can be changed to a custom date
\begin{document}
\begin{frame}
\titlepage % Print the title page as the first slide
\end{frame}
\begin{frame}[shrink]
\frametitle{Table of calibrated parameters}
\begin{table}
\begin{tabular}{l l l}
\textbf{Parameter} & \textbf{Value} & \textbf{Definition}\\
\midrule
\alpha & 0.3 & \\
\beta & 0.99 & \\
F(\bar{\pi}) &0.01 & PROBLEM\\ %PROBLEMMMMMMMMMMMMMMMMMMMMMM
\tilde{\mu}& 32&PROBLEM \\ %PROBLEMMMMMMMMMMMMMMMMMMMMMM
\bar{\pi} & 11 & PROBLEM\\%PROBLEMMMMMMMMMMMMMMMMMMMMMM
\end{tabular}
\end{table}
\end{frame}
\end{document}
I'm really running out of time. Can you please tell me what command to add?