summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/circuit-macros/doc/Series.m4
blob: 6fb5321dd2653591b760bab94d8afecdcd98709a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.PS
# Series.m4
cct_init

[
  setdir_(Right)
  resistor; llabel(,R); capacitor; llabel(,C);
  inductor; llabel(,L)
]
[

  pushdef(`elen_',dimen_)
  resistor; llabel(,R); capacitor; llabel(,C);
  inductor; llabel(,L)
  popdef(`elen_')
] with .nw at last [].sw + (0,-0.15)

[
  resistor; llabel(,R)
  capacitor( right_ dimen_/4); llabel(,C)
  inductor; llabel(,L)
] with .nw at last [].sw + (0,-0.15)

.PE