Latex circuit macros - mis-alignment

Thread Starter

davidc

Joined Jul 2, 2009
16
Is anyone here familiar with the LaTeX circuit macros? If so, I'd appreciate if someone could tell me what is wrong with my simple code below.

Rich (BB code):
.PS

include(`libcct.m4')
include(`pgf.m4')

cct_init

Q1: j_fet(up_)
Vdd: battery(up_) with .start at Q1.S + (1,0)

.PE
I am trying to place the voltage source to the right of the JFET - but they end up on top of each other. I can use the `move to' command instead, but that is not convenient. Any pointers welcome.
 
Top