[texhax] What packages use to draw electric circuit?

Herbert Voss Herbert.Voss at FU-Berlin.DE
Thu Apr 23 15:31:06 CEST 2015


Am 23.04.2015 um 13:48 schrieb Darío:
> Hello everybody, I need draw electric circuit and I use the next
> packages as indicated pst-circ-doc.pdf:
> -pstricks
> -pst-circ
> -pst-node
> -pst-plot
> -pst-3dplot
> and the code to use for example is:
>
> \begin{pspicture}[showgrid=false](3,2)
> \pnodes(0,1){A}(3,1){B}
> \newcapacitor(A)(B){$C_1$}
> \end{pspicture}
>
> This code give me next errors:
>
>
> Undefined control sequence.
> <recently read> \c at lor@to at ps

use the sequence latex->dvips->ps2pdf or xelatex. pdflatex cannot
handle the PostScript extensions.

Herbert



More information about the texhax mailing list