Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. documentclass[tikz,border=3.14mm]{standalone}
  2. usetikzlibrary{chains}
  3. begin{document}
  4. begin{tikzpicture}[item/.style={draw,thick,text width=5cm,on
  5. chain,join,align=center}]
  6. begin{scope}[start chain=going below,nodes=item,every
  7. join/.style={-latex,thick}]
  8. node {blah blah};
  9. node {blah blah blah blah blah blah blah blah blah blah blah blah};
  10. node {blah blah blah blah};
  11. node {blah blah blah blah blah blah blah blah};
  12. end{scope}
  13. end{tikzpicture}
  14. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement