Praesentation/scripts/templates/aktueller_stand_strukturaufbau.tex

18 lines
673 B
TeX
Raw Permalink Normal View History

\begin{frame}{Aktueller Stand Strukturaufbau}
\renewcommand{\arraystretch}{1.5}
\begin{tabularx}{\textwidth}{Xrrr}
\textbf{Kategorie} & \textbf{Bonn} & \textbf{Bund} \\
Ausgefüllte Gesprächsbögen & {{ bonn[0] }} & {{ bund[0] }} \\
TVStud-Botschafter*innen & {{ bonn[1] }} & {{ bund[1] }} \\
Streikbereit & {{ bonn[2] }} & {{ bund[2] }} \\
Aktionsbereit & {{ bonn[3] }} & {{ bund[3] }} \\
Gewerkschaftsmitglied \newline
{\footnotesize ver.di oder GEW} & {{ bonn[4] }} & {{ bund[4] }}
\end{tabularx}
\vspace{3em}
{\small Stand: {{ bonn[5] }} (Bonn), {{ bund[5] }} (Bund)}
\end{frame}
\endinput