I'm making a beamer presentation and I try to create a table of this type .
Code: Select all
\begin{table}
\begin{tabular}{l l l}
\toprule
\textbf{Parameter} & \textbf{Value assigned} & \textbf{Definition}\\
...
...
\bottomrule
\end{tabular}
\end{table}
\bar{\omega}
or \pi
or F(\omega)
. Instead it shows a black space. What command do I need to add/change?Many thanks.