Guest User

Untitled

a guest
Sep 23rd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. begin{tikzpicture}
  2. coordinate (A) at (1,1);
  3. coordinate (B) at (1,1);
  4.  
  5. path (A) -- node[pos=.8] {Correct Pos} coordinate (X) (B);
  6.  
  7. draw (X) {Incorrect Pos};
  8. end{tikzpicture}
Add Comment
Please, Sign In to add comment