Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{sa-tikz}
  3.  
  4. begin{document}
  5.  
  6. begin{tikzpicture}
  7. node[N=8,r1=4,M=8,r3=4,clos rear={module label opacity=0}] {};
  8. draw[red,ultra thick](r1-2-input-1)–(r1-2-output-2)
  9. (r2-2-input-2)–(r2-2-output-3)
  10. (r3-3-input-2)–(r3-3-output-2);
  11. draw[red,ultra thick](r1-4-input-1)–(r1-4-output-1)
  12. (r2-1-input-4)–(r2-1-output-1)
  13. (r3-1-input-1)–(r3-1-output-2);
  14. end{tikzpicture}
  15.  
  16. end{document}
  17.  
  18. Package tikz Error: Giving up on this path. Did you forget a semicolon?.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement