Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. documentclass[12pt,tikz]{standalone}
  2. begin{document}
  3. begin{tikzpicture}
  4. coordinate (a) at (0,0);
  5. draw (a)--(0,1);
  6. draw[xshift=2cm] (0,0)--+(0,1);% works;
  7. % draw[xshift=2cm] (a)--+(0,1);% not works
  8. end{tikzpicture}
  9. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement