You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kompass/jdav_web/media/memberlists/memberlist_template.tex

22 lines
433 B
TeX

\documentclass{article}
\usepackage{booktabs}
\usepackage{cmbright}
\usepackage[margin=1in,landscape]{geometry}
\begin{document}
\noindent
{\LARGE\textsc{MEMBERLIST-TITLE}}\\
\textit{Erstellt: MEMBERLIST-DATE}\\
MEMBERLIST-COMMENTS
\begin{table}[h]
\begin{tabular}{llll}
\toprule
Name & Vorname & Geburtsdatum & Kommentare \\
\midrule
\input{TABLE-NAME}
\bottomrule
\end{tabular}
\end{table}
\end{document}