home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / mod.std.unix.v4 / text0002.txt < prev    next >
Encoding:
Text File  |  1987-06-30  |  955 b   |  35 lines

  1. The run script in P1003.D6.Z refers to "$HOME/bin/fixuptbl.sed",
  2. which is used locally at decvax to convince their LN01 to draw
  3. continuous vertical and horizontal rules.  It also uses the file
  4. "respform".  In other words, it was a private script for decvax.
  5. Here is a public version.  It also appears on sally.UTEXAS.EDU as
  6.  
  7. -rw-r--r--  1 jsq      bin           512 Dec  1 11:26 ~ftp/pub/P1003.D6.run
  8.  
  9. #! /bin/csh -f
  10.  
  11. # output/forew.pageno must be created by hand; it looks like
  12. #
  13. #    .nr XP 7 \" FOREWORD BEGINS
  14. #
  15. # where the 7 is the number of the first page following the table of contents
  16. #
  17. if( -e output/forew.pageno ) cat output/forew.pageno >output/tbl.o
  18.  
  19. soelim sect/ch* | tbl >>output/tbl.o
  20.  
  21. csh -c 'nice +1 time ditroff -rZ1 -t -Tln01 mmt ieee.macros output/tbl.o >output/draft6' >& output/index.raw
  22.  
  23. cd output 
  24.  
  25.     ../index.tools/mkindex
  26.  
  27.     lpr -Pln -n -m index.ditroff.o draft6
  28.  
  29.     ../index.tools/updaterefs
  30.  
  31. exit
  32.  
  33. Volume-Number: Volume 4, Number 3
  34.  
  35.