| Revision: | 729 |
| Committed: | Wed Aug 27 16:18:05 2003 UTC (22 years, 2 months ago) by mmeineke |
| File size: | 280 byte(s) |
| Log Message: | This commit was generated by cvs2svn to compensate for changes in r728, which included commits to RCS files with non-trunk default branches. |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | mmeineke | 728 | #!/bin/bash |
| 2 | |||
| 3 | LBIN=/usr/local/teTeX/bin | ||
| 4 | |||
| 5 | base=mule | ||
| 6 | |||
| 7 | /bin/rm -f $base.* | ||
| 8 | |||
| 9 | cat preamble.tex > $base.tex | ||
| 10 | cat $1 >> $base.tex | ||
| 11 | cat bibEnd.tex >> $base.tex | ||
| 12 | |||
| 13 | $LBIN/latex $base | ||
| 14 | $LBIN/bibtex $base | ||
| 15 | $LBIN/latex $base | ||
| 16 | $LBIN/latex $base | ||
| 17 | |||
| 18 | $LBIN/dvips -o $base.ps $base.dvi | ||
| 19 | |||
| 20 | ghostview $base.ps |
| Name | Value |
|---|---|
| svn:executable | * |