Advertisement
Guest User

Untitled

a guest
Sep 30th, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. documentclass{article}
  2. usepackage[x11names, rgb]{xcolor}
  3. usepackage[utf8]{inputenc}
  4. usepackage{tikz}
  5. usetikzlibrary{snakes,arrows,shapes}
  6. usepackage{amsmath}
  7. %
  8. %
  9.  
  10. %
  11.  
  12. %
  13.  
  14. begin{document}
  15. pagestyle{empty}
  16. %
  17. %
  18. %
  19.  
  20. enlargethispage{100cm}
  21. % Start of code
  22. begin{tikzpicture}[>=latex',line join=bevel,]
  23. %%
  24. node (Wollongong) at (487bp,594bp) [draw=lightblue2,fill=lightblue2,ellipse] {Wollongong};
  25. node (PDP-11 Sys V) at (884bp,306bp) [draw=lightblue2,fill=lightblue2,ellipse] {PDP-11 Sys V};
  26. node (Interdata) at (258bp,594bp) [draw=lightblue2,fill=lightblue2,ellipse] {Interdata};
  27. node (2*8 BSD) at (221bp,162bp) [draw=lightblue2,fill=lightblue2,ellipse] {2.8 BSD};
  28. % CODE REMOVED TO SAVE SPACE
  29. %
  30. end{tikzpicture}
  31. % End of code
  32.  
  33. %
  34. end{document}
  35. %
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement