Guest User

Untitled

a guest
Jan 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. begin{document}
  2. tikzstyle{block} = [draw, fill=white!10, rectangle]
  3. begin{center}
  4. begin{tikzpicture}[auto,>=latex']
  5.  
  6. node [block, minimum width=1cm, minimum height=1cm] (TestBlock)
  7. {
  8. This is simple text
  9. };
  10.  
  11.  
  12. end{tikzpicture}
  13. end{center}
  14.  
  15. end{document}
Add Comment
Please, Sign In to add comment