Guest User

Untitled

a guest
May 27th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{circuitikz,siunitx}
  3. usetikzlibrary{circuits.logic.IEC}
  4.  
  5. begin{document}
  6.  
  7. begin{circuitikz}[circuit logic IEC]
  8.  
  9. node[
  10. and gate,
  11. inputs={nnn},
  12. and gate IEC symbol={},
  13. text height=5cm,
  14. text width=2cm,
  15. ] (A) {};
  16.  
  17. (A.in 1) node [anchor=east] {A} %not working
  18. (A.in 2) node [anchor=east] {B} %not working
  19.  
  20. end{circuitikz}
  21.  
  22. end{document}
Add Comment
Please, Sign In to add comment