Guest User

Untitled

a guest
Jan 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{tikz}
  3. usetikzlibrary{positioning,shapes}
  4.  
  5. begin{document}
  6. begin{tikzpicture}[baseline=-0.5ex]
  7. tikzstyle{every node}=[signal, signal to=east, draw=gray, minimum height=.9em, minimum width=2mm];
  8. node (1) {};
  9. node[signal from=west, right=0pt of 1] (2) {};
  10. node[signal from=west, right=0pt of 2] (3) {};
  11. node[signal from=west, right=0pt of 3] (4) {};
  12. node[signal from=west, signal to=0, right=0pt of 4] (5) {};
  13. end{tikzpicture}
  14. end{document}
Add Comment
Please, Sign In to add comment