%% %% Der LaTeX-Begleiter, zweite Auflage (September 2005) %% %% Beispiel 10-3-11 von Seite 650. %% %% Copyright (C) 2005 Frank Mittelbach, Michel Goossens, %% Johannes Braams, David Carlisle, and Chris Rowley %% %% Uebersetzung: Copyright (C) 2005 Claudia Krysztofiak, %% Rebecca Stiels und Frank Mittelbach %% %% It may be distributed and/or modified under the conditions %% of the LaTeX Project Public License, either version 1.3 %% of this license or (at your option) any later version. %% %% See http://www.latex-project.org/lppl.txt for details. %% \documentclass{lb2exa} \pagestyle{empty} \setcounter{page}{6} \setlength\textwidth{197.4372pt} \StartShownPreambleCommands \usepackage{epic,pspicture,graphicx} \usepackage{array} \StopShownPreambleCommands \begin{document} \small \setlength{\unitlength}{0.85mm} \begin{picture}(100,100) %\graphpaper[5](0,0)(100,100) \thicklines \put(20,10){\framebox(50,80){}} %% Beschriftungspunkte in der Bounding Box \put(20,10){\makebox(-1,-1)[tr]{\texttt{[lb]}}} \put(20,35){\makebox(-1,-1)[tr]{\texttt{[lB]}}} \put(20,35){\makebox(0,0){{\Large$\bullet$}}} \put(20,51){\makebox(-1,+2)[br]{\texttt{[lc]} oder \texttt{[l]}}} \put(20,91){\makebox(-1,+2)[br]{\texttt{[lt]}}} \put(45,10){\makebox(0,-1)[tc]{\texttt{[cb]} oder \texttt{[b]}}} \put(45,35){\makebox(0,-1)[tl]{\texttt{[cB]} oder \texttt{[B]}}} \put(45,51){\makebox(0,+3)[bl]{\texttt{[c]}}} \put(45,50){\makebox(0,0){{\Large$\diamond$}}} \put(45,91){\makebox(0,+9)[bc]{\texttt{[ct]} oder \texttt{[t]}}} \put(70,10){\makebox(1,-1)[tl]{\texttt{[rb]}}} \put(70,35){\makebox(1,-1)[tl]{\texttt{[rB]}}} \put(70,51){\makebox(1,+2)[bl]{\texttt{[rc]} oder \texttt{[r]}}} \put(70,91){\makebox(1,+2)[bl]{\texttt{[rt]}}} \thinlines %% Mittellinien \dashline[+30]{3}(20,50)(70,50) \dashline[+30]{3}(45,10)(45,90) %% Grundlinie \dottedline{1}(20,35)(85,35) %% Material für vertikale Maße \dottedline{1}(70,10)(92,10) % unten Erweiterung nach rechts \dottedline{1}(70,90)(92,90) % oben Erweiterung nach rechts \put(79,60){\Vector(0,-25)} \put(79,65){\Vector(0,25)} \put(79,62.5){\makebox(0,0){\texttt{Höhe}}} \put(79,20){\Vector(0,-10)} \put(79,25){\Vector(0,10)} \put(79,22.5){\makebox(0,0){\texttt{Tiefe}}} \put(91,44){\Vector(0,-34)} \put(91,48){\Vector(0,42)} \put(91,46){\makebox(0,0){\texttt{Gesamthöhe}}} %% Material für horizontale Maße \put(20,10){\Line(0,-8)} \put(70,10){\Line(0,-8)} \put(35,4){\Vector(-15,0)} \put(55,4){\Vector(15,0)} \put(45,4){\makebox(0,0){\texttt{Breite}}} %% Material zur Beschriftung der Mitte und Referenzpunkte \put(52.5,46){\Vector(-6,3.5)} \put(52.5,45){\makebox(0,0)[tc]{\shortstack{zentraler\\Punkt}}} \put(10,40){\Vector(9,-4)} \put(10,40){\makebox(0,0)[bc]{\shortstack{Bezugs\\punkt}}} %% Material für Beschriftung der Achsen und der Grundlinie \put(32.5,60){\Vector(5,-9)} \put(32.5,65){\Vector(12.,9)} \put(32.5,61){\makebox(0,0)[bc]{Mittellinie}} \put(32.5,25){\Vector(5,9)} \put(32.5,24){\makebox(0,0)[tc]{Grundlinie}} \end{picture} \begin{tabular}{l*3{>{\ttfamily}ll}} \emph{Horizontale Ausrichtung} & l & links & r & rechts & c & zentriert \\ \emph{Vertikale Ausrichtung} & t & oben & b & unten & B & Grundlinie \end{tabular} \end{document}