Search found 4 matches

by Bogdan
Fri Jun 14, 2013 7:44 pm
Forum: Graphics, Figures & Tables
Topic: Greek Letters in Table for Presentation
Replies: 6
Views: 9740

Re: Greek Letters in Table for Presentation

That is right. Now I fixed the problem and I can continue with my work.


Thanks once again for the fast reply
by Bogdan
Fri Jun 14, 2013 7:36 pm
Forum: Graphics, Figures & Tables
Topic: Greek Letters in Table for Presentation
Replies: 6
Views: 9740

Re: Greek Letters in Table for Presentation

I'm terrible sorry...I forgot all about the $ $ command. I saw that \beta can be written just like that and I thought.....

Thank you !!!!!!!!
by Bogdan
Fri Jun 14, 2013 7:22 pm
Forum: Graphics, Figures & Tables
Topic: Greek Letters in Table for Presentation
Replies: 6
Views: 9740

Greek Letters in Table for Presentation

It's nice to be on board :)

Here is my code with the problem.
\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 ...
by Bogdan
Fri Jun 14, 2013 7:01 pm
Forum: Graphics, Figures & Tables
Topic: Greek Letters in Table for Presentation
Replies: 6
Views: 9740

Greek Letters in Table for Presentation

Hello everyone,

I'm making a beamer presentation and I try to create a table of this type .
\begin{table}
\begin{tabular}{l l l}
\toprule
\textbf{Parameter} & \textbf{Value assigned} & \textbf{Definition}\\
...
...
\bottomrule
\end{tabular}
\end{table}
I cannot create parameters like \bar ...