Are there any tikz libraries which have ready-to-use multiplexer symbols?
I'd like to draw logical scheme with a set AND/OR/NOT gates and include there MUX-2 and MUX-4 elements.
Tried to make an expansion for circuit.logic library but received a lot of weird errors.
Graphics, Figures & Tables ⇒ tikz | Draw a Multiplexer
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: tikz | Draw a Multiplexer
Hi. A search through the internet yielded this package for circuit graphics:
http://www.ctan.org/pkg/circuit-macros
http://www.ctan.org/pkg/circuit-macros
Re: tikz | Draw a Multiplexer
Yes, circuit_macros package does have a pretty nice multiplexer symbol.
Unfortunately, this package is not available in MikTex... and most of the time I am working on Windows box. So I need a solution which is compatible with MikTex distribution.
Unfortunately, this package is not available in MikTex... and most of the time I am working on Windows box. So I need a solution which is compatible with MikTex distribution.
tikz | Draw a Multiplexer
It is available, I have MiKTeX and I have it installed without even knowing. Did you check within your packages?
For a quick check, try the folloing code:
And if you indeed don't have the package, you can get it with the package manager.
For a quick check, try the folloing code:
Code: Select all
Code, edit and compile here:
\documentclass[a4paper,10pt,english]{article}\usepackage{circuitikz}\begin{document}\begin{figure}[h]\begin{circuitikz}\draw (0,0) to[generic,v>=$U_1$] (2,0);\end{circuitikz}\end{figure}\end{document}
Re: tikz | Draw a Multiplexer
Sorry, but circuitikz package does not have multiplexer symbol.