Teilnahmeliste

Aus Wiki StuRa HTW Dresden
Version vom 16. April 2019, 13:39 Uhr von PaulRiegel (Diskussion | Beiträge) (→‎LaTeX-Vorlage)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

LaTeX-Vorlage[Bearbeiten]

\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*{Teilnahmeliste}
\subsection*{X. Sitzung StuRa HTW Dresden}
\today
%\begin{longtable}{|p{1.3cm}|p{1.3cm}|c|c|c|p{2.6cm}|}
\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

	\hline
		&	& ...	& ...	& stimmberechtigt	& 	\tabularnewline %
%	\hdashline[1pt/3pt]
	\hdashline
		&	& ...	& ...	& stimmberechtigt	& 	\tabularnewline %
	\hdashline
		&	& ...	& ...	& stimmberechtigt	& 	\tabularnewline %
	\hdashline
		&	& ...	& ...	& stimmberechtigt	& 	\tabularnewline %
	\hdashline
		&	& ...	& ...	& stimmberechtigt	& 	\tabularnewline %
	\hdashline
		&	& ...	& ...	& stimmberechtigt	& 	\tabularnewline %
	\hline

	\hline
		&	& ...	& ...	& beratend		& 	\tabularnewline
	\hdashline
		&	& ...	& ...	& beratend		& 	\tabularnewline
	\hdashline
		&	& ...	& ...	& beratend		& 	\tabularnewline
	\hdashline
		&	& ...	& ...	& beratend		& 	\tabularnewline
	\hdashline
		&	& ...	& ...	& beratend		& 	\tabularnewline
	\hdashline
		&	& ...	& ...	& beratend		& 	\tabularnewline
	\hdashline
		&	& ...	& ...	& beratend		& 	\tabularnewline
	\hdashline
		&	& ...	& ...	& beratend		& 	\tabularnewline
	\hline

	\hline
		&	& ...	& ...	& Gast			& 	\tabularnewline
	\hdashline
		&	& 		& 		& 				& 	\tabularnewline
	\hdashline
		&	& 		& 		& 				& 	\tabularnewline
	\hdashline
		&	& 		& 		& 				& 	\tabularnewline
	\hdashline
		&	& 		& 		& 				& 	\tabularnewline
	\hline

\end{longtable}
\end{document}

Siehe auch[Bearbeiten]