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