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

link|improve this question
I just noticed you used the latex tag, any reason for this? Or have I misunderstood your question, in so much that you are not trying to produce a schematic/board layout, but something else? – jer Jun 12 '10 at 23:20
1  
Sorry, I meant `What latex packages are available?'; I want to draw them within my .tex document, rather than importing an image generated elsewhere – levyd Jun 12 '10 at 23:23
Alright, I'll delete my answer then. – jer Jun 12 '10 at 23:27
feedback

6 Answers

up vote 10 down vote accepted

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

link|improve this answer
3  
An obligatory TeXample link: texample.net/tikz/examples/circuitikz – Pieter Jun 13 '10 at 9:42
@Alessandro C.: Link for CircuitTikz is out of date. – night owl Dec 20 '11 at 9:04
@nightowl, thanks for noticing. Updated with the link provided by Pieter. – Alessandro Cuttin Dec 30 '11 at 15:54
feedback

PGF/TiKZ might help.

link|improve this answer
feedback

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)

link|improve this answer
feedback

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

link|improve this answer
feedback

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.

link|improve this answer
feedback

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/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.