Spiderman25
31-10-2006, 11:43
also das hier sollte ein dreieck ergeben aber bei mir klappt das irgendwie nicht... wo liegt mein fehler??
\documentclass[12pt,a4paper,twoside]{report}
\usepackage{picture}
\usepackage{pict2e}
\begin{document}
\setlength{\unitlenght}{1cm}
\begin{picture}{4,2}
\put(0,0){\line(1,0){4}}
\put(4,0){\line(0,1){2}}
\put(0,0){\line(2,1){4}}
\end{picture}
\end{document}
\documentclass[12pt,a4paper,twoside]{report}
\usepackage{picture}
\usepackage{pict2e}
\begin{document}
\setlength{\unitlenght}{1cm}
\begin{picture}{4,2}
\put(0,0){\line(1,0){4}}
\put(4,0){\line(0,1){2}}
\put(0,0){\line(2,1){4}}
\end{picture}
\end{document}