home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / plbin.zip / pl / library / doc.sed < prev    next >
Text File  |  1992-05-26  |  829b  |  14 lines

  1. #!/bin/sed -f
  2. s/^%    //
  3. s/^%    //
  4. s/^title:[     ]*\(.*\)/.S \1/
  5. s/^library:[     ]*\(.*\)/\\subsubsection*{Synopsis: \\rm library( \1 )}/
  6. s/^\([a-z][a-zA-Z_0-9]*\)\/0\. *$/.C \1 0/
  7. s/^\([a-z][a-zA-Z_0-9]*\)( *\([+?-][A-Za-z0-9_]*\) *) *$/.C \1 1 \2/
  8. s/^\([a-z][a-zA-Z_0-9]*\)( *\([+?-][A-Za-z0-9_]*\),\([+?-][A-Za-z0-9_]*\) *) *$/.C \1 2 \2,\3/
  9. s/^\([a-z][a-zA-Z_0-9]*\)( *\([+?-][A-Za-z0-9_]*\),\([+?-][A-Za-z0-9_]*\),\([+?-][A-Za-z0-9_]*\) *) *$/.C \1 3 \2,\3,\4/
  10. s/^\([a-z][a-zA-Z_0-9]*\)( *\([+?-][A-Za-z0-9_]*\),\([+?-][A-Za-z0-9_]*\),\([+?-][A-Za-z0-9_]*\),\([+?-][A-Za-z0-9_]*\) *) *$/.C \1 4 \2,\3,\4,\5/
  11. s/^\([a-z][a-zA-Z_0-9]*\)( *\([+?-][A-Za-z0-9_]*\),\([+?-][A-Za-z0-9_]*\),\([+?-][A-Za-z0-9_]*\),\([+?-][A-Za-z0-9_]*\),\([+?-][A-Za-z0-9_]*\) *) *$/.C \1 5 \2,\3,\4,\5,\6/
  12. s/`\([A-Z][A-Za-z_0-9]*\)'/{\\em \1}/g
  13. s/_/\\_/g
  14.