Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. documentclass{standalone}
  2. usepackage{tikz}
  3. usetikzlibrary{graphs}
  4. begin{document}
  5. begin{tikzpicture}
  6. graph {
  7. node
  8. (n)
  9. { Foo
  10. %should be a multipart node, but fails just as a plain node
  11. };
  12. }%
  13. };
  14. end{tikzpicture}
  15. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement