Guest User

Untitled

a guest
Feb 20th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{amsmath}
  3. usepackage{tikz}
  4.  
  5. begin{document}
  6. begin{tikzpicture}
  7. % Line Segment
  8. draw (0,0) -- ($frac{1}{sqrt{2}},frac{1}{sqrt{2}}$);
  9. end{tikzpicture}
  10. end{document}
Add Comment
Please, Sign In to add comment