Michael Bramer wrote: > DebianDay: > The time shifts are ready. We should now make some latex-poster > with this time table...
See the attached file(s). This is what I can create for any day, at any time. It can be printed and resized to A3 or beautified (i.e. text added etc.) and then printed and resized. For compiling you'll probably need the Humanist font package http://www.infodrom.org/Infodrom/patches/package.php3?pkg=humanist-fonts FYI: If you should be in trouble re LinuxTag or need to reach me, call the number below, which should be routed from Kaierslautern to Karlsruhe into our office. Regards, Joey -- If you come from outside of Finland, you live in wrong country. -- motd of irc.funet.fi
debianday.tex
Description: TeX document
\NeedsTeXFormat{LaTeX2e} \ProvidesClass{lt} \DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} \ProcessOptions \LoadClass[11pt, a4paper]{article} \RequirePackage[latin1]{inputenc} \RequirePackage[T1]{fontenc} \RequirePackage{german} \RequirePackage{a4} \RequirePackage{graphicx} \RequirePackage{humanist} \RequirePackage{picinpar} \RequirePackage{fullpage} \thispagestyle{empty} \sloppy\hbadness 10000 \parindent 0pt \parskip 12pt % ------------------------------ Kopfzeile ------------------------------ \newcommand{\headline}[2]{% \setlength{\unitlength}{1mm} \begin{picture}(210,45) \put(0,45){\textbf{LinuxTag e.\,V.}} \put(0,40){Universit"at Kaiserslautern} \put(0,35){67653 Kaiserslautern} \put(0,30){Deutschland} \put(0,20){Telefon: 0631 / 310\,93\,71} \put(0,15){Telefax: 0631 / 310\,93\,72} \put(0,5)[EMAIL PROTECTED] \put(0,0){www.linuxtag.de} \put(120,49){\includegraphics[width=3cm,angle=-90]{ltlogo.ps}} \put(50,7){\makebox[11.5cm][r]{\Huge #1}} \put(50,0){\makebox[11.5cm][r]{\large #2}} \end{picture} \rule{\linewidth}{1pt}\\[0.1pt] \rule{\linewidth}{3pt}\\[1pt] } \newcommand{\presskontakt}{% \subsection*{Kontakt} Michael Croon\hfill Telefon: 0631 / 310\,93\,71\\ LinuxTag e.\,V.\hfill Telefax: 0631 / 310\,93\,72\\ Universit"at Kaiserslautern\hfill [EMAIL PROTECTED] 67653 Kaiserslautern\hfill www.linuxtag.de }