0

I have a small problem with the \column command in the beamer class.

Up to now, it has worked perfectly but somehow a problem with the spacing has appeared.

\documentclass{beamer}

\begin{document}

\begin{frame}[fragile]

\frametitle{Argumente}

\begin{columns}[c] % The "c" option specifies centered vertical alignment while the "t" option is used for top vertical alignment

    \column{.45\textwidth} % Left column and width
    \centering \textbf{Pro}
    \vspace{0.2cm}

    \begin{itemize}
        \item Vergleichbarkeit mehrerer Studien gewährleistet
        \item Entscheidungshilfen für gesundheitspolitische Fragen
        \item Überblick über Forschungslage
    \end{itemize}

    \column{.45\textwidth} % Right column and width
    \centering \textbf{Kontra}
    \vspace{0.2cm}

    \begin{itemize}     
        \item \enquote{Äpfel-Birnen Problem}
        \item \enquote{Garbage in - garbage out}
        \item \emph{Publication bias}       
    \end{itemize}

\end{columns}

\end{frame}

\end {document}

It looks like this. I think the problem is quite obvious. I would like to make the "Pro" and the "Kontra" as well as the items appear in one line What it looks like

Thank you very much for your help.

Helena

0 Answers0