StuRa:Studentinnen- und Studentenrat/Anwesenheitsliste: Unterschied zwischen den Versionen

Aus Wiki StuRa HTW Dresden
Zur Navigation springen Zur Suche springen
(LaTeX für Liste eingefügt)
(schöner formatiert)
Zeile 26: Zeile 26:


== LaTeX-Vorlage ==
== LaTeX-Vorlage ==
<nowiki>
<pre style="background-color: lightgrey; border: solid thin grey;">
\documentclass{scrartcl}
\documentclass{scrartcl}


Zeile 105: Zeile 105:
\end{longtable}
\end{longtable}
\end{document}
\end{document}
</nowiki>
</pre>
[[Kategorie:Sitzung]]
[[Kategorie:Sitzung]]

Version vom 13. Dezember 2011, 21:12 Uhr

Hier soll dargestellt werden, welche Mitglieder des StuRa zu welcher Sitzung anwesend waren, nach Beschluss des StuRa 2011, 13. Sitzung TOP 3.

Legislatur 2011

Legende

anwesend
nicht stimmberechtigt / kein Vermerk
fehlt entschuldigt
fehlt unentschudligt


stimmberechtigte Mitglieder

Anwesenheitsliste 2012
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
10. Jan 17. Jan 24. Jan 31. Jan 13. Mär 20. Mär 27. Mär 03. Apr 10. Apr 17. Apr 24. Apr 08. Mai 15. Mai 22. Mai 05. Jun 12. Jun 19. Jun 26. Jun
Fachschaftsrat Bauingenieurwesen/Architektur
Marcel Frohberg
Jana Klimpke
unbesetzt
Fachschaftsrat Elektrotechnik
Matthias Jakobi
Christian Krolop
Michael Meißner
Fachschaftsrat Gestaltung
Dirk Groß
Simon Kurze
Christoph Uckermark
Fachschaftsrat Geoinformation
Benjamin Ebermann
Martin Kamke
Nico Nagel
Fachschaftsrat Informatik/Mathematik
Christian Herold
Ulrike Gabriele Kendschek
Christian Schneider
Fachschaftsrat Landbau/Landespflege
Stephanie Eckert
Jan Klinger
Markus Schröder
Fachschaftsrat Maschinenbau/Verfahrenstechnik
Clemens Buncher
Robert Schabacker
Sören Sebischka-Klaus
Fachschaftsrat Wirtschaftswissenschaften
Marcus Dawidjan
Elisa Löwe
Paul Riegel

LaTeX-Vorlage

\documentclass{scrartcl}

\usepackage[a4paper]{geometry}

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}

\usepackage{longtable}
\usepackage{arydshln}

\usepackage[ngerman]{babel}

\usepackage{fancyhdr}
\pagestyle{fancy}

\cfoot{ES GIBT EINE RÜCKSEITE!}

\renewcommand{\footrulewidth}{0pt}
\renewcommand{\headrulewidth}{0pt}

\begin{document}
\section*{Anwesenheitsliste}
\subsection*{X. 
Sitzung des StuRa HTW Dresden \today}
\begin{longtable}{|p{1.3cm}|p{1.3cm}|c|c|c|p{2.6cm}|}
	\hline
	\multicolumn{2}{|c|}{Anwesenheit} & & & & \tabularnewline
	Von	& Bis	& Nachname	& Vorname	& Status	& Unterschrift	\tabularnewline
	\hline
	\endhead
	\endfoot
		&	& ...	& ...	& stimmberechtigt	& 	\tabularnewline %
	\hdashline[1pt/3pt]
		&	& ...	& ...	& stimmberechtigt	& 	\tabularnewline %
	\hdashline[1pt/3pt]
		&	& ...	& ...	& stimmberechtigt	& 	\tabularnewline %
	\hdashline[1pt/3pt]
		&	& ...	& ...	& stimmberechtigt	& 	\tabularnewline %
	\hdashline[1pt/3pt]
		&	& ...	& ...	& stimmberechtigt	& 	\tabularnewline %
	\hline
		&	& ...	& ...	& stimmberechtigt	& 	\tabularnewline %
	\hdashline[1pt/3pt]
	\hline
	\hline
		&	& ...	& ...	& beratend		& 	\tabularnewline
	\hdashline[1pt/3pt]
		&	& ...	& ...	& beratend		& 	\tabularnewline
	\hdashline[1pt/3pt]
		&	& ...	& ...	& beratend		& 	\tabularnewline
	\hdashline[1pt/3pt]
		&	& ...	& ...	& beratend		& 	\tabularnewline
	\hdashline[1pt/3pt]
		&	& ...	& ...	& beratend		& 	\tabularnewline
	\hdashline[1pt/3pt]
		&	& ...	& ...	& beratend		& 	\tabularnewline
	\hdashline[1pt/3pt]
		&	& ...	& ...	& beratend		& 	\tabularnewline
	\hdashline[1pt/3pt]
		&	& ...	& ...	& beratend		&	\tabularnewline
	\hline
		&	& ...	& ...	& beratend		& 	\tabularnewline
	\hdashline[1pt/3pt]

	\hline
	\hline
		&	& Nachname	& Vorname	& Gast			& 	\tabularnewline
	\hdashline[1pt/3pt]
		&	& 		& 		& 			& 	\tabularnewline
	\hdashline[1pt/3pt]
		&	& 		& 		& 			& 	\tabularnewline
	\hdashline[1pt/3pt]
		&	& 		& 		& 			& 	\tabularnewline
	\hdashline[1pt/3pt]
		&	& 		& 		& 			& 	\tabularnewline
	\hline
\end{longtable}
\end{document}