Rollup-Displays mit LaTeX

Hier ein erster Schnellschuss für ein Rollup-Display mit LaTeX, Dimensionen 215 x 85 Zentimeter. Ziel ist es, frei auf dem Display Bilder zu positionieren. Hat jemand eine bessere Idee?

Edit vom 04.09.2012: Hier die verbesserte Version. Der Abstand vom Boden bis zum untersten Bild war zu gering, daher hab ich die Abstände etwas angepasst.

Fertiges PDF

\documentclass[16pt,latin]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[paperheight=215cm,paperwidth=85cm, left=10mm,right=10mm,top=1mm,bottom=10cm]{geometry}
\usepackage{babel}
\usepackage{microtype}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{blindtext}
\usepackage{tikz}
\usepackage[]{mdframed}
\usepackage[]{eso-pic}
 
\setlength{\parskip}{0pt}
\setlength{\parindent}{0pt}
\pagestyle{empty}
 
 
\definecolor{MyGray}{rgb}{0.96,0.97,0.98}
\makeatletter\newenvironment{graybox}{%
   \begin{lrbox}{\@tempboxa}\begin{minipage}{\columnwidth}}{\end{minipage}\end{lrbox}%
   \colorbox{MyGray}{\usebox{\@tempboxa}}
}\makeatother
 
\begin{document}
 
{\textcolor{gray}{\blindtext[130]}}
 
\AddToShipoutPictureFG{
  \put(50,5850){
{\scalebox{5}{\bfseries\huge Professioneller Textsatz mit }}
}}
 
 
\AddToShipoutPictureFG{
  \put(1400,5450){
{\scalebox{10}{\bfseries\huge \LaTeX }}
}}
 
\AddToShipoutPictureFG{
  \put(100,4700){
\colorbox{gray}{\includegraphics[width=0.5\textwidth]{pg_0003.pdf}}
}}
 
\AddToShipoutPictureFG{
  \put(1100,4050){
\colorbox{gray}{\includegraphics[width=0.5\textwidth]{pg_0004.pdf}}
}}
 
\AddToShipoutPictureFG{
  \put(100,3450){
\colorbox{gray}{\includegraphics[width=0.5\textwidth]{pg_0009.pdf}}
}}
 
\AddToShipoutPictureFG{
  \put(1100,3000){
\colorbox{gray}{\includegraphics[width=0.5\textwidth]{pg_0076.pdf}}
}}
 
 
 
\AddToShipoutPictureFG{
  \put(100,2290){
\colorbox{gray}{\includegraphics[width=0.5\textwidth]{pg_0066.pdf}}
}}
 
 
\AddToShipoutPictureFG{
  \put(1100,1950){
\colorbox{gray}{\includegraphics[width=0.5\textwidth]{pg_0068.pdf}}
}}
 
 
\AddToShipoutPictureFG{
  \put(100,1100){
\colorbox{gray}{\includegraphics[width=0.5\textwidth]{pg_0065.pdf}}
}}
 
 
\AddToShipoutPictureFG{
  \put(1100,750){
\colorbox{gray}{\includegraphics[width=0.5\textwidth]{pg_0075.pdf}}
}}
 
\end{document}

Uwe

Uwe Ziegenhagen likes LaTeX and Python, sometimes even combined. Do you like my content and would like to thank me for it? Consider making a small donation to my local fablab, the Dingfabrik Köln. Details on how to donate can be found here Spenden für die Dingfabrik.

More Posts - Website