| Revision: | 1089 |
| Committed: | Mon Mar 8 22:15:54 2004 UTC (21 years, 7 months ago) by mmeineke |
| File size: | 324 byte(s) |
| Log Message: | final draft submitted to the readers. |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | mmeineke | 953 | #!/bin/bash |
| 2 | |||
| 3 | mmeineke | 1089 | LBIN=/usr/local/teTeX/bin |
| 4 | #LBIN=/usr/bin/ | ||
| 5 | mmeineke | 953 | |
| 6 | base=mule | ||
| 7 | |||
| 8 | /bin/rm -f $base.* | ||
| 9 | |||
| 10 | cat NDpreamble.tex > $base.tex | ||
| 11 | cat $1 >> $base.tex | ||
| 12 | cat NDbib.tex >> $base.tex | ||
| 13 | |||
| 14 | $LBIN/latex $base | ||
| 15 | $LBIN/bibtex $base | ||
| 16 | $LBIN/latex $base | ||
| 17 | $LBIN/latex $base | ||
| 18 | |||
| 19 | $LBIN/dvips -o $base.ps $base.dvi | ||
| 20 | |||
| 21 | #ghostview $base.ps | ||
| 22 | |||
| 23 | xdvi -fg black $base.dvi |
| Name | Value |
|---|---|
| svn:executable | * |