mirror of
https://github.com/fsr/namensschilder
synced 2024-11-14 20:33:10 +01:00
52 lines
1.4 KiB
TeX
52 lines
1.4 KiB
TeX
% XeLaTeX
|
|
% Vorlage "Unitag-Visitenkarte", v2
|
|
|
|
\documentclass[a4paper,12pt]{article}
|
|
|
|
\usepackage{fontspec}
|
|
\setmainfont{PT Sans}
|
|
\newfontfamily{\headfont}{Exo}
|
|
|
|
\usepackage{graphicx}
|
|
\usepackage{xcolor}
|
|
|
|
\usepackage[zw32010, crossmark]{ticket}
|
|
|
|
\hoffset=-8.911mm
|
|
\voffset=-16.83mm
|
|
|
|
\definecolor{uni}{gray}{.4}
|
|
\definecolor{myGreen}{rgb}{0.694, 0.882, 0.109}
|
|
|
|
\renewcommand{\ticketdefault}{
|
|
\put(43, 1){\includegraphics[width=40mm]{LogoCropped.pdf}}
|
|
\put( 6, 18){\line(1,0){25}}
|
|
\put( 6, 13){\footnotesize TU Dresden}
|
|
\put( 6, 9){\footnotesize FSR Informatik}
|
|
\put( 6, 5){\footnotesize www.ifsr.de}
|
|
}
|
|
|
|
\newcommand{\vcard}[4]{\ticket{
|
|
\put(4, 45){\LARGE\headfont\bfseries\color{myGreen} #1}
|
|
\put(6, 38){\textbf{#2}}
|
|
\put(6, 33){\footnotesize #3. Semester}
|
|
\put(6, 21){\footnotesize #4@ifsr.de}
|
|
}}
|
|
|
|
\begin{document}
|
|
|
|
\color{uni}
|
|
|
|
\vcard{Felix Wittwer}{Bachelor Informatik}{3}{wittwer}%
|
|
\vcard{Sebastian Mielke}{Master Informatik}{1}{mielke}%
|
|
\vcard{Sebastian Schrader}{Diplom Informatik}{8}{schrader}%
|
|
\vcard{Marc Satkowski}{Diplom Informatik}{7}{satkowski}%
|
|
\vcard{Philipp Heisig}{Bachelor Medieninformatik}{7}{heisig}%
|
|
\vcard{Lukas Haack}{Bachelor Medieninformatik}{3}{haack}%
|
|
\vcard{Lucas Vogel}{Bachelor Medieninformatik}{3}{vogel}%
|
|
\vcard{Anita Grützner}{Diplom Informatik}{7}{anita}%
|
|
\vcard{Sascha Peukert}{Diplom Informatik}{8}{sascha}%
|
|
\vcard{Frank Hedeke}{Diplom Informatik}{12}{frank}%
|
|
|
|
\end{document}
|