Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. \documentclass[a4paper]{article}
  2. \usepackage[T1]{fontenc}
  3. \usepackage[utf8]{inputenc}
  4. \usepackage{graphicx}
  5. \usepackage{wrapfig}
  6. \usepackage{labels}
  7. \LabelCols=2
  8. \LabelRows=5
  9. \LeftBorder=6mm
  10. \RightBorder=6mm
  11. \TopBorder=6mm
  12. \BottomBorder=6mm
  13. \numberoflabels=10
  14. %\LabelGridtrue
  15. \begin{document}
  16. \addresslabel{%
  17. { \bf Howdy! Hola! Bonjour! Grüessech!}\\
  18. \begin{wrapfigure}{l}{0.309\linewidth}%
  19.     \centering%
  20.     \includegraphics[height=2.5cm]{bookcrossing-logo-900}%
  21. \end{wrapfigure}%
  22. I’m a very special book, I’m travelling around the world to make new friends. I hope I’ve met another friend in you. Please go to www.BookCrossing.com and enter my BCID number which is shown below. You’ll discover where I’ve been and who has read me, and I can let them know I’m safe here in your hands.\\
  23. Then\ldots read and release me!\\
  24. {\bf BCID:}\dotfill
  25. }
  26. \addresslabel{%
  27. { \bf Grüessech!}\\
  28. \begin{wrapfigure}{l}{0.309\linewidth}%
  29.     \centering%
  30.     \includegraphics[height=2.5cm]{bookcrossing-logo-900}%
  31. \end{wrapfigure}%
  32. Ich bin ein besonderes Buch: Ich reise um die Welt auf der Suche nach neuen Freunden, die mich lesen wollen. Nimm mich mit. Trage dann unter www.BookCrossing.com die unten angegebene BCID-Nummer ein, damit jeder sehen kann, wo ich schon war. Dann lies mich und lass mich wieder frei!
  33. ~\\
  34. {\bf BCID:}\dotfill
  35. }
  36. \end{document}