77b474f77b
All checks were successful
Build Kurzpraesentation_Plenum.tex / build_Kurzpraesentation_Plenum (push) Successful in 1m36s
17 lines
673 B
TeX
17 lines
673 B
TeX
\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
|