Teilnahmeliste: Unterschied zwischen den Versionen

Aus Wiki StuRa HTW Dresden
Zur Navigation springen Zur Suche springen
KKeine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
== LaTeX-Vorlage ==
== LaTeX-Vorlage ==
<pre style="background-color: lightgrey; border: solid thin grey;">
<pre>
\documentclass{scrartcl}
\documentclass{scrartcl}


Zeile 70: Zeile 70:
& & ... & ... & Gast & \tabularnewline
& & ... & ... & Gast & \tabularnewline
\hdashline
\hdashline
& & & & & \tabularnewline
& & & & & \tabularnewline
\hdashline
\hdashline
& & & & & \tabularnewline
& & & & & \tabularnewline
\hdashline
\hdashline
& & & & & \tabularnewline
& & & & & \tabularnewline
\hdashline
\hdashline
& & & & & \tabularnewline
& & & & & \tabularnewline
\hline
\hline


\end{longtable}
\end{longtable}
\end{document}
\end{document}
</pre>
</pre>



Aktuelle Version vom 16. April 2019, 12:39 Uhr

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]