schild/kifschild.tex

17 lines
874 B
TeX
Raw Normal View History

2019-06-09 14:04:32 +02:00
\documentclass{kifschild}
\begin{document}
2019-06-09 20:32:35 +02:00
% build as many signs as you may want.
% \schild{<text1>}{<text2>}{<qr-url>}{<image-url>}{<spacing>}
% <text1> The Text that takes the bigger part of the Sign. It fits to its bounds.
% <text2> The Text that takes the lower smaller part of the sign. Also fits to bounds.
% <qr-url> URL for qr code to generate as an image. Do not use together with <image-url>
% Leave it blank for no qr code.
% <image-url> local path for image to include. It fits to the space.
% Do not use together with <qr-url>. Leave it blank for no image.
% <spacing> For finetuning reasons. Add length to space out the boxes for <text1> and <text2>
2019-06-09 14:04:32 +02:00
2019-06-09 20:32:35 +02:00
\schild{Kein Papier?}{Sag dem Infopoint bescheid}{https://dvb.de}{}{1cm}
\schild{Kein Papier!}{Ich sag' hier niemandem was.}{}{charlie.jpg}{}
2019-06-09 14:04:32 +02:00
\end{document}