Advertisement
Guest User

Untitled

a guest
Mar 20th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
BibTeX 0.44 KB | None | 0 0
  1. \begin{figure}[h]
  2. \centering
  3. \makebox
  4. {
  5.     \setlength{\unitlength}{1cm}
  6.     \begin{picture}(6,3)
  7.     \put(0,0){\circle*{0.2}}
  8.     \put(0,3){\circle*{0.2}}
  9.     \put(6,3){\circle*{0.2}}
  10.     \put(6,0){\circle*{0.2}}
  11.  
  12.     \thicklines
  13.     \put(1,1){\line(1,0){4}}
  14.     \put(5,1){\line(0,1){1}}
  15.     \put(1,1){\line(4,1){4}}
  16.  
  17.     \put(1,1){$C$}
  18.     \put(5.05,1){$A$}
  19.     \put(5.05,2){$B$}
  20.  
  21.     \end{picture}
  22. }
  23. \caption{\label{fig:rysunek2} Obrazek 6 cm na 3 cm.}
  24. \end{figure}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement