문제

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

도움이 되었습니까?

해결책

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

다른 팁

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/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top