Guest User

Untitled

a guest
Jan 23rd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. begin{figure}[H]
  2. centering
  3. begin{tikzpicture}
  4. node (root){includegraphics[scale=0.08]{img/hanging-over-the-key.eps}}
  5. child {node (a){includegraphics[scale=0.08]{img/key.eps} }}
  6. child {node (b){includegraphics[scale=0.08]{img/key.eps} }}
  7. child {node (c){includegraphics[scale=0.08]{img/key.eps} }};
  8. path (b) -- (c) node [midway] {$cdots$};
  9. path[->, dashed] (root) edge node {} (b);
  10. path[->] (root) edge node {} (a);
  11. path[->] (root) edge node {} (c);
  12. end{tikzpicture}
  13. end{figure}
Add Comment
Please, Sign In to add comment