[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-user: graphics and sub and super scripts
- To: geda-user@xxxxxxxx
- Subject: gEDA-user: graphics and sub and super scripts
- From: "H.S." <hs.samix@xxxxxxxxx>
- Date: Wed, 14 Sep 2005 01:54:47 -0400
- Delivered-to: archiver@seul.org
- Delivered-to: geda-user-outgoing@seul.org
- Delivered-to: geda-user@seul.org
- Delivery-date: Wed, 14 Sep 2005 01:56:19 -0400
- Reply-to: geda-user@xxxxxxxx
- Sender: owner-geda-user@xxxxxxxx
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050831 Debian/1.7.8-1sarge2
Hi,
Is there any method in geda or gschem which I can put pretty graphics in
symbols? Specifically, I am trying to make an arc with an arrow that I
can put in circuit examples to denote mesh currents. I am drawing the
arrows using two lines currently. And the refdes inside the arc is
supposed to i_? where ? is a number. Currently I am just using i?. Can I
put superscripts or subscripts in gschem?
Here is a mesh current symbols I just made in gschem, comments are welcome:
$> cat mesh-arc-clk-1.sym
v 20050313 1
A 510 400 200 224 272 3 0 0 0 -1 -1
{
T 510 400 5 10 0 1 0 0 1
device=none
T 1510 400 5 10 0 1 0 0 1
graphical=1
T 510 400 5 10 0 1 0 0 1
description=Symbols of mesh current.
}
T 446 350 8 10 1 1 0 0 1
refdes=i?
L 360 270 380 200 3 0 0 0 -1 -1
L 360 270 430 260 3 0 0 0 -1 -1
thanks,
->HS