Search found 1 match

by aot
Wed Sep 15, 2010 12:57 pm
Forum: LyX
Topic: lyx and pst-circ, pdf output
Replies: 1
Views: 2085

lyx and pst-circ, pdf output

Hi,

I'm trying to use pst-circ in lyx to produce some circuit diagrams for my thesis, but running into some difficulties.

just as a test I have inserted the following ERT into my document:


\begin{pspicture}(0,0)(4,5)
%node definitions
\pnode(0,0){A}
\pnode(4,0){B}
\pnode(4,4){C}
\pnode(0,4 ...