Guest User

Untitled

a guest
Nov 20th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{tkz-euclide}
  3. begin{document}
  4.  
  5. begin{tikzpicture}[scale=.5]
  6. tkzDefPoint(1,1){A}
  7. tkzDefPoint(8,0){B}
  8. tkzDefPoint(3,4){C}
  9. tkzDefVector[colinear= at C](A,B){D}
  10. tkzDrawVectors[color=blue](A,B A,C)
  11. tkzDrawVector[color=red](A,D)
  12. tkzLabelPoints(A,B,C,D)
  13. end{tikzpicture}
  14. end{document}
  15.  
  16. ! Undefined control sequence.
  17. l.10 tkzDrawVectors
  18. [color=blue](A,B A,C)
  19. ?
Add Comment
Please, Sign In to add comment