i am trying to create something like this - a literature summary review. I am quite new to latex and struggle quite a bit with tables. How can i create something similiar to the example?
My table has 12 columns and 6 rows
My environment
\documentclass{beamer}
%
% Choose how your presentation looks.
%
% For more themes, color themes and font themes, see:
% http://deic.uab.es/~iblanes/beamer_gallery/index_by_theme.html
%
\mode<presentation>
{
\usetheme{CambridgeUS} % or try Darmstadt, Madrid, Warsaw, ...
\usecolortheme{beaver} % or try albatross, beaver, crane, ...
\usefonttheme{structuresmallcapsserif} % or try serif, structurebold, ...
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{footline}[frame number]
\setbeamercovered{transparent}
}
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}

