Skip to content
Snippets Groups Projects
Commit 40fffab0 authored by Julian Rother's avatar Julian Rother
Browse files

Namensliste für Namensschilder erweitert und Layout verbessert

Die generierten Schilder sind jetzt minimal größer und halten dardurch
besser in den Halterungen. Insbesondere kann man sie so großzügiger
ausschneiden und dadurch z.B. schwarze Linien an den Rändern vermeiden.

Das Namensschema ist nun deutlich einheitlicher.
parent 9b451129
Branches
No related tags found
No related merge requests found
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage{lmodern}
\usepackage[paperwidth=87mm,paperheight=53mm,nohead,nofoot,margin=0mm]{geometry}
\usepackage{times}
\usepackage{graphicx}
\usepackage[auto]{contour}
\contourlength{0.1em}
\setlength{\parindent}{0pt}
\pagestyle{empty}
\raggedright
\newcommand{\schild}[1]{
\includegraphics[width=\textwidth,keepaspectratio]{logo}\\
\vspace{-2em}
{\sffamily\fontsize{42}{0pt}\selectfont ~\hfill\contour{white}{#1}\hfill~\par}
\clearpage
}
\newcommand{\schildK}{
\includegraphics[width=\textwidth,keepaspectratio]{logokarte}\\
\vspace{-2em}
{\sffamily\fontsize{42}{0pt}\selectfont ~\hfill\contour{white}{}\hfill~\par}
\clearpage
}
\begin{document}
\schild{Lars}
\schild{Rikus}
\schild{Daniel}
\schild{Christopher}
\schild{Randolph}
\schild{mmoebius}
\schild{Svenja}
\schild{Bergi}
\schild{Martin}
\schild{Moritz}
\schild{Coco}
\schild{Marlin}
\schild{Joschka}
\schild{Niklas}
\schild{Rita}
\schild{Alex}
\schild{Konstantin}
\schild{Markus}
\schildK{}
\schildK{}
\newpage
\schild{Jens}
\schild{Andi}
\schild{Levente}
\schild{Milan}
\schild{Sebastian}
\schild{Steffen}
\schild{Robin}
\schild{Sabrina}
\schild{Marvin}
\schild{Wolfgang}
\schild{Christian}
\schild{Simon}
\schild{Fynn}
\schild{Christoph}
\schildK{}
\schildK{}
\schildK{}
\schildK{}
\schildK{}
\schildK{}
% Weitere Namen sind dem geneigten Leser zur Übung überlassen.
\end{document}
No preview for this file type
......@@ -3,7 +3,7 @@
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage{lmodern}
\usepackage[paperwidth=87mm,paperheight=53mm,nohead,nofoot,margin=0mm]{geometry}
\usepackage[paperwidth=90mm,paperheight=55mm,nohead,nofoot,margin=0mm]{geometry}
\usepackage{times}
\usepackage{graphicx}
\usepackage[auto]{contour}
......
No preview for this file type
\documentclass{article}
\usepackage[a4paper]{geometry}
\usepackage{pdfpages}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage{lmodern}
\usepackage[paperwidth=90mm,paperheight=55mm,nohead,nofoot,margin=0mm]{geometry}
\usepackage{times}
\usepackage{graphicx}
\usepackage[auto]{contour}
\contourlength{0.1em}
\setlength{\parindent}{0pt}
\pagestyle{empty}
\raggedright
\newcommand{\schild}[1]{
\includegraphics[width=\textwidth,keepaspectratio]{logo}\\
\vspace{-2em}
{\sffamily\fontsize{42}{0pt}\selectfont ~\hfill\contour{white}{#1}\hfill~\par}
\clearpage
}
\newcommand{\schildK}{
\includegraphics[width=\textwidth,keepaspectratio]{logokarte}\\
\vspace{-2em}
{\sffamily\fontsize{42}{0pt}\selectfont ~\hfill\contour{white}{}\hfill~\par}
\clearpage
}
\begin{document}
\includepdf[pages=-,nup=2x5,delta=0 0,noautoscale=true,frame=true]{schild.pdf}
\includepdf[pages=-,nup=2x5,delta=0 0,noautoscale=true,frame=true]{schildkarte.pdf}
\schild{Lars}
\schild{Rikus}
\schild{Daniel}
\schild{Christopher}
\schild{Randolph}
\schild{Svenja}
\schild{Bergi}
\schild{Martin}
\schild{Moritz}
\schild{Coco}
\schild{Marlin}
\schild{Joschka}
\schild{Niklas}
\schild{Rita}
\schild{Alex}
\schild{Konstantin}
\schild{Markus}
\schild{Jens}
\schild{Andi}
\schild{Levente}
\schild{Milan}
\schild{Sebastian}
\schild{Steffen}
\schild{Robin}
\schild{Sabrina}
\schild{Marvin}
\schild{Wolfgang}
\schild{Christian}
\schild{Simon}
\schild{Fynn}
\schild{Christoph}
\schild{mmoebius}
\schild{Valentin}
\schild{Julian}
\schild{Robin}
\schild{Nina}
\schild{Adrian}
\schild{Martin}
\schild{Andy}
\schild{Enguerrand}
\schild{Vincent}
\schild{Gregor}
\schild{Thomas}
\schild{Volker}
\schild{Sabine}
\schild{Stefan}
\schild{Felix}
\schild{Christoph}
\schild{Walter}
\schild{Sarah}
\schild{Max}
\schild{Jan}
\schild{Nick}
\schild{Henri}
\schild{Fabian}
\schild{Ben}
\schild{Jakob}
\schild{Holger}
\schild{Cedric}
\schild{Lennart}
\schild{William}
% Weitere Namen sind dem geneigten Leser zur Übung überlassen.
\end{document}
File added
\documentclass{article}
\usepackage[a4paper]{geometry}
\usepackage{pdfpages}
\begin{document}
\includepdf[pages=-,nup=2x5,delta=0 0,noautoscale=true,frame=true]{schilder-leer.pdf}
\end{document}
No preview for this file type
\documentclass{article}
\usepackage[a4paper]{geometry}
\usepackage{pdfpages}
\begin{document}
\includepdf[pages=-,nup=2x5,delta=0 0,noautoscale=true,frame=true]{schilder.pdf}
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment