summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/doc/stringdims.m4
blob: 279ce24be1e174a98e53997cc3cb263fe68f2ef3 (plain)
1
2
3
4
5
6
7
8
9
10
.PS
# stringdims.m4
sinclude(Circuit_macros.dim)
s_init(stringdims)
[B: box
  s_box(`Left text') at B.w rjust
  s_box(`Right text: $x^%g$',2) at B.e ljust
  ]
  box dotted ht last [].ht wid last [].wid at last []
.PE