| # | Line 6 | Line 6 | base=mule | |
|---|---|---|
| 6 | ||
| 7 | /bin/rm -f $base.* | |
| 8 | ||
| 9 | < | cat header.tex > $base.tex |
| 9 | > | cat preamble.tex > $base.tex |
| 10 | cat $1 >> $base.tex | |
| 11 | < | cat footer.tex >> $base.tex |
| 11 | > | cat bibEnd.tex >> $base.tex |
| 12 | ||
| 13 | $LBIN/latex $base | |
| 14 | $LBIN/bibtex $base | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |