File: stringdims.m4

package info (click to toggle)
circuit-macros 10.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 6,532 kB
  • sloc: makefile: 909; sh: 49
file content (10 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (6)
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