Guest User

Untitled

a guest
Mar 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. setlength{unitlength}{0.75mm}
  2. begin{picture}(60,40)
  3. put(20,20){line(5,2){1}}
  4. put(30,20){line(5,3){1}}
  5. end{picture}
  6.  
  7. xc=20
  8.  
  9. setlength{unitlength}{0.75mm}
  10. begin{picture}(60,40)
  11. put(xc,20){line(5,2){1}}
  12. put(xc+10,20){line(5,3){1}}
  13. end{picture}
Add Comment
Please, Sign In to add comment