100 lines
4.0 KiB
TeX
100 lines
4.0 KiB
TeX
% LaTeX Template für die Verfasste Studierendenschaft
|
|
|
|
% Copyright © 2022 Valentin Weber
|
|
% Copyright © 2022 Justin Dretvic
|
|
|
|
% Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
|
|
% The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
|
|
% THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
|
\documentclass{protocol_vst}
|
|
% Aktuell verfügbare Klassen:
|
|
% protocol_generic - Generische Klasse für Sitzungsprotokolle
|
|
% protocol_vst - Generische Klasse für Sitzungsprotokolle der VSt
|
|
% protocol_asta - Klasse für Protokolle des Allgemeinen Studierendenausschuss
|
|
% protocol_afst - Klasse für Protokolle des Allgemeinen Fachschaftstreffen
|
|
%
|
|
% mit 'draft' option Fehler visuell im Dokument hervorheben
|
|
% Es muss XeLaTeX als Compiler gewählt werden
|
|
|
|
|
|
% =============== Packages
|
|
\usepackage{tobechanged} % Stellt \tbc und \tbc zur Verfügung
|
|
|
|
% =============== Variablen
|
|
|
|
\semester{ \tbc{Semester} } % Das aktuelle Semester
|
|
\gremium{ \tbc{Gremium} } % Name des Gremiums
|
|
\ort{ \tbc{Ort} } % Ort der Sitzung
|
|
\sitzung{ -2 } % Sitzungsnummer (Numerisch!)
|
|
\datum{ \tbc{Datum} } % Datum der Sitzung nach Plan
|
|
\uhrzeit{ \tbc{Uhrzeit} } % Beginn der Sitzung nach Plan
|
|
\schriftfuehrung{ \tbc{Schriftführung} } % Name des Protokollanten
|
|
\vorsitz{ \tbc{Vorsitz} } % Name des Sitzungsleiters
|
|
|
|
\mitglieder{ % Anwesnede Mitglieder
|
|
\checkbox{x}~{ \tbc{Anwesendes Mitglied} }, \\
|
|
\checkbox{}~{ \tbc{Abwesendes Mitglied} }
|
|
}
|
|
% Beispiel für späte Ankunft / früher Abgang:
|
|
% \checkbox{x} Justin Dretvic (ab 20:00 Uhr bis 22:00 Uhr), \\
|
|
|
|
\sachverstaendige{ % Anwesender Sachverständige
|
|
\checkbox{x}~{ \tbc{Anwesende Sachverständige} }, \\
|
|
\checkbox{}~{ \tbc{Abwesender Sachverständiger} }
|
|
}
|
|
% Beispiel für späte Ankunft / früher Abgang:
|
|
% \checkbox{x} Siegfried Fien (ab 20:00 Uhr bis 22:00 Uhr), \\
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\sessionstart{ \tbc{Uhrzeit} } % Tatsächliche Startzeit
|
|
|
|
% =============== TAGESORDNUNG
|
|
|
|
\section{Organisatorisches}
|
|
|
|
\subsection{Begrüßung} % Dieser Teil kann leer bleiben
|
|
|
|
\subsection{Bestätigung des Protokolls der \vorherigeSitzung}
|
|
|
|
\subsection{Bestätigung Tagesordnung}
|
|
|
|
\section{ \tbc{3. TOP} }
|
|
|
|
\begin{itemize}
|
|
\item \tbc{Disskussion Statement 1}
|
|
\item \tbc{Disskussion Statement 2}
|
|
\item \tbc{Disskussion Statement 3}
|
|
\end{itemize}
|
|
|
|
\sessionbreak{\tbc{Uhrzeit Pausenanfang}}{\tbc{Uhrzeit Pausenende}}
|
|
|
|
\section{ \tbc{4. TOP} }
|
|
\subsection{ \tbc{Unterpunkt 1} }
|
|
|
|
\speaker{ \tbc{Redner 1} }{ \tbc{Hat gesagt!} }
|
|
\speaker{ \tbc{Redner 2} }{ \tbc{Hat geantwortet!} }
|
|
|
|
\subsection{ \tbc{Unterpunkt 2} }
|
|
|
|
\abstimmung{ \tbc{Abstimmungsfrage} }{ \tbc{x} }{ \tbc{y} }{ \tbc{z} }
|
|
|
|
\begin{personenwahl}{ \tbc{Amt} }{ \tbc{x} }{ \tbc{y} }
|
|
\tbc{Kandidat 1} & \tbc{Stimmen} \\
|
|
\tbc{Kandidat 2} & \tbc{Stimmen} \\
|
|
\end{personenwahl}
|
|
|
|
\section{Sonstiges}
|
|
|
|
% =============== TAGESORDNUNG ENDE
|
|
|
|
\sessionend{\tbc{Uhrzeit}} % Tatsächliche Endzeit
|
|
|
|
\signature
|
|
|
|
\end{document} |