Question

I am trying to generate publication-quality circuit diagrams within a LaTeX document. What options are available?

Was it helpful?

Solution

Tikz has a set of circuit macros. Furthermore, you can have a look to CircuitTikz. Here is the page on ctan.

OTHER TIPS

PGF/TiKZ might help.

My colleague Dr. Kimmo Silvonen and I decided to open source the circuit diagram macros we use for preparing our lecture material. Feel free to use it, give feedback and add new symbols:

http://code.google.com/p/latex-circuit-diagram/

There are other good packages (circuitikz is my personal favourite), but these macros are easy to use and require neither extra packages nor knowledge about PGF/TikZ.

If you were to prefer Metapost over PGF/TikZ, there's Tomasz Cholewo's mpcirc package.

I have no clue how well either of them works, but it might be useful to examine the circ and circuit-macros packages. (Source: The TeX Catalogue Online)

I recently came across fancy (maybe robust) examples of circuit drawing using TIKZ. Please check them out: http://www.texample.net/tikz/examples/area/electrical-engineering/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top