File: AmpTableSVG.m4

package info (click to toggle)
texlive-base 2020.20210202-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 791,092 kB
  • sloc: perl: 45,038; sh: 4,926; makefile: 4,655; ansic: 2,266; ruby: 2,231; tcl: 2,156; xml: 1,874; python: 822; cpp: 695; awk: 606; lisp: 199; sed: 8
file content (25 lines) | stat: -rw-r--r-- 538 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.PS
# `Amptable.m4'
cct_init(svg_font(sans-serif,11bp__))

  textwid = 0.7
  movewid = 2pt__
{  
   {amp ; move ; "`amp'" ljust}
   move down 0.4; right_
   {amp(,0.3) ; move ; "`amp'(,0.3)" ljust}
   }
   move right_ 2.0
{  {delay ; move ; "`delay'" ljust}
   move down 0.4; right_
   {delay(,0.2) ; move ; "`delay'(,0.2)" ljust}
   }

   move right_ 2.0
{  {integrator ; move ; "`integrator'" ljust}
   move down 0.5; right_
   {integrator(,0.3) ; move ; "`integrator'(,0.3)" wid 1.2 at Here ljust}
   }

 command "</g>" # end font
.PE