Guest User

Untitled

a guest
Oct 23rd, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. usetikzlibrary{positioning}
  2. %...
  3. usetikzlibrary{decorations.pathmorphing}
  4.  
  5. tikzset{
  6. input/.style={
  7. circle,
  8. draw,
  9. Blue,
  10. minimum width = 2
  11. },
  12. %...
  13. labe/.style={
  14. fill=white,
  15. fill opacity=0.6,
  16. text opacity=1,
  17. font={footnotesizeitshape}
  18. }
  19. }
Add Comment
Please, Sign In to add comment