Guest User

Untitled

a guest
May 26th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. documentclass[tikz,margin=5pt]{standalone}
  2. begin{document}
  3. begin{tikzpicture}[line width=0.3mm]
  4. node at (1,1) (A) {A};
  5. node at (2,3) (B) {B};
  6. node at (3,4) (C) {C};
  7. draw [<->] (A)--(B);
  8. draw [<->] (A)--(C);
  9. end{tikzpicture}
  10. end{document}
Add Comment
Please, Sign In to add comment